Shades of Han Purple #5312DF
Tints of Han Purple #5312DF
RGB
CMYK
RGB Variations
Color information
#5312DF (or 0x5312DF) is known color: Han Purple. HEX triplet: 53, 12 and DF. RGB value is (83,18,223). Sum of RGB (Red+Green+Blue) = 83+18+223=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #5312DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5312DF is #ACED20. Grayscale: #3C3C3C. Windows color (decimal): -11332897 or 14619219. OLE color: 14619219.
HSL color Cylindrical-coordinate representation of color #5312DF: hue angle of 259.02º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5312DF is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 18 | 223 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.13 |
| HSL | 259.02º | 0.85% | 0.47% | - |
| HSV(B) | 259.02º | 0.92% | 0.87% | - |
| XYZ | 17.1 | 7.6 | 70.38 | - |
| YUV | 60.81 | 219.53 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 223 | 0.63 | 0.92 | 0 | 0.13 | 259.02 | 0.85 | 0.47 |
| Hex | 53 | 12 | DF | 3F | 5C | 0 | D | 103 | 55 | 2F |
| Octal | 123 | 22 | 337 | 77 | 134 | 0 | 15 | 403 | 125 | 57 |
| Binary | 1010011 | 10010 | 11011111 | 111111 | 1011100 | 0 | 1101 | 100000011 | 1010101 | 101111 |
Color Harmonies of #5312DF
Complementary color
Monochromatic Colors of #5312DF
Black with #5312DF
Text Example
Text Example
White with #5312DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5312DF; }
p { color: rgb(83,18,223); }
H1.HeaderClassName
{
color: #5312DF;
}
.AnyTagClassName
{
color: #5312DF;
}
</style>
background-color css
<style>
a { background-color: #5312DF; }
a { background-color: rgb(83,18,223); }
div.DivClassName
{
background-color: #5312DF;
}
.BgClassName
{
background-color: #5312DF;
}
</style>
border-color css
<style>
span { border-color: #5312DF; }
span { border-color: rgb(83,18,223); }
td.TdClassName
{
border-color: #5312DF;
}
.TagClassName
{
border-color: #5312DF;
}
</style>