#600CC7

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

Shades of Purple Heart #600CC7

Tints of Purple Heart #600CC7

Color information

#600CC7 (or 0x600CC7) is unknown color: approx Purple Heart. HEX triplet: 60, 0C and C7. RGB value is (96,12,199). Sum of RGB (Red+Green+Blue) = 96+12+199=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 12 (5.08% from 255 or 3.91% from 307); Blue value is 199 (78.12% from 255 or 64.82% from 307); Max value from RGB is 199 - color contains mainly: blue. Hex color #600CC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CC7 is #9FF338. Grayscale: #393939. Windows color (decimal): -10482489 or 13044832. OLE color: 13044832.

HSL color Cylindrical-coordinate representation of color #600CC7: hue angle of 266.95º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600CC7 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9612199-
CMYK0.520.9400.22
HSL266.95º88.63%41.37%-
HSV(B)266.95º93.97%78.04%-
XYZ15.266.8754.55-
YUV58.43207.33154.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 12 (5.08% from 255) = 3.91%
BLUE value IS 199 (78.12% from 255) = 64.82%
R=31.27%
G=3.91%
B=64.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal96121990.520.9400.22266.9588.6341.37
Hex60CC7345E01610b5929
Octal140143076413602641313151
Binary110000011001100011111010010111100101101000010111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #600CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,12,199); }

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

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

 a { background-color: rgb(96,12,199); }

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

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

 span { border-color: rgb(96,12,199); }

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