Html Css Color HEX #5A1AED Han Purple

📋 copy color: '#5A1AED'

red 90 ◦ green 26 ◦ blue 237

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

Shades of Han Purple #5A1AED

Tints of Han Purple #5A1AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.14%

R = 25.5%
G = 7.37%
B = 67.14%

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

#5A1AED (or 0x5A1AED) is known color: Han Purple. HEX triplet: 5A, 1A and ED. RGB value is (90,26,237). Sum of RGB (Red+Green+Blue) = 90+26+237=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A1AED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1AED is #A5E512. Grayscale: #444444. Windows color (decimal): -10872083 or 15538778. OLE color: 15538778.

HSL color Cylindrical-coordinate representation of color #5A1AED: hue angle of 258.2º degrees, saturation: 0.85, 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 #5A1AED is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 90 26 237 -
CMYK 0.62 0.89 0 0.07
HSL 258.2º 0.85% 0.52% -
HSV(B) 258.2º 0.89% 0.93% -
XYZ 19.87 9.03 80.82 -
YUV 69.19 222.7 142.84 -
System Red Green Blue C M Y K H S L
Decimal 90 26 237 0.62 0.89 0 0.07 258.2 0.85 0.52
Hex 5A 1A ED 3E 59 0 7 102 55 34
Octal 132 32 355 76 131 0 7 402 125 64
Binary 1011010 11010 11101101 111110 1011001 0 111 100000010 1010101 110100

Color Harmonies of #5A1AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1AED

Black with #5A1AED

Text Example


Text Example

White with #5A1AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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