Shades of Han Purple #5306DC
Tints of Han Purple #5306DC
RGB
CMYK
RGB Variations
Color information
#5306DC (or 0x5306DC) is known color: Han Purple. HEX triplet: 53, 06 and DC. RGB value is (83,6,220). Sum of RGB (Red+Green+Blue) = 83+6+220=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #5306DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5306DC is #ACF923. Grayscale: #343434. Windows color (decimal): -11335972 or 14419539. OLE color: 14419539.
HSL color Cylindrical-coordinate representation of color #5306DC: hue angle of 261.59º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5306DC is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 6 | 220 | - |
| CMYK | 0.62 | 0.97 | 0 | 0.14 |
| HSL | 261.59º | 0.95% | 0.44% | - |
| HSV(B) | 261.59º | 0.97% | 0.86% | - |
| XYZ | 16.55 | 7.14 | 68.22 | - |
| YUV | 53.42 | 222.01 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 6 | 220 | 0.62 | 0.97 | 0 | 0.14 | 261.59 | 0.95 | 0.44 |
| Hex | 53 | 6 | DC | 3E | 61 | 0 | E | 106 | 5F | 2C |
| Octal | 123 | 6 | 334 | 76 | 141 | 0 | 16 | 406 | 137 | 54 |
| Binary | 1010011 | 110 | 11011100 | 111110 | 1100001 | 0 | 1110 | 100000110 | 1011111 | 101100 |
Color Harmonies of #5306DC
Complementary color
Monochromatic Colors of #5306DC
Black with #5306DC
Text Example
Text Example
White with #5306DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5306DC; }
p { color: rgb(83,6,220); }
H1.HeaderClassName
{
color: #5306DC;
}
.AnyTagClassName
{
color: #5306DC;
}
</style>
background-color css
<style>
a { background-color: #5306DC; }
a { background-color: rgb(83,6,220); }
div.DivClassName
{
background-color: #5306DC;
}
.BgClassName
{
background-color: #5306DC;
}
</style>
border-color css
<style>
span { border-color: #5306DC; }
span { border-color: rgb(83,6,220); }
td.TdClassName
{
border-color: #5306DC;
}
.TagClassName
{
border-color: #5306DC;
}
</style>