Shades of Han Purple #6516F9
Tints of Han Purple #6516F9
RGB
CMYK
RGB Variations
Color information
#6516F9 (or 0x6516F9) is known color: Han Purple. HEX triplet: 65, 16 and F9. RGB value is (101,22,249). Sum of RGB (Red+Green+Blue) = 101+22+249=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 249 (97.66% from 255 or 66.94% from 372); Max value from RGB is 249 - color contains mainly: blue. Hex color #6516F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6516F9 is #9AE906. Grayscale: #464646. Windows color (decimal): -10152199 or 16324197. OLE color: 16324197.
HSL color Cylindrical-coordinate representation of color #6516F9: hue angle of 260.88º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6516F9 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 22 | 249 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.02 |
| HSL | 260.88º | 0.95% | 0.53% | - |
| HSV(B) | 260.88º | 0.91% | 0.98% | - |
| XYZ | 22.75 | 10.18 | 90.39 | - |
| YUV | 71.5 | 228.17 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 249 | 0.59 | 0.91 | 0 | 0.02 | 260.88 | 0.95 | 0.53 |
| Hex | 65 | 16 | F9 | 3B | 5B | 0 | 2 | 105 | 5F | 35 |
| Octal | 145 | 26 | 371 | 73 | 133 | 0 | 2 | 405 | 137 | 65 |
| Binary | 1100101 | 10110 | 11111001 | 111011 | 1011011 | 0 | 10 | 100000101 | 1011111 | 110101 |
Color Harmonies of #6516F9
Complementary color
Monochromatic Colors of #6516F9
Black with #6516F9
Text Example
Text Example
White with #6516F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6516F9; }
p { color: rgb(101,22,249); }
H1.HeaderClassName
{
color: #6516F9;
}
.AnyTagClassName
{
color: #6516F9;
}
</style>
background-color css
<style>
a { background-color: #6516F9; }
a { background-color: rgb(101,22,249); }
div.DivClassName
{
background-color: #6516F9;
}
.BgClassName
{
background-color: #6516F9;
}
</style>
border-color css
<style>
span { border-color: #6516F9; }
span { border-color: rgb(101,22,249); }
td.TdClassName
{
border-color: #6516F9;
}
.TagClassName
{
border-color: #6516F9;
}
</style>