#600FC9

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

Shades of Purple Heart #600FC9

Tints of Purple Heart #600FC9

Color information

#600FC9 (or 0x600FC9) is unknown color: approx Purple Heart. HEX triplet: 60, 0F and C9. RGB value is (96,15,201). Sum of RGB (Red+Green+Blue) = 96+15+201=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 201 (78.91% from 255 or 64.42% from 312); Max value from RGB is 201 - color contains mainly: blue. Hex color #600FC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600FC9 is #9FF036. Grayscale: #3B3B3B. Windows color (decimal): -10481719 or 13176672. OLE color: 13176672.

HSL color Cylindrical-coordinate representation of color #600FC9: hue angle of 266.13º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #600FC9 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9615201-
CMYK0.520.9300.21
HSL266.13º86.11%42.35%-
HSV(B)266.13º92.54%78.82%-
XYZ15.547.0555.8-
YUV60.42207.34153.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 15 (6.25% from 255) = 4.81%
BLUE value IS 201 (78.91% from 255) = 64.42%
R=30.77%
G=4.81%
B=64.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96152010.520.9300.21266.1386.1142.35
Hex60FC9345D01510a562a
Octal140173116413502541212652
Binary110000011111100100111010010111010101011000010101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #600FC9; }

 p { color: rgb(96,15,201); }

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

<style>
 a { background-color: #600FC9; }

 a { background-color: rgb(96,15,201); }

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

<style>
 span { border-color: #600FC9; }

 span { border-color: rgb(96,15,201); }

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