Html Css Color HEX #5A0EDE Han Purple

📋 copy color: '#5A0EDE'

red 90 ◦ green 14 ◦ blue 222

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

Shades of Han Purple #5A0EDE

Tints of Han Purple #5A0EDE

RGB

 RED value IS 90 (35.55% from 255) = 27.61%

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

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

R = 27.61%
G = 4.29%
B = 68.1%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A0EDE (or 0x5A0EDE) is known color: Han Purple. HEX triplet: 5A, 0E and DE. RGB value is (90,14,222). Sum of RGB (Red+Green+Blue) = 90+14+222=326 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.61% from 326); Green value is 14 (5.86% from 255 or 4.29% from 326); Blue value is 222 (87.11% from 255 or 68.10% from 326); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A0EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0EDE is #A5F121. Grayscale: #3B3B3B. Windows color (decimal): -10875170 or 14552666. OLE color: 14552666.

HSL color Cylindrical-coordinate representation of color #5A0EDE: hue angle of 261.92º 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 #5A0EDE is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 14 222 -
CMYK 0.59 0.94 0 0.13
HSL 261.92º 0.88% 0.46% -
HSV(B) 261.92º 0.94% 0.87% -
XYZ 17.56 7.76 69.68 -
YUV 60.44 219.18 149.09 -
System Red Green Blue C M Y K H S L
Decimal 90 14 222 0.59 0.94 0 0.13 261.92 0.88 0.46
Hex 5A E DE 3B 5E 0 D 106 58 2E
Octal 132 16 336 73 136 0 15 406 130 56
Binary 1011010 1110 11011110 111011 1011110 0 1101 100000110 1011000 101110

Color Harmonies of #5A0EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0EDE

Black with #5A0EDE

Text Example


Text Example

White with #5A0EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A0EDE; }

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

 H1.HeaderClassName
 {
   color: #5A0EDE;
 }
 .AnyTagClassName
 {
   color: #5A0EDE;
 }
</style>

background-color css

<style>
 a { background-color: #5A0EDE; }

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

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

border-color css

<style>
 span { border-color: #5A0EDE; }

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

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