Html Css Color HEX #5A0BE0 Han Purple

📋 copy color: '#5A0BE0'

red 90 ◦ green 11 ◦ blue 224

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

Shades of Han Purple #5A0BE0

Tints of Han Purple #5A0BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 68.92%

R = 27.69%
G = 3.38%
B = 68.92%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5A0BE0 (or 0x5A0BE0) is known color: Han Purple. HEX triplet: 5A, 0B and E0. RGB value is (90,11,224). Sum of RGB (Red+Green+Blue) = 90+11+224=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 224 (87.89% from 255 or 68.92% from 325); Max value from RGB is 224 - color contains mainly: blue. Hex color #5A0BE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BE0 is #A5F41F. Grayscale: #3A3A3A. Windows color (decimal): -10875936 or 14682970. OLE color: 14682970.

HSL color Cylindrical-coordinate representation of color #5A0BE0: hue angle of 262.25º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0BE0 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 90 11 224 -
CMYK 0.60 0.95 0 0.12
HSL 262.25º 0.91% 0.46% -
HSV(B) 262.25º 0.95% 0.88% -
XYZ 17.79 7.79 71.09 -
YUV 58.9 221.17 150.18 -
System Red Green Blue C M Y K H S L
Decimal 90 11 224 0.60 0.95 0 0.12 262.25 0.91 0.46
Hex 5A B E0 3C 5F 0 C 106 5B 2E
Octal 132 13 340 74 137 0 14 406 133 56
Binary 1011010 1011 11100000 111100 1011111 0 1100 100000110 1011011 101110

Color Harmonies of #5A0BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0BE0

Black with #5A0BE0

Text Example


Text Example

White with #5A0BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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