Shades of Han Purple #6516DF
Tints of Han Purple #6516DF
RGB
CMYK
RGB Variations
Color information
#6516DF (or 0x6516DF) is known color: Han Purple. HEX triplet: 65, 16 and DF. RGB value is (101,22,223). Sum of RGB (Red+Green+Blue) = 101+22+223=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 223 (87.5% from 255 or 64.45% from 346); Max value from RGB is 223 - color contains mainly: blue. Hex color #6516DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6516DF is #9AE920. Grayscale: #434343. Windows color (decimal): -10152225 or 14620261. OLE color: 14620261.
HSL color Cylindrical-coordinate representation of color #6516DF: hue angle of 263.58º 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 #6516DF is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 22 | 223 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.13 |
| HSL | 263.58º | 0.82% | 0.48% | - |
| HSV(B) | 263.58º | 0.9% | 0.87% | - |
| XYZ | 18.97 | 8.67 | 70.49 | - |
| YUV | 68.54 | 215.17 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 223 | 0.55 | 0.90 | 0 | 0.13 | 263.58 | 0.82 | 0.48 |
| Hex | 65 | 16 | DF | 37 | 5A | 0 | D | 108 | 52 | 30 |
| Octal | 145 | 26 | 337 | 67 | 132 | 0 | 15 | 410 | 122 | 60 |
| Binary | 1100101 | 10110 | 11011111 | 110111 | 1011010 | 0 | 1101 | 100001000 | 1010010 | 110000 |
Color Harmonies of #6516DF
Complementary color
Monochromatic Colors of #6516DF
Black with #6516DF
Text Example
Text Example
White with #6516DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6516DF; }
p { color: rgb(101,22,223); }
H1.HeaderClassName
{
color: #6516DF;
}
.AnyTagClassName
{
color: #6516DF;
}
</style>
background-color css
<style>
a { background-color: #6516DF; }
a { background-color: rgb(101,22,223); }
div.DivClassName
{
background-color: #6516DF;
}
.BgClassName
{
background-color: #6516DF;
}
</style>
border-color css
<style>
span { border-color: #6516DF; }
span { border-color: rgb(101,22,223); }
td.TdClassName
{
border-color: #6516DF;
}
.TagClassName
{
border-color: #6516DF;
}
</style>