Html Css Color HEX #5A0BE5 Han Purple

📋 copy color: '#5A0BE5'

red 90 ◦ green 11 ◦ blue 229

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

Shades of Han Purple #5A0BE5

Tints of Han Purple #5A0BE5

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.33%

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

R = 27.27%
G = 3.33%
B = 69.39%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5A0BE5 (or 0x5A0BE5) is known color: Han Purple. HEX triplet: 5A, 0B and E5. RGB value is (90,11,229). Sum of RGB (Red+Green+Blue) = 90+11+229=330 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.27% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 229 (89.84% from 255 or 69.39% from 330); Max value from RGB is 229 - color contains mainly: blue. Hex color #5A0BE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BE5 is #A5F41A. Grayscale: #3A3A3A. Windows color (decimal): -10875931 or 15010650. OLE color: 15010650.

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

Color convert

RGB 90 11 229 -
CMYK 0.61 0.95 0 0.10
HSL 261.74º 0.91% 0.47% -
HSV(B) 261.74º 0.95% 0.9% -
XYZ 18.48 8.07 74.71 -
YUV 59.47 223.67 149.77 -
System Red Green Blue C M Y K H S L
Decimal 90 11 229 0.61 0.95 0 0.10 261.74 0.91 0.47
Hex 5A B E5 3D 5F 0 A 106 5B 2F
Octal 132 13 345 75 137 0 12 406 133 57
Binary 1011010 1011 11100101 111101 1011111 0 1010 100000110 1011011 101111

Color Harmonies of #5A0BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0BE5

Black with #5A0BE5

Text Example


Text Example

White with #5A0BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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