Shades of Han Purple #6517FB
Tints of Han Purple #6517FB
RGB
CMYK
RGB Variations
Color information
#6517FB (or 0x6517FB) is known color: Han Purple. HEX triplet: 65, 17 and FB. RGB value is (101,23,251). Sum of RGB (Red+Green+Blue) = 101+23+251=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #6517FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6517FB is #9AE804. Grayscale: #474747. Windows color (decimal): -10151941 or 16455525. OLE color: 16455525.
HSL color Cylindrical-coordinate representation of color #6517FB: hue angle of 260.53º 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 #6517FB is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 23 | 251 | - |
| CMYK | 0.60 | 0.91 | 0 | 0.02 |
| HSL | 260.53º | 0.97% | 0.54% | - |
| HSV(B) | 260.53º | 0.91% | 0.98% | - |
| XYZ | 23.09 | 10.34 | 92.05 | - |
| YUV | 72.31 | 228.84 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 251 | 0.60 | 0.91 | 0 | 0.02 | 260.53 | 0.97 | 0.54 |
| Hex | 65 | 17 | FB | 3C | 5B | 0 | 2 | 105 | 61 | 36 |
| Octal | 145 | 27 | 373 | 74 | 133 | 0 | 2 | 405 | 141 | 66 |
| Binary | 1100101 | 10111 | 11111011 | 111100 | 1011011 | 0 | 10 | 100000101 | 1100001 | 110110 |
Color Harmonies of #6517FB
Complementary color
Monochromatic Colors of #6517FB
Black with #6517FB
Text Example
Text Example
White with #6517FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6517FB; }
p { color: rgb(101,23,251); }
H1.HeaderClassName
{
color: #6517FB;
}
.AnyTagClassName
{
color: #6517FB;
}
</style>
background-color css
<style>
a { background-color: #6517FB; }
a { background-color: rgb(101,23,251); }
div.DivClassName
{
background-color: #6517FB;
}
.BgClassName
{
background-color: #6517FB;
}
</style>
border-color css
<style>
span { border-color: #6517FB; }
span { border-color: rgb(101,23,251); }
td.TdClassName
{
border-color: #6517FB;
}
.TagClassName
{
border-color: #6517FB;
}
</style>