Html Css Color HEX #590EDE Han Purple

📋 copy color: '#590EDE'

red 89 ◦ green 14 ◦ blue 222

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

Shades of Han Purple #590EDE

Tints of Han Purple #590EDE

RGB

 RED value IS 89 (35.16% from 255) = 27.38%

 GREEN value IS 14 (5.86% from 255) = 4.31%

 BLUE value IS 222 (87.11% from 255) = 68.31%

R = 27.38%
G = 4.31%
B = 68.31%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#590EDE (or 0x590EDE) is known color: Han Purple. HEX triplet: 59, 0E and DE. RGB value is (89,14,222). Sum of RGB (Red+Green+Blue) = 89+14+222=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #590EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590EDE is #A6F121. Grayscale: #3B3B3B. Windows color (decimal): -10940706 or 14552665. OLE color: 14552665.

HSL color Cylindrical-coordinate representation of color #590EDE: hue angle of 261.63º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590EDE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 14 222 -
CMYK 0.60 0.94 0 0.13
HSL 261.63º 0.88% 0.46% -
HSV(B) 261.63º 0.94% 0.87% -
XYZ 17.46 7.71 69.68 -
YUV 60.14 219.35 148.59 -
System Red Green Blue C M Y K H S L
Decimal 89 14 222 0.60 0.94 0 0.13 261.63 0.88 0.46
Hex 59 E DE 3C 5E 0 D 106 58 2E
Octal 131 16 336 74 136 0 15 406 130 56
Binary 1011001 1110 11011110 111100 1011110 0 1101 100000110 1011000 101110

Color Harmonies of #590EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #590EDE

Black with #590EDE

Text Example


Text Example

White with #590EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #590EDE; }

 p { color: rgb(89,14,222); }

 H1.HeaderClassName
 {
   color: #590EDE;
 }
 .AnyTagClassName
 {
   color: #590EDE;
 }
</style>

background-color css

<style>
 a { background-color: #590EDE; }

 a { background-color: rgb(89,14,222); }

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

border-color css

<style>
 span { border-color: #590EDE; }

 span { border-color: rgb(89,14,222); }

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