#6000CC

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

Shades of Purple Heart #6000CC

Tints of Purple Heart #6000CC

Color information

#6000CC (or 0x6000CC) is unknown color: approx Purple Heart. HEX triplet: 60, 00 and CC. RGB value is (96,0,204). Sum of RGB (Red+Green+Blue) = 96+0+204=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #6000CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6000CC is #9FFF33. Grayscale: #333333. Windows color (decimal): -10485556 or 13369440. OLE color: 13369440.

HSL color Cylindrical-coordinate representation of color #6000CC: hue angle of 268.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6000CC is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB960204-
CMYK0.53100.2
HSL268.24º100%40%-
HSV(B)268.24º100%80%-
XYZ15.726.8557.62-
YUV51.96213.8159.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 204 (80.08% from 255) = 68%
R=32%
G=0%
B=68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal9602040.53100.2268.2410040
Hex600CC356401410c6428
Octal14003146514402441414450
Binary110000001100110011010111001000101001000011001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6000CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6000CC; }

 p { color: rgb(96,0,204); }

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

<style>
 a { background-color: #6000CC; }

 a { background-color: rgb(96,0,204); }

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

<style>
 span { border-color: #6000CC; }

 span { border-color: rgb(96,0,204); }

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