Html Css Color HEX #602CE0 Purple Heart

📋 copy color: '#602CE0'

red 96 ◦ green 44 ◦ blue 224

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

Shades of Purple Heart #602CE0

Tints of Purple Heart #602CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 61.54%

R = 26.37%
G = 12.09%
B = 61.54%

CMYK

 C value IS 0.57

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#602CE0 (or 0x602CE0) is known color: Purple Heart. HEX triplet: 60, 2C and E0. RGB value is (96,44,224). Sum of RGB (Red+Green+Blue) = 96+44+224=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 224 (87.89% from 255 or 61.54% from 364); Max value from RGB is 224 - color contains mainly: blue. Hex color #602CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602CE0 is #9FD31F. Grayscale: #4F4F4F. Windows color (decimal): -10474272 or 14691424. OLE color: 14691424.

HSL color Cylindrical-coordinate representation of color #602CE0: hue angle of 257.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #602CE0 is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 44 224 -
CMYK 0.57 0.80 0 0.12
HSL 257.33º 0.74% 0.53% -
HSV(B) 257.33º 0.8% 0.88% -
XYZ 19.18 9.67 71.38 -
YUV 80.07 209.23 139.36 -
System Red Green Blue C M Y K H S L
Decimal 96 44 224 0.57 0.80 0 0.12 257.33 0.74 0.53
Hex 60 2C E0 39 50 0 C 101 4A 35
Octal 140 54 340 71 120 0 14 401 112 65
Binary 1100000 101100 11100000 111001 1010000 0 1100 100000001 1001010 110101

Color Harmonies of #602CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602CE0

Black with #602CE0

Text Example


Text Example

White with #602CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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