Html Css Color HEX #602ED5 Purple Heart

📋 copy color: '#602ED5'

red 96 ◦ green 46 ◦ blue 213

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

Shades of Purple Heart #602ED5

Tints of Purple Heart #602ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 60%

R = 27.04%
G = 12.96%
B = 60%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#602ED5 (or 0x602ED5) is known color: Purple Heart. HEX triplet: 60, 2E and D5. RGB value is (96,46,213). Sum of RGB (Red+Green+Blue) = 96+46+213=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 213 (83.59% from 255 or 60% from 355); Max value from RGB is 213 - color contains mainly: blue. Hex color #602ED5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602ED5 is #9FD12A. Grayscale: #4F4F4F. Windows color (decimal): -10473771 or 13971040. OLE color: 13971040.

HSL color Cylindrical-coordinate representation of color #602ED5: hue angle of 257.96º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #602ED5 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 46 213 -
CMYK 0.55 0.78 0 0.16
HSL 257.96º 0.67% 0.51% -
HSV(B) 257.96º 0.78% 0.84% -
XYZ 17.81 9.24 63.8 -
YUV 79.99 203.07 139.42 -
System Red Green Blue C M Y K H S L
Decimal 96 46 213 0.55 0.78 0 0.16 257.96 0.67 0.51
Hex 60 2E D5 37 4E 0 10 102 43 33
Octal 140 56 325 67 116 0 20 402 103 63
Binary 1100000 101110 11010101 110111 1001110 0 10000 100000010 1000011 110011

Color Harmonies of #602ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602ED5

Black with #602ED5

Text Example


Text Example

White with #602ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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