Shades of Han Purple #6617FF
Tints of Han Purple #6617FF
RGB
CMYK
RGB Variations
Color information
#6617FF (or 0x6617FF) is known color: Han Purple. HEX triplet: 66, 17 and FF. RGB value is (102,23,255). Sum of RGB (Red+Green+Blue) = 102+23+255=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 255 (100% from 255 or 67.11% from 380); Max value from RGB is 255 - color contains mainly: blue. Hex color #6617FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6617FF is #99E800. Grayscale: #484848. Windows color (decimal): -10086401 or 16717670. OLE color: 16717670.
HSL color Cylindrical-coordinate representation of color #6617FF: hue angle of 260.43º 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 #6617FF is Cyan = 0.6, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 23 | 255 | - |
| CMYK | 0.6 | 0.91 | 0 | 0 |
| HSL | 260.43º | 1% | 0.55% | - |
| HSV(B) | 260.43º | 0.91% | 1% | - |
| XYZ | 23.84 | 10.66 | 95.41 | - |
| YUV | 73.07 | 230.67 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 255 | 0.6 | 0.91 | 0 | 0 | 260.43 | 1 | 0.55 |
| Hex | 66 | 17 | FF | 3C | 5B | 0 | 0 | 104 | 64 | 37 |
| Octal | 146 | 27 | 377 | 74 | 133 | 0 | 0 | 404 | 144 | 67 |
| Binary | 1100110 | 10111 | 11111111 | 111100 | 1011011 | 0 | 0 | 100000100 | 1100100 | 110111 |
Color Harmonies of #6617FF
Complementary color
Monochromatic Colors of #6617FF
Black with #6617FF
Text Example
Text Example
White with #6617FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6617FF; }
p { color: rgb(102,23,255); }
H1.HeaderClassName
{
color: #6617FF;
}
.AnyTagClassName
{
color: #6617FF;
}
</style>
background-color css
<style>
a { background-color: #6617FF; }
a { background-color: rgb(102,23,255); }
div.DivClassName
{
background-color: #6617FF;
}
.BgClassName
{
background-color: #6617FF;
}
</style>
border-color css
<style>
span { border-color: #6617FF; }
span { border-color: rgb(102,23,255); }
td.TdClassName
{
border-color: #6617FF;
}
.TagClassName
{
border-color: #6617FF;
}
</style>