Html Css Color HEX #5A2EEB Han Purple

📋 copy color: '#5A2EEB'

red 90 ◦ green 46 ◦ blue 235

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

Shades of Han Purple #5A2EEB

Tints of Han Purple #5A2EEB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.4%

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

R = 24.26%
G = 12.4%
B = 63.34%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A2EEB (or 0x5A2EEB) is known color: Han Purple. HEX triplet: 5A, 2E and EB. RGB value is (90,46,235). Sum of RGB (Red+Green+Blue) = 90+46+235=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 46 (18.36% from 255 or 12.40% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A2EEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2EEB is #A5D114. Grayscale: #4F4F4F. Windows color (decimal): -10866965 or 15412826. OLE color: 15412826.

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

Color convert

RGB 90 46 235 -
CMYK 0.62 0.80 0 0.08
HSL 253.97º 0.83% 0.55% -
HSV(B) 253.97º 0.8% 0.92% -
XYZ 20.19 10.13 79.49 -
YUV 80.7 215.08 134.63 -
System Red Green Blue C M Y K H S L
Decimal 90 46 235 0.62 0.80 0 0.08 253.97 0.83 0.55
Hex 5A 2E EB 3E 50 0 8 FE 53 37
Octal 132 56 353 76 120 0 10 376 123 67
Binary 1011010 101110 11101011 111110 1010000 0 1000 11111110 1010011 110111

Color Harmonies of #5A2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2EEB

Black with #5A2EEB

Text Example


Text Example

White with #5A2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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