Shades of Han Purple #6516FB
Tints of Han Purple #6516FB
RGB
CMYK
RGB Variations
Color information
#6516FB (or 0x6516FB) is known color: Han Purple. HEX triplet: 65, 16 and FB. RGB value is (101,22,251). Sum of RGB (Red+Green+Blue) = 101+22+251=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #6516FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6516FB is #9AE904. Grayscale: #464646. Windows color (decimal): -10152197 or 16455269. OLE color: 16455269.
HSL color Cylindrical-coordinate representation of color #6516FB: hue angle of 260.7º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6516FB is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 22 | 251 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.02 |
| HSL | 260.7º | 0.97% | 0.54% | - |
| HSV(B) | 260.7º | 0.91% | 0.98% | - |
| XYZ | 23.07 | 10.31 | 92.04 | - |
| YUV | 71.73 | 229.17 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 22 | 251 | 0.60 | 0.91 | 0 | 0.02 | 260.7 | 0.97 | 0.54 |
| Hex | 65 | 16 | FB | 3C | 5B | 0 | 2 | 105 | 61 | 36 |
| Octal | 145 | 26 | 373 | 74 | 133 | 0 | 2 | 405 | 141 | 66 |
| Binary | 1100101 | 10110 | 11111011 | 111100 | 1011011 | 0 | 10 | 100000101 | 1100001 | 110110 |
Color Harmonies of #6516FB
Complementary color
Monochromatic Colors of #6516FB
Black with #6516FB
Text Example
Text Example
White with #6516FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6516FB; }
p { color: rgb(101,22,251); }
H1.HeaderClassName
{
color: #6516FB;
}
.AnyTagClassName
{
color: #6516FB;
}
</style>
background-color css
<style>
a { background-color: #6516FB; }
a { background-color: rgb(101,22,251); }
div.DivClassName
{
background-color: #6516FB;
}
.BgClassName
{
background-color: #6516FB;
}
</style>
border-color css
<style>
span { border-color: #6516FB; }
span { border-color: rgb(101,22,251); }
td.TdClassName
{
border-color: #6516FB;
}
.TagClassName
{
border-color: #6516FB;
}
</style>