Shades of Han Purple #5308DB
Tints of Han Purple #5308DB
RGB
CMYK
RGB Variations
Color information
#5308DB (or 0x5308DB) is known color: Han Purple. HEX triplet: 53, 08 and DB. RGB value is (83,8,219). Sum of RGB (Red+Green+Blue) = 83+8+219=310 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.77% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #5308DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5308DB is #ACF724. Grayscale: #353535. Windows color (decimal): -11335461 or 14354515. OLE color: 14354515.
HSL color Cylindrical-coordinate representation of color #5308DB: hue angle of 261.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5308DB is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 8 | 219 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.14 |
| HSL | 261.33º | 0.93% | 0.45% | - |
| HSV(B) | 261.33º | 0.96% | 0.86% | - |
| XYZ | 16.44 | 7.13 | 67.53 | - |
| YUV | 54.48 | 220.85 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 8 | 219 | 0.62 | 0.96 | 0 | 0.14 | 261.33 | 0.93 | 0.45 |
| Hex | 53 | 8 | DB | 3E | 60 | 0 | E | 105 | 5D | 2D |
| Octal | 123 | 10 | 333 | 76 | 140 | 0 | 16 | 405 | 135 | 55 |
| Binary | 1010011 | 1000 | 11011011 | 111110 | 1100000 | 0 | 1110 | 100000101 | 1011101 | 101101 |
Color Harmonies of #5308DB
Complementary color
Monochromatic Colors of #5308DB
Black with #5308DB
Text Example
Text Example
White with #5308DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5308DB; }
p { color: rgb(83,8,219); }
H1.HeaderClassName
{
color: #5308DB;
}
.AnyTagClassName
{
color: #5308DB;
}
</style>
background-color css
<style>
a { background-color: #5308DB; }
a { background-color: rgb(83,8,219); }
div.DivClassName
{
background-color: #5308DB;
}
.BgClassName
{
background-color: #5308DB;
}
</style>
border-color css
<style>
span { border-color: #5308DB; }
span { border-color: rgb(83,8,219); }
td.TdClassName
{
border-color: #5308DB;
}
.TagClassName
{
border-color: #5308DB;
}
</style>