Html Css Color HEX #600CCA Purple Heart

📋 copy color: '#600CCA'

red 96 ◦ green 12 ◦ blue 202

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

Shades of Purple Heart #600CCA

Tints of Purple Heart #600CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 65.16%

R = 30.97%
G = 3.87%
B = 65.16%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#600CCA (or 0x600CCA) is known color: Purple Heart. HEX triplet: 60, 0C and CA. RGB value is (96,12,202). Sum of RGB (Red+Green+Blue) = 96+12+202=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #600CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600CCA is #9FF335. Grayscale: #3A3A3A. Windows color (decimal): -10482486 or 13241440. OLE color: 13241440.

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

Color convert

RGB 96 12 202 -
CMYK 0.52 0.94 0 0.21
HSL 266.53º 0.89% 0.42% -
HSV(B) 266.53º 0.94% 0.79% -
XYZ 15.62 7.01 56.41 -
YUV 58.78 208.83 154.55 -
System Red Green Blue C M Y K H S L
Decimal 96 12 202 0.52 0.94 0 0.21 266.53 0.89 0.42
Hex 60 C CA 34 5E 0 15 10B 59 2A
Octal 140 14 312 64 136 0 25 413 131 52
Binary 1100000 1100 11001010 110100 1011110 0 10101 100001011 1011001 101010

Color Harmonies of #600CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600CCA

Black with #600CCA

Text Example


Text Example

White with #600CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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