Shades of Han Purple #5716DF
Tints of Han Purple #5716DF
RGB
CMYK
RGB Variations
Color information
#5716DF (or 0x5716DF) is known color: Han Purple. HEX triplet: 57, 16 and DF. RGB value is (87,22,223). Sum of RGB (Red+Green+Blue) = 87+22+223=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #5716DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5716DF is #A8E920. Grayscale: #3F3F3F. Windows color (decimal): -11069729 or 14620247. OLE color: 14620247.
HSL color Cylindrical-coordinate representation of color #5716DF: hue angle of 259.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5716DF is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 22 | 223 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.13 |
| HSL | 259.4º | 0.82% | 0.48% | - |
| HSV(B) | 259.4º | 0.9% | 0.87% | - |
| XYZ | 17.54 | 7.93 | 70.42 | - |
| YUV | 64.35 | 217.53 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 223 | 0.61 | 0.90 | 0 | 0.13 | 259.4 | 0.82 | 0.48 |
| Hex | 57 | 16 | DF | 3D | 5A | 0 | D | 103 | 52 | 30 |
| Octal | 127 | 26 | 337 | 75 | 132 | 0 | 15 | 403 | 122 | 60 |
| Binary | 1010111 | 10110 | 11011111 | 111101 | 1011010 | 0 | 1101 | 100000011 | 1010010 | 110000 |
Color Harmonies of #5716DF
Complementary color
Monochromatic Colors of #5716DF
Black with #5716DF
Text Example
Text Example
White with #5716DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5716DF; }
p { color: rgb(87,22,223); }
H1.HeaderClassName
{
color: #5716DF;
}
.AnyTagClassName
{
color: #5716DF;
}
</style>
background-color css
<style>
a { background-color: #5716DF; }
a { background-color: rgb(87,22,223); }
div.DivClassName
{
background-color: #5716DF;
}
.BgClassName
{
background-color: #5716DF;
}
</style>
border-color css
<style>
span { border-color: #5716DF; }
span { border-color: rgb(87,22,223); }
td.TdClassName
{
border-color: #5716DF;
}
.TagClassName
{
border-color: #5716DF;
}
</style>