Shades of Han Purple #6117E5
Tints of Han Purple #6117E5
RGB
CMYK
RGB Variations
Color information
#6117E5 (or 0x6117E5) is known color: Han Purple. HEX triplet: 61, 17 and E5. RGB value is (97,23,229). Sum of RGB (Red+Green+Blue) = 97+23+229=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 229 (89.84% from 255 or 65.62% from 349); Max value from RGB is 229 - color contains mainly: blue. Hex color #6117E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6117E5 is #9EE81A. Grayscale: #434343. Windows color (decimal): -10414107 or 15013729. OLE color: 15013729.
HSL color Cylindrical-coordinate representation of color #6117E5: hue angle of 261.55º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6117E5 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 23 | 229 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.10 |
| HSL | 261.55º | 0.82% | 0.49% | - |
| HSV(B) | 261.55º | 0.9% | 0.9% | - |
| XYZ | 19.38 | 8.81 | 74.81 | - |
| YUV | 68.61 | 218.52 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 229 | 0.58 | 0.90 | 0 | 0.10 | 261.55 | 0.82 | 0.49 |
| Hex | 61 | 17 | E5 | 3A | 5A | 0 | A | 106 | 52 | 31 |
| Octal | 141 | 27 | 345 | 72 | 132 | 0 | 12 | 406 | 122 | 61 |
| Binary | 1100001 | 10111 | 11100101 | 111010 | 1011010 | 0 | 1010 | 100000110 | 1010010 | 110001 |
Color Harmonies of #6117E5
Complementary color
Monochromatic Colors of #6117E5
Black with #6117E5
Text Example
Text Example
White with #6117E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6117E5; }
p { color: rgb(97,23,229); }
H1.HeaderClassName
{
color: #6117E5;
}
.AnyTagClassName
{
color: #6117E5;
}
</style>
background-color css
<style>
a { background-color: #6117E5; }
a { background-color: rgb(97,23,229); }
div.DivClassName
{
background-color: #6117E5;
}
.BgClassName
{
background-color: #6117E5;
}
</style>
border-color css
<style>
span { border-color: #6117E5; }
span { border-color: rgb(97,23,229); }
td.TdClassName
{
border-color: #6117E5;
}
.TagClassName
{
border-color: #6117E5;
}
</style>