Shades of Han Purple #6117FF
Tints of Han Purple #6117FF
RGB
CMYK
RGB Variations
Color information
#6117FF (or 0x6117FF) is known color: Han Purple. HEX triplet: 61, 17 and FF. RGB value is (97,23,255). Sum of RGB (Red+Green+Blue) = 97+23+255=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #6117FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6117FF is #9EE800. Grayscale: #464646. Windows color (decimal): -10414081 or 16717665. OLE color: 16717665.
HSL color Cylindrical-coordinate representation of color #6117FF: hue angle of 259.14º 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 #6117FF is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 23 | 255 | - |
| CMYK | 0.62 | 0.91 | 0 | 0 |
| HSL | 259.14º | 1% | 0.55% | - |
| HSV(B) | 259.14º | 0.91% | 1% | - |
| XYZ | 23.29 | 10.37 | 95.38 | - |
| YUV | 71.57 | 231.52 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 255 | 0.62 | 0.91 | 0 | 0 | 259.14 | 1 | 0.55 |
| Hex | 61 | 17 | FF | 3E | 5B | 0 | 0 | 103 | 64 | 37 |
| Octal | 141 | 27 | 377 | 76 | 133 | 0 | 0 | 403 | 144 | 67 |
| Binary | 1100001 | 10111 | 11111111 | 111110 | 1011011 | 0 | 0 | 100000011 | 1100100 | 110111 |
Color Harmonies of #6117FF
Complementary color
Monochromatic Colors of #6117FF
Black with #6117FF
Text Example
Text Example
White with #6117FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6117FF; }
p { color: rgb(97,23,255); }
H1.HeaderClassName
{
color: #6117FF;
}
.AnyTagClassName
{
color: #6117FF;
}
</style>
background-color css
<style>
a { background-color: #6117FF; }
a { background-color: rgb(97,23,255); }
div.DivClassName
{
background-color: #6117FF;
}
.BgClassName
{
background-color: #6117FF;
}
</style>
border-color css
<style>
span { border-color: #6117FF; }
span { border-color: rgb(97,23,255); }
td.TdClassName
{
border-color: #6117FF;
}
.TagClassName
{
border-color: #6117FF;
}
</style>