Shades of Han Purple #5310DF
Tints of Han Purple #5310DF
RGB
CMYK
RGB Variations
Color information
#5310DF (or 0x5310DF) is known color: Han Purple. HEX triplet: 53, 10 and DF. RGB value is (83,16,223). Sum of RGB (Red+Green+Blue) = 83+16+223=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #5310DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5310DF is #ACEF20. Grayscale: #3A3A3A. Windows color (decimal): -11333409 or 14618707. OLE color: 14618707.
HSL color Cylindrical-coordinate representation of color #5310DF: hue angle of 259.42º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5310DF is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 16 | 223 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.13 |
| HSL | 259.42º | 0.87% | 0.47% | - |
| HSV(B) | 259.42º | 0.93% | 0.87% | - |
| XYZ | 17.07 | 7.54 | 70.37 | - |
| YUV | 59.63 | 220.2 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 223 | 0.63 | 0.93 | 0 | 0.13 | 259.42 | 0.87 | 0.47 |
| Hex | 53 | 10 | DF | 3F | 5D | 0 | D | 103 | 57 | 2F |
| Octal | 123 | 20 | 337 | 77 | 135 | 0 | 15 | 403 | 127 | 57 |
| Binary | 1010011 | 10000 | 11011111 | 111111 | 1011101 | 0 | 1101 | 100000011 | 1010111 | 101111 |
Color Harmonies of #5310DF
Complementary color
Monochromatic Colors of #5310DF
Black with #5310DF
Text Example
Text Example
White with #5310DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5310DF; }
p { color: rgb(83,16,223); }
H1.HeaderClassName
{
color: #5310DF;
}
.AnyTagClassName
{
color: #5310DF;
}
</style>
background-color css
<style>
a { background-color: #5310DF; }
a { background-color: rgb(83,16,223); }
div.DivClassName
{
background-color: #5310DF;
}
.BgClassName
{
background-color: #5310DF;
}
</style>
border-color css
<style>
span { border-color: #5310DF; }
span { border-color: rgb(83,16,223); }
td.TdClassName
{
border-color: #5310DF;
}
.TagClassName
{
border-color: #5310DF;
}
</style>