Html Css Color HEX #5B13DB Han Purple

📋 copy color: '#5B13DB'

red 91 ◦ green 19 ◦ blue 219

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

Shades of Han Purple #5B13DB

Tints of Han Purple #5B13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

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

R = 27.66%
G = 5.78%
B = 66.57%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B13DB (or 0x5B13DB) is known color: Han Purple. HEX triplet: 5B, 13 and DB. RGB value is (91,19,219). Sum of RGB (Red+Green+Blue) = 91+19+219=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B13DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B13DB is #A4EC24. Grayscale: #3E3E3E. Windows color (decimal): -10808357 or 14357339. OLE color: 14357339.

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

Color convert

RGB 91 19 219 -
CMYK 0.58 0.91 0 0.14
HSL 261.6º 0.84% 0.47% -
HSV(B) 261.6º 0.91% 0.86% -
XYZ 17.33 7.8 67.61 -
YUV 63.33 215.85 147.74 -
System Red Green Blue C M Y K H S L
Decimal 91 19 219 0.58 0.91 0 0.14 261.6 0.84 0.47
Hex 5B 13 DB 3A 5B 0 E 106 54 2F
Octal 133 23 333 72 133 0 16 406 124 57
Binary 1011011 10011 11011011 111010 1011011 0 1110 100000110 1010100 101111

Color Harmonies of #5B13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B13DB

Black with #5B13DB

Text Example


Text Example

White with #5B13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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