Html Css Color HEX #5B0ADB Han Purple

📋 copy color: '#5B0ADB'

red 91 ◦ green 10 ◦ blue 219

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

Shades of Han Purple #5B0ADB

Tints of Han Purple #5B0ADB

RGB

 RED value IS 91 (35.94% from 255) = 28.44%

 GREEN value IS 10 (4.3% from 255) = 3.13%

 BLUE value IS 219 (85.94% from 255) = 68.44%

R = 28.44%
G = 3.13%
B = 68.44%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B0ADB (or 0x5B0ADB) is known color: Han Purple. HEX triplet: 5B, 0A and DB. RGB value is (91,10,219). Sum of RGB (Red+Green+Blue) = 91+10+219=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B0ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0ADB is #A4F524. Grayscale: #393939. Windows color (decimal): -10810661 or 14355035. OLE color: 14355035.

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

Color convert

RGB 91 10 219 -
CMYK 0.58 0.95 0 0.14
HSL 263.25º 0.91% 0.45% -
HSV(B) 263.25º 0.95% 0.86% -
XYZ 17.21 7.56 67.57 -
YUV 58.05 218.84 151.51 -
System Red Green Blue C M Y K H S L
Decimal 91 10 219 0.58 0.95 0 0.14 263.25 0.91 0.45
Hex 5B A DB 3A 5F 0 E 107 5B 2D
Octal 133 12 333 72 137 0 16 407 133 55
Binary 1011011 1010 11011011 111010 1011111 0 1110 100000111 1011011 101101

Color Harmonies of #5B0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0ADB

Black with #5B0ADB

Text Example


Text Example

White with #5B0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,10,219); }

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

background-color css

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

 a { background-color: rgb(91,10,219); }

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

border-color css

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

 span { border-color: rgb(91,10,219); }

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