Html Css Color HEX #602EDD Purple Heart

📋 copy color: '#602EDD'

red 96 ◦ green 46 ◦ blue 221

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

Shades of Purple Heart #602EDD

Tints of Purple Heart #602EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 60.88%

R = 26.45%
G = 12.67%
B = 60.88%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#602EDD (or 0x602EDD) is known color: Purple Heart. HEX triplet: 60, 2E and DD. RGB value is (96,46,221). Sum of RGB (Red+Green+Blue) = 96+46+221=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 46 (18.36% from 255 or 12.67% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #602EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #602EDD is #9FD122. Grayscale: #505050. Windows color (decimal): -10473763 or 14495328. OLE color: 14495328.

HSL color Cylindrical-coordinate representation of color #602EDD: hue angle of 257.14º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602EDD is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 46 221 -
CMYK 0.57 0.79 0 0.13
HSL 257.14º 0.72% 0.52% -
HSV(B) 257.14º 0.79% 0.87% -
XYZ 18.85 9.66 69.28 -
YUV 80.9 207.07 138.77 -
System Red Green Blue C M Y K H S L
Decimal 96 46 221 0.57 0.79 0 0.13 257.14 0.72 0.52
Hex 60 2E DD 39 4F 0 D 101 48 34
Octal 140 56 335 71 117 0 15 401 110 64
Binary 1100000 101110 11011101 111001 1001111 0 1101 100000001 1001000 110100

Color Harmonies of #602EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602EDD

Black with #602EDD

Text Example


Text Example

White with #602EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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