Html Css Color HEX #5A1AEB Han Purple

📋 copy color: '#5A1AEB'

red 90 ◦ green 26 ◦ blue 235

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

Shades of Han Purple #5A1AEB

Tints of Han Purple #5A1AEB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.41%

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

R = 25.64%
G = 7.41%
B = 66.95%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A1AEB (or 0x5A1AEB) is known color: Han Purple. HEX triplet: 5A, 1A and EB. RGB value is (90,26,235). Sum of RGB (Red+Green+Blue) = 90+26+235=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 26 (10.55% from 255 or 7.41% from 351); Blue value is 235 (92.19% from 255 or 66.95% from 351); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A1AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1AEB is #A5E514. Grayscale: #444444. Windows color (decimal): -10872085 or 15407706. OLE color: 15407706.

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

Color convert

RGB 90 26 235 -
CMYK 0.62 0.89 0 0.08
HSL 258.37º 0.84% 0.51% -
HSV(B) 258.37º 0.89% 0.92% -
XYZ 19.58 8.91 79.29 -
YUV 68.96 221.7 143.01 -
System Red Green Blue C M Y K H S L
Decimal 90 26 235 0.62 0.89 0 0.08 258.37 0.84 0.51
Hex 5A 1A EB 3E 59 0 8 102 54 33
Octal 132 32 353 76 131 0 10 402 124 63
Binary 1011010 11010 11101011 111110 1011001 0 1000 100000010 1010100 110011

Color Harmonies of #5A1AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1AEB

Black with #5A1AEB

Text Example


Text Example

White with #5A1AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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