#5B12DB

Color #5B12DB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5B12DB

Tints of Han Purple #5B12DB

Color information

#5B12DB (or 0x5B12DB) is unknown color: approx Han Purple. HEX triplet: 5B, 12 and DB. RGB value is (91,18,219). Sum of RGB (Red+Green+Blue) = 91+18+219=328 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.74% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B12DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B12DB is #A4ED24. Grayscale: #3E3E3E. Windows color (decimal): -10808613 or 14357083. OLE color: 14357083.

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

Color convert

RGB9118219-
CMYK0.580.9200.14
HSL261.79º84.81%46.47%-
HSV(B)261.79º91.78%85.88%-
XYZ17.327.7767.61-
YUV62.74216.18148.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.74%
GREEN value IS 18 (7.42% from 255) = 5.49%
BLUE value IS 219 (85.94% from 255) = 66.77%
R=27.74%
G=5.49%
B=66.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal91182190.580.9200.14261.7984.8146.47
Hex5B12DB3A5C0E106552e
Octal133223337213401640612556
Binary101101110010110110111110101011100011101000001101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B12DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B12DB;
 }
 .AnyTagClassName
 {
   color: #5B12DB;
 }
</style>
background-color css

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

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

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

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

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

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