#6309B1

Color #6309B1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6309B1

Tints of Purple Heart #6309B1

Color information

#6309B1 (or 0x6309B1) is unknown color: approx Purple Heart. HEX triplet: 63, 09 and B1. RGB value is (99,9,177). Sum of RGB (Red+Green+Blue) = 99+9+177=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 177 (69.53% from 255 or 62.11% from 285); Max value from RGB is 177 - color contains mainly: blue. Hex color #6309B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6309B1 is #9CF64E. Grayscale: #363636. Windows color (decimal): -10286671 or 11602275. OLE color: 11602275.

HSL color Cylindrical-coordinate representation of color #6309B1: hue angle of 272.14º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6309B1 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB999177-
CMYK0.440.9500.31
HSL272.14º90.32%36.47%-
HSV(B)272.14º94.92%69.41%-
XYZ13.186.0242.06-
YUV55.06196.82159.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 34.74%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 177 (69.53% from 255) = 62.11%
R=34.74%
G=3.16%
B=62.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9991770.440.9500.31272.1490.3236.47
Hex639B12C5F01F1105a24
Octal143112615413703742013244
Binary110001110011011000110110010111110111111000100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6309B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6309B1; }

 p { color: rgb(99,9,177); }

 H1.HeaderClassName
 {
   color: #6309B1;
 }
 .AnyTagClassName
 {
   color: #6309B1;
 }
</style>
background-color css

<style>
 a { background-color: #6309B1; }

 a { background-color: rgb(99,9,177); }

 div.DivClassName
 {
   background-color: #6309B1;
 }
 .BgClassName
 {
   background-color: #6309B1;
 }
</style>
border-color css

<style>
 span { border-color: #6309B1; }

 span { border-color: rgb(99,9,177); }

 td.TdClassName
 {
   border-color: #6309B1;
 }
 .TagClassName
 {
   border-color: #6309B1;
 }
</style>