Shades of Han Purple #6117E7
Tints of Han Purple #6117E7
RGB
CMYK
RGB Variations
Color information
#6117E7 (or 0x6117E7) is known color: Han Purple. HEX triplet: 61, 17 and E7. RGB value is (97,23,231). Sum of RGB (Red+Green+Blue) = 97+23+231=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 231 (90.62% from 255 or 65.81% from 351); Max value from RGB is 231 - color contains mainly: blue. Hex color #6117E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6117E7 is #9EE818. Grayscale: #444444. Windows color (decimal): -10414105 or 15144801. OLE color: 15144801.
HSL color Cylindrical-coordinate representation of color #6117E7: hue angle of 261.35º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6117E7 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 23 | 231 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.09 |
| HSL | 261.35º | 0.82% | 0.5% | - |
| HSV(B) | 261.35º | 0.9% | 0.91% | - |
| XYZ | 19.66 | 8.92 | 76.29 | - |
| YUV | 68.84 | 219.52 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 231 | 0.58 | 0.90 | 0 | 0.09 | 261.35 | 0.82 | 0.5 |
| Hex | 61 | 17 | E7 | 3A | 5A | 0 | 9 | 105 | 52 | 32 |
| Octal | 141 | 27 | 347 | 72 | 132 | 0 | 11 | 405 | 122 | 62 |
| Binary | 1100001 | 10111 | 11100111 | 111010 | 1011010 | 0 | 1001 | 100000101 | 1010010 | 110010 |
Color Harmonies of #6117E7
Complementary color
Monochromatic Colors of #6117E7
Black with #6117E7
Text Example
Text Example
White with #6117E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6117E7; }
p { color: rgb(97,23,231); }
H1.HeaderClassName
{
color: #6117E7;
}
.AnyTagClassName
{
color: #6117E7;
}
</style>
background-color css
<style>
a { background-color: #6117E7; }
a { background-color: rgb(97,23,231); }
div.DivClassName
{
background-color: #6117E7;
}
.BgClassName
{
background-color: #6117E7;
}
</style>
border-color css
<style>
span { border-color: #6117E7; }
span { border-color: rgb(97,23,231); }
td.TdClassName
{
border-color: #6117E7;
}
.TagClassName
{
border-color: #6117E7;
}
</style>