Html Css Color HEX #5B14DB Han Purple

📋 copy color: '#5B14DB'

red 91 ◦ green 20 ◦ blue 219

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

Shades of Han Purple #5B14DB

Tints of Han Purple #5B14DB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.06%

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

R = 27.58%
G = 6.06%
B = 66.36%

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

#5B14DB (or 0x5B14DB) is known color: Han Purple. HEX triplet: 5B, 14 and DB. RGB value is (91,20,219). Sum of RGB (Red+Green+Blue) = 91+20+219=330 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.58% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B14DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B14DB is #A4EB24. Grayscale: #3F3F3F. Windows color (decimal): -10808101 or 14357595. OLE color: 14357595.

HSL color Cylindrical-coordinate representation of color #5B14DB: hue angle of 261.41º degrees, saturation: 0.83, 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 #5B14DB is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 20 219 -
CMYK 0.58 0.91 0 0.14
HSL 261.41º 0.83% 0.47% -
HSV(B) 261.41º 0.91% 0.86% -
XYZ 17.35 7.84 67.62 -
YUV 63.92 215.52 147.32 -
System Red Green Blue C M Y K H S L
Decimal 91 20 219 0.58 0.91 0 0.14 261.41 0.83 0.47
Hex 5B 14 DB 3A 5B 0 E 105 53 2F
Octal 133 24 333 72 133 0 16 405 123 57
Binary 1011011 10100 11011011 111010 1011011 0 1110 100000101 1010011 101111

Color Harmonies of #5B14DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B14DB

Black with #5B14DB

Text Example


Text Example

White with #5B14DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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