Html Css Color HEX #5A1AEE Han Purple

📋 copy color: '#5A1AEE'

red 90 ◦ green 26 ◦ blue 238

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

Shades of Han Purple #5A1AEE

Tints of Han Purple #5A1AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 67.23%

R = 25.42%
G = 7.34%
B = 67.23%

CMYK

 C value IS 0.62

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5A1AEE (or 0x5A1AEE) is known color: Han Purple. HEX triplet: 5A, 1A and EE. RGB value is (90,26,238). Sum of RGB (Red+Green+Blue) = 90+26+238=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 238 (93.36% from 255 or 67.23% from 354); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A1AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1AEE is #A5E511. Grayscale: #444444. Windows color (decimal): -10872082 or 15604314. OLE color: 15604314.

HSL color Cylindrical-coordinate representation of color #5A1AEE: hue angle of 258.11º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A1AEE is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 26 238 -
CMYK 0.62 0.89 0 0.07
HSL 258.11º 0.86% 0.52% -
HSV(B) 258.11º 0.89% 0.93% -
XYZ 20.02 9.09 81.59 -
YUV 69.3 223.2 142.76 -
System Red Green Blue C M Y K H S L
Decimal 90 26 238 0.62 0.89 0 0.07 258.11 0.86 0.52
Hex 5A 1A EE 3E 59 0 7 102 56 34
Octal 132 32 356 76 131 0 7 402 126 64
Binary 1011010 11010 11101110 111110 1011001 0 111 100000010 1010110 110100

Color Harmonies of #5A1AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1AEE

Black with #5A1AEE

Text Example


Text Example

White with #5A1AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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