Shades of Han Purple #6517FF
Tints of Han Purple #6517FF
RGB
CMYK
RGB Variations
Color information
#6517FF (or 0x6517FF) is known color: Han Purple. HEX triplet: 65, 17 and FF. RGB value is (101,23,255). Sum of RGB (Red+Green+Blue) = 101+23+255=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 23 (9.38% from 255 or 6.07% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #6517FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6517FF is #9AE800. Grayscale: #474747. Windows color (decimal): -10151937 or 16717669. OLE color: 16717669.
HSL color Cylindrical-coordinate representation of color #6517FF: hue angle of 260.17º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6517FF is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 101 | 23 | 255 | - |
| CMYK | 0.60 | 0.91 | 0 | 0 |
| HSL | 260.17º | 1% | 0.55% | - |
| HSV(B) | 260.17º | 0.91% | 1% | - |
| XYZ | 23.72 | 10.6 | 95.4 | - |
| YUV | 72.77 | 230.84 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 23 | 255 | 0.60 | 0.91 | 0 | 0 | 260.17 | 1 | 0.55 |
| Hex | 65 | 17 | FF | 3C | 5B | 0 | 0 | 104 | 64 | 37 |
| Octal | 145 | 27 | 377 | 74 | 133 | 0 | 0 | 404 | 144 | 67 |
| Binary | 1100101 | 10111 | 11111111 | 111100 | 1011011 | 0 | 0 | 100000100 | 1100100 | 110111 |
Color Harmonies of #6517FF
Complementary color
Monochromatic Colors of #6517FF
Black with #6517FF
Text Example
Text Example
White with #6517FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6517FF; }
p { color: rgb(101,23,255); }
H1.HeaderClassName
{
color: #6517FF;
}
.AnyTagClassName
{
color: #6517FF;
}
</style>
background-color css
<style>
a { background-color: #6517FF; }
a { background-color: rgb(101,23,255); }
div.DivClassName
{
background-color: #6517FF;
}
.BgClassName
{
background-color: #6517FF;
}
</style>
border-color css
<style>
span { border-color: #6517FF; }
span { border-color: rgb(101,23,255); }
td.TdClassName
{
border-color: #6517FF;
}
.TagClassName
{
border-color: #6517FF;
}
</style>