Shades of Han Purple #5305DC
Tints of Han Purple #5305DC
RGB
CMYK
RGB Variations
Color information
#5305DC (or 0x5305DC) is known color: Han Purple. HEX triplet: 53, 05 and DC. RGB value is (83,5,220). Sum of RGB (Red+Green+Blue) = 83+5+220=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #5305DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5305DC is #ACFA23. Grayscale: #343434. Windows color (decimal): -11336228 or 14419283. OLE color: 14419283.
HSL color Cylindrical-coordinate representation of color #5305DC: hue angle of 261.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5305DC is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 5 | 220 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.14 |
| HSL | 261.77º | 0.96% | 0.44% | - |
| HSV(B) | 261.77º | 0.98% | 0.86% | - |
| XYZ | 16.54 | 7.11 | 68.21 | - |
| YUV | 52.83 | 222.34 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 220 | 0.62 | 0.98 | 0 | 0.14 | 261.77 | 0.96 | 0.44 |
| Hex | 53 | 5 | DC | 3E | 62 | 0 | E | 106 | 60 | 2C |
| Octal | 123 | 5 | 334 | 76 | 142 | 0 | 16 | 406 | 140 | 54 |
| Binary | 1010011 | 101 | 11011100 | 111110 | 1100010 | 0 | 1110 | 100000110 | 1100000 | 101100 |
Color Harmonies of #5305DC
Complementary color
Monochromatic Colors of #5305DC
Black with #5305DC
Text Example
Text Example
White with #5305DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5305DC; }
p { color: rgb(83,5,220); }
H1.HeaderClassName
{
color: #5305DC;
}
.AnyTagClassName
{
color: #5305DC;
}
</style>
background-color css
<style>
a { background-color: #5305DC; }
a { background-color: rgb(83,5,220); }
div.DivClassName
{
background-color: #5305DC;
}
.BgClassName
{
background-color: #5305DC;
}
</style>
border-color css
<style>
span { border-color: #5305DC; }
span { border-color: rgb(83,5,220); }
td.TdClassName
{
border-color: #5305DC;
}
.TagClassName
{
border-color: #5305DC;
}
</style>