Html Css Color HEX #5A21EB Han Purple

📋 copy color: '#5A21EB'

red 90 ◦ green 33 ◦ blue 235

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

Shades of Han Purple #5A21EB

Tints of Han Purple #5A21EB

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.22%

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

R = 25.14%
G = 9.22%
B = 65.64%

CMYK

 C value IS 0.62

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A21EB (or 0x5A21EB) is known color: Han Purple. HEX triplet: 5A, 21 and EB. RGB value is (90,33,235). Sum of RGB (Red+Green+Blue) = 90+33+235=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 33 (13.28% from 255 or 9.22% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A21EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A21EB is #A5DE14. Grayscale: #484848. Windows color (decimal): -10870293 or 15409498. OLE color: 15409498.

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

Color convert

RGB 90 33 235 -
CMYK 0.62 0.86 0 0.08
HSL 256.93º 0.83% 0.53% -
HSV(B) 256.93º 0.86% 0.92% -
XYZ 19.76 9.26 79.34 -
YUV 73.07 219.38 140.07 -
System Red Green Blue C M Y K H S L
Decimal 90 33 235 0.62 0.86 0 0.08 256.93 0.83 0.53
Hex 5A 21 EB 3E 56 0 8 101 53 35
Octal 132 41 353 76 126 0 10 401 123 65
Binary 1011010 100001 11101011 111110 1010110 0 1000 100000001 1010011 110101

Color Harmonies of #5A21EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A21EB

Black with #5A21EB

Text Example


Text Example

White with #5A21EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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