Html Css Color HEX #5A0EDB Han Purple

📋 copy color: '#5A0EDB'

red 90 ◦ green 14 ◦ blue 219

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

Shades of Han Purple #5A0EDB

Tints of Han Purple #5A0EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.8%

R = 27.86%
G = 4.33%
B = 67.8%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5A0EDB (or 0x5A0EDB) is known color: Han Purple. HEX triplet: 5A, 0E and DB. RGB value is (90,14,219). Sum of RGB (Red+Green+Blue) = 90+14+219=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A0EDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0EDB is #A5F124. Grayscale: #3B3B3B. Windows color (decimal): -10875173 or 14356058. OLE color: 14356058.

HSL color Cylindrical-coordinate representation of color #5A0EDB: hue angle of 262.24º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0EDB is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 90 14 219 -
CMYK 0.59 0.94 0 0.14
HSL 262.24º 0.88% 0.46% -
HSV(B) 262.24º 0.94% 0.86% -
XYZ 17.16 7.6 67.58 -
YUV 60.09 217.68 149.33 -
System Red Green Blue C M Y K H S L
Decimal 90 14 219 0.59 0.94 0 0.14 262.24 0.88 0.46
Hex 5A E DB 3B 5E 0 E 106 58 2E
Octal 132 16 333 73 136 0 16 406 130 56
Binary 1011010 1110 11011011 111011 1011110 0 1110 100000110 1011000 101110

Color Harmonies of #5A0EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0EDB

Black with #5A0EDB

Text Example


Text Example

White with #5A0EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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