Html Css Color HEX #5A0EEB Han Purple

📋 copy color: '#5A0EEB'

red 90 ◦ green 14 ◦ blue 235

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

Shades of Han Purple #5A0EEB

Tints of Han Purple #5A0EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.32%

R = 26.55%
G = 4.13%
B = 69.32%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A0EEB (or 0x5A0EEB) is known color: Han Purple. HEX triplet: 5A, 0E and EB. RGB value is (90,14,235). Sum of RGB (Red+Green+Blue) = 90+14+235=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 14 (5.86% from 255 or 4.13% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A0EEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0EEB is #A5F114. Grayscale: #3D3D3D. Windows color (decimal): -10875157 or 15404634. OLE color: 15404634.

HSL color Cylindrical-coordinate representation of color #5A0EEB: hue angle of 260.63º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0EEB is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 14 235 -
CMYK 0.62 0.94 0 0.08
HSL 260.63º 0.89% 0.49% -
HSV(B) 260.63º 0.94% 0.92% -
XYZ 19.37 8.49 79.21 -
YUV 61.92 225.68 148.03 -
System Red Green Blue C M Y K H S L
Decimal 90 14 235 0.62 0.94 0 0.08 260.63 0.89 0.49
Hex 5A E EB 3E 5E 0 8 105 59 31
Octal 132 16 353 76 136 0 10 405 131 61
Binary 1011010 1110 11101011 111110 1011110 0 1000 100000101 1011001 110001

Color Harmonies of #5A0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0EEB

Black with #5A0EEB

Text Example


Text Example

White with #5A0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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