Html Css Color HEX #602ED0 Purple Heart

📋 copy color: '#602ED0'

red 96 ◦ green 46 ◦ blue 208

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

Shades of Purple Heart #602ED0

Tints of Purple Heart #602ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 59.43%

R = 27.43%
G = 13.14%
B = 59.43%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#602ED0 (or 0x602ED0) is known color: Purple Heart. HEX triplet: 60, 2E and D0. RGB value is (96,46,208). Sum of RGB (Red+Green+Blue) = 96+46+208=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 46 (18.36% from 255 or 13.14% from 350); Blue value is 208 (81.64% from 255 or 59.43% from 350); Max value from RGB is 208 - color contains mainly: blue. Hex color #602ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602ED0 is #9FD12F. Grayscale: #4E4E4E. Windows color (decimal): -10473776 or 13643360. OLE color: 13643360.

HSL color Cylindrical-coordinate representation of color #602ED0: hue angle of 258.52º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602ED0 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 46 208 -
CMYK 0.54 0.78 0 0.18
HSL 258.52º 0.64% 0.5% -
HSV(B) 258.52º 0.78% 0.82% -
XYZ 17.19 8.99 60.5 -
YUV 79.42 200.57 139.83 -
System Red Green Blue C M Y K H S L
Decimal 96 46 208 0.54 0.78 0 0.18 258.52 0.64 0.5
Hex 60 2E D0 36 4E 0 12 103 40 32
Octal 140 56 320 66 116 0 22 403 100 62
Binary 1100000 101110 11010000 110110 1001110 0 10010 100000011 1000000 110010

Color Harmonies of #602ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602ED0

Black with #602ED0

Text Example


Text Example

White with #602ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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