Html Css Color HEX #600CCC Purple Heart

📋 copy color: '#600CCC'

red 96 ◦ green 12 ◦ blue 204

#600CCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #600CCC

Tints of Purple Heart #600CCC

RGB

 RED value IS 96 (37.89% from 255) = 30.77%

 GREEN value IS 12 (5.08% from 255) = 3.85%

 BLUE value IS 204 (80.08% from 255) = 65.38%

R = 30.77%
G = 3.85%
B = 65.38%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#600CCC (or 0x600CCC) is known color: Purple Heart. HEX triplet: 60, 0C and CC. RGB value is (96,12,204). Sum of RGB (Red+Green+Blue) = 96+12+204=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #600CCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CCC is #9FF333. Grayscale: #3A3A3A. Windows color (decimal): -10482484 or 13372512. OLE color: 13372512.

HSL color Cylindrical-coordinate representation of color #600CCC: hue angle of 266.25º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #600CCC is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 12 204 -
CMYK 0.53 0.94 0 0.2
HSL 266.25º 0.89% 0.42% -
HSV(B) 266.25º 0.94% 0.8% -
XYZ 15.85 7.11 57.66 -
YUV 59 209.83 154.39 -
System Red Green Blue C M Y K H S L
Decimal 96 12 204 0.53 0.94 0 0.2 266.25 0.89 0.42
Hex 60 C CC 35 5E 0 14 10A 59 2A
Octal 140 14 314 65 136 0 24 412 131 52
Binary 1100000 1100 11001100 110101 1011110 0 10100 100001010 1011001 101010

Color Harmonies of #600CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CCC

Black with #600CCC

Text Example


Text Example

White with #600CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #600CCC;
 }
 .AnyTagClassName
 {
   color: #600CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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