Html Css Color HEX #602CCC Purple Heart

📋 copy color: '#602CCC'

red 96 ◦ green 44 ◦ blue 204

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

Shades of Purple Heart #602CCC

Tints of Purple Heart #602CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.79%

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

R = 27.91%
G = 12.79%
B = 59.3%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#602CCC (or 0x602CCC) is known color: Purple Heart. HEX triplet: 60, 2C and CC. RGB value is (96,44,204). Sum of RGB (Red+Green+Blue) = 96+44+204=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 44 (17.58% from 255 or 12.79% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #602CCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CCC is #9FD333. Grayscale: #4D4D4D. Windows color (decimal): -10474292 or 13380704. OLE color: 13380704.

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

Color convert

RGB 96 44 204 -
CMYK 0.53 0.78 0 0.2
HSL 259.5º 0.65% 0.49% -
HSV(B) 259.5º 0.78% 0.8% -
XYZ 16.62 8.65 57.92 -
YUV 77.79 199.23 140.99 -
System Red Green Blue C M Y K H S L
Decimal 96 44 204 0.53 0.78 0 0.2 259.5 0.65 0.49
Hex 60 2C CC 35 4E 0 14 104 41 31
Octal 140 54 314 65 116 0 24 404 101 61
Binary 1100000 101100 11001100 110101 1001110 0 10100 100000100 1000001 110001

Color Harmonies of #602CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CCC

Black with #602CCC

Text Example


Text Example

White with #602CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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