Shades of Han Purple #5305DF
Tints of Han Purple #5305DF
RGB
CMYK
RGB Variations
Color information
#5305DF (or 0x5305DF) is known color: Han Purple. HEX triplet: 53, 05 and DF. RGB value is (83,5,223). Sum of RGB (Red+Green+Blue) = 83+5+223=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #5305DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5305DF is #ACFA20. Grayscale: #343434. Windows color (decimal): -11336225 or 14615891. OLE color: 14615891.
HSL color Cylindrical-coordinate representation of color #5305DF: hue angle of 261.47º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5305DF is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 5 | 223 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.13 |
| HSL | 261.47º | 0.96% | 0.45% | - |
| HSV(B) | 261.47º | 0.98% | 0.87% | - |
| XYZ | 16.94 | 7.28 | 70.32 | - |
| YUV | 53.17 | 223.84 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 5 | 223 | 0.63 | 0.98 | 0 | 0.13 | 261.47 | 0.96 | 0.45 |
| Hex | 53 | 5 | DF | 3F | 62 | 0 | D | 105 | 60 | 2D |
| Octal | 123 | 5 | 337 | 77 | 142 | 0 | 15 | 405 | 140 | 55 |
| Binary | 1010011 | 101 | 11011111 | 111111 | 1100010 | 0 | 1101 | 100000101 | 1100000 | 101101 |
Color Harmonies of #5305DF
Complementary color
Monochromatic Colors of #5305DF
Black with #5305DF
Text Example
Text Example
White with #5305DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5305DF; }
p { color: rgb(83,5,223); }
H1.HeaderClassName
{
color: #5305DF;
}
.AnyTagClassName
{
color: #5305DF;
}
</style>
background-color css
<style>
a { background-color: #5305DF; }
a { background-color: rgb(83,5,223); }
div.DivClassName
{
background-color: #5305DF;
}
.BgClassName
{
background-color: #5305DF;
}
</style>
border-color css
<style>
span { border-color: #5305DF; }
span { border-color: rgb(83,5,223); }
td.TdClassName
{
border-color: #5305DF;
}
.TagClassName
{
border-color: #5305DF;
}
</style>