Html Css Color HEX #602ECD Purple Heart

📋 copy color: '#602ECD'

red 96 ◦ green 46 ◦ blue 205

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

Shades of Purple Heart #602ECD

Tints of Purple Heart #602ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.08%

R = 27.67%
G = 13.26%
B = 59.08%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#602ECD (or 0x602ECD) is known color: Purple Heart. HEX triplet: 60, 2E and CD. RGB value is (96,46,205). Sum of RGB (Red+Green+Blue) = 96+46+205=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #602ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602ECD is #9FD132. Grayscale: #4E4E4E. Windows color (decimal): -10473779 or 13446752. OLE color: 13446752.

HSL color Cylindrical-coordinate representation of color #602ECD: hue angle of 258.87º degrees, saturation: 0.63, 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 #602ECD is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 46 205 -
CMYK 0.53 0.78 0 0.20
HSL 258.87º 0.63% 0.49% -
HSV(B) 258.87º 0.78% 0.8% -
XYZ 16.82 8.85 58.58 -
YUV 79.08 199.07 140.07 -
System Red Green Blue C M Y K H S L
Decimal 96 46 205 0.53 0.78 0 0.20 258.87 0.63 0.49
Hex 60 2E CD 35 4E 0 14 103 3F 31
Octal 140 56 315 65 116 0 24 403 77 61
Binary 1100000 101110 11001101 110101 1001110 0 10100 100000011 111111 110001

Color Harmonies of #602ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602ECD

Black with #602ECD

Text Example


Text Example

White with #602ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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