Html Css Color HEX #602ECE Purple Heart

📋 copy color: '#602ECE'

red 96 ◦ green 46 ◦ blue 206

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

Shades of Purple Heart #602ECE

Tints of Purple Heart #602ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.2%

R = 27.59%
G = 13.22%
B = 59.2%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#602ECE (or 0x602ECE) is known color: Purple Heart. HEX triplet: 60, 2E and CE. RGB value is (96,46,206). Sum of RGB (Red+Green+Blue) = 96+46+206=348 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.59% from 348); Green value is 46 (18.36% from 255 or 13.22% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #602ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602ECE is #9FD131. Grayscale: #4E4E4E. Windows color (decimal): -10473778 or 13512288. OLE color: 13512288.

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

Color convert

RGB 96 46 206 -
CMYK 0.53 0.78 0 0.19
HSL 258.75º 0.63% 0.49% -
HSV(B) 258.75º 0.78% 0.81% -
XYZ 16.94 8.9 59.22 -
YUV 79.19 199.57 139.99 -
System Red Green Blue C M Y K H S L
Decimal 96 46 206 0.53 0.78 0 0.19 258.75 0.63 0.49
Hex 60 2E CE 35 4E 0 13 103 3F 31
Octal 140 56 316 65 116 0 23 403 77 61
Binary 1100000 101110 11001110 110101 1001110 0 10011 100000011 111111 110001

Color Harmonies of #602ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602ECE

Black with #602ECE

Text Example


Text Example

White with #602ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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