Html Css Color HEX #602ECC Purple Heart

📋 copy color: '#602ECC'

red 96 ◦ green 46 ◦ blue 204

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

Shades of Purple Heart #602ECC

Tints of Purple Heart #602ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.29%

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

R = 27.75%
G = 13.29%
B = 58.96%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#602ECC (or 0x602ECC) is known color: Purple Heart. HEX triplet: 60, 2E and CC. RGB value is (96,46,204). Sum of RGB (Red+Green+Blue) = 96+46+204=346 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.75% from 346); Green value is 46 (18.36% from 255 or 13.29% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #602ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602ECC is #9FD133. Grayscale: #4E4E4E. Windows color (decimal): -10473780 or 13381216. OLE color: 13381216.

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

Color convert

RGB 96 46 204 -
CMYK 0.53 0.77 0 0.2
HSL 258.99º 0.63% 0.49% -
HSV(B) 258.99º 0.77% 0.8% -
XYZ 16.7 8.8 57.95 -
YUV 78.96 198.57 140.15 -
System Red Green Blue C M Y K H S L
Decimal 96 46 204 0.53 0.77 0 0.2 258.99 0.63 0.49
Hex 60 2E CC 35 4D 0 14 103 3F 31
Octal 140 56 314 65 115 0 24 403 77 61
Binary 1100000 101110 11001100 110101 1001101 0 10100 100000011 111111 110001

Color Harmonies of #602ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602ECC

Black with #602ECC

Text Example


Text Example

White with #602ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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