Html Css Color HEX #5A0BD8 Han Purple

📋 copy color: '#5A0BD8'

red 90 ◦ green 11 ◦ blue 216

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

Shades of Han Purple #5A0BD8

Tints of Han Purple #5A0BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 68.14%

R = 28.39%
G = 3.47%
B = 68.14%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5A0BD8 (or 0x5A0BD8) is known color: Han Purple. HEX triplet: 5A, 0B and D8. RGB value is (90,11,216). Sum of RGB (Red+Green+Blue) = 90+11+216=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 216 (84.77% from 255 or 68.14% from 317); Max value from RGB is 216 - color contains mainly: blue. Hex color #5A0BD8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BD8 is #A5F427. Grayscale: #393939. Windows color (decimal): -10875944 or 14158682. OLE color: 14158682.

HSL color Cylindrical-coordinate representation of color #5A0BD8: hue angle of 263.12º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0BD8 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 90 11 216 -
CMYK 0.58 0.95 0 0.15
HSL 263.12º 0.9% 0.45% -
HSV(B) 263.12º 0.95% 0.85% -
XYZ 16.73 7.37 65.51 -
YUV 57.99 217.17 150.83 -
System Red Green Blue C M Y K H S L
Decimal 90 11 216 0.58 0.95 0 0.15 263.12 0.9 0.45
Hex 5A B D8 3A 5F 0 F 107 5A 2D
Octal 132 13 330 72 137 0 17 407 132 55
Binary 1011010 1011 11011000 111010 1011111 0 1111 100000111 1011010 101101

Color Harmonies of #5A0BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0BD8

Black with #5A0BD8

Text Example


Text Example

White with #5A0BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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