Html Css Color HEX #5A0BDE Han Purple

📋 copy color: '#5A0BDE'

red 90 ◦ green 11 ◦ blue 222

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

Shades of Han Purple #5A0BDE

Tints of Han Purple #5A0BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.73%

R = 27.86%
G = 3.41%
B = 68.73%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5A0BDE (or 0x5A0BDE) is known color: Han Purple. HEX triplet: 5A, 0B and DE. RGB value is (90,11,222). Sum of RGB (Red+Green+Blue) = 90+11+222=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A0BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BDE is #A5F421. Grayscale: #393939. Windows color (decimal): -10875938 or 14551898. OLE color: 14551898.

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

Color convert

RGB 90 11 222 -
CMYK 0.59 0.95 0 0.13
HSL 262.46º 0.91% 0.46% -
HSV(B) 262.46º 0.95% 0.87% -
XYZ 17.52 7.69 69.67 -
YUV 58.68 220.17 150.34 -
System Red Green Blue C M Y K H S L
Decimal 90 11 222 0.59 0.95 0 0.13 262.46 0.91 0.46
Hex 5A B DE 3B 5F 0 D 106 5B 2E
Octal 132 13 336 73 137 0 15 406 133 56
Binary 1011010 1011 11011110 111011 1011111 0 1101 100000110 1011011 101110

Color Harmonies of #5A0BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0BDE

Black with #5A0BDE

Text Example


Text Example

White with #5A0BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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