Html Css Color HEX #5A1BE5 Han Purple

📋 copy color: '#5A1BE5'

red 90 ◦ green 27 ◦ blue 229

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

Shades of Han Purple #5A1BE5

Tints of Han Purple #5A1BE5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

 BLUE value IS 229 (89.84% from 255) = 66.18%

R = 26.01%
G = 7.8%
B = 66.18%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5A1BE5 (or 0x5A1BE5) is known color: Han Purple. HEX triplet: 5A, 1B and E5. RGB value is (90,27,229). Sum of RGB (Red+Green+Blue) = 90+27+229=346 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.01% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 229 (89.84% from 255 or 66.18% from 346); Max value from RGB is 229 - color contains mainly: blue. Hex color #5A1BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1BE5 is #A5E41A. Grayscale: #444444. Windows color (decimal): -10871835 or 15014746. OLE color: 15014746.

HSL color Cylindrical-coordinate representation of color #5A1BE5: hue angle of 258.71º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1BE5 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 90 27 229 -
CMYK 0.61 0.88 0 0.10
HSL 258.71º 0.8% 0.5% -
HSV(B) 258.71º 0.88% 0.9% -
XYZ 18.75 8.61 74.8 -
YUV 68.87 218.37 143.07 -
System Red Green Blue C M Y K H S L
Decimal 90 27 229 0.61 0.88 0 0.10 258.71 0.8 0.5
Hex 5A 1B E5 3D 58 0 A 103 50 32
Octal 132 33 345 75 130 0 12 403 120 62
Binary 1011010 11011 11100101 111101 1011000 0 1010 100000011 1010000 110010

Color Harmonies of #5A1BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1BE5

Black with #5A1BE5

Text Example


Text Example

White with #5A1BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,27,229); }

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

background-color css

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

 a { background-color: rgb(90,27,229); }

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

border-color css

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

 span { border-color: rgb(90,27,229); }

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