Shades of Han Purple #6516EB
Tints of Han Purple #6516EB
RGB
CMYK
RGB Variations
Color information
#6516EB (or 0x6516EB) is known color: Han Purple. HEX triplet: 65, 16 and EB. RGB value is (101,22,235). Sum of RGB (Red+Green+Blue) = 101+22+235=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #6516EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6516EB is #9AE914. Grayscale: #454545. Windows color (decimal): -10152213 or 15406693. OLE color: 15406693.
HSL color Cylindrical-coordinate representation of color #6516EB: hue angle of 262.25º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6516EB is Cyan = 0.57, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 22 | 235 | - |
| CMYK | 0.57 | 0.91 | 0 | 0.08 |
| HSL | 262.25º | 0.84% | 0.5% | - |
| HSV(B) | 262.25º | 0.91% | 0.92% | - |
| XYZ | 20.65 | 9.34 | 79.31 | - |
| YUV | 69.9 | 221.17 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 235 | 0.57 | 0.91 | 0 | 0.08 | 262.25 | 0.84 | 0.5 |
| Hex | 65 | 16 | EB | 39 | 5B | 0 | 8 | 106 | 54 | 32 |
| Octal | 145 | 26 | 353 | 71 | 133 | 0 | 10 | 406 | 124 | 62 |
| Binary | 1100101 | 10110 | 11101011 | 111001 | 1011011 | 0 | 1000 | 100000110 | 1010100 | 110010 |
Color Harmonies of #6516EB
Complementary color
Monochromatic Colors of #6516EB
Black with #6516EB
Text Example
Text Example
White with #6516EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6516EB; }
p { color: rgb(101,22,235); }
H1.HeaderClassName
{
color: #6516EB;
}
.AnyTagClassName
{
color: #6516EB;
}
</style>
background-color css
<style>
a { background-color: #6516EB; }
a { background-color: rgb(101,22,235); }
div.DivClassName
{
background-color: #6516EB;
}
.BgClassName
{
background-color: #6516EB;
}
</style>
border-color css
<style>
span { border-color: #6516EB; }
span { border-color: rgb(101,22,235); }
td.TdClassName
{
border-color: #6516EB;
}
.TagClassName
{
border-color: #6516EB;
}
</style>