Shades of Han Purple #6516FE
Tints of Han Purple #6516FE
RGB
CMYK
RGB Variations
Color information
#6516FE (or 0x6516FE) is known color: Han Purple. HEX triplet: 65, 16 and FE. RGB value is (101,22,254). Sum of RGB (Red+Green+Blue) = 101+22+254=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #6516FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6516FE is #9AE901. Grayscale: #474747. Windows color (decimal): -10152194 or 16651877. OLE color: 16651877.
HSL color Cylindrical-coordinate representation of color #6516FE: hue angle of 260.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6516FE is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 101 | 22 | 254 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.00 |
| HSL | 260.43º | 0.99% | 0.54% | - |
| HSV(B) | 260.43º | 0.91% | 1% | - |
| XYZ | 23.54 | 10.5 | 94.55 | - |
| YUV | 72.07 | 230.67 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 254 | 0.60 | 0.91 | 0 | 0.00 | 260.43 | 0.99 | 0.54 |
| Hex | 65 | 16 | FE | 3C | 5B | 0 | 0 | 104 | 63 | 36 |
| Octal | 145 | 26 | 376 | 74 | 133 | 0 | 0 | 404 | 143 | 66 |
| Binary | 1100101 | 10110 | 11111110 | 111100 | 1011011 | 0 | 0 | 100000100 | 1100011 | 110110 |
Color Harmonies of #6516FE
Complementary color
Monochromatic Colors of #6516FE
Black with #6516FE
Text Example
Text Example
White with #6516FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6516FE; }
p { color: rgb(101,22,254); }
H1.HeaderClassName
{
color: #6516FE;
}
.AnyTagClassName
{
color: #6516FE;
}
</style>
background-color css
<style>
a { background-color: #6516FE; }
a { background-color: rgb(101,22,254); }
div.DivClassName
{
background-color: #6516FE;
}
.BgClassName
{
background-color: #6516FE;
}
</style>
border-color css
<style>
span { border-color: #6516FE; }
span { border-color: rgb(101,22,254); }
td.TdClassName
{
border-color: #6516FE;
}
.TagClassName
{
border-color: #6516FE;
}
</style>