Shades of Han Purple #6117EB
Tints of Han Purple #6117EB
RGB
CMYK
RGB Variations
Color information
#6117EB (or 0x6117EB) is known color: Han Purple. HEX triplet: 61, 17 and EB. RGB value is (97,23,235). Sum of RGB (Red+Green+Blue) = 97+23+235=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 235 (92.19% from 255 or 66.20% from 355); Max value from RGB is 235 - color contains mainly: blue. Hex color #6117EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6117EB is #9EE814. Grayscale: #444444. Windows color (decimal): -10414101 or 15406945. OLE color: 15406945.
HSL color Cylindrical-coordinate representation of color #6117EB: hue angle of 260.94º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6117EB is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 23 | 235 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.08 |
| HSL | 260.94º | 0.84% | 0.51% | - |
| HSV(B) | 260.94º | 0.9% | 0.92% | - |
| XYZ | 20.23 | 9.15 | 79.3 | - |
| YUV | 69.29 | 221.52 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 235 | 0.59 | 0.90 | 0 | 0.08 | 260.94 | 0.84 | 0.51 |
| Hex | 61 | 17 | EB | 3B | 5A | 0 | 8 | 105 | 54 | 33 |
| Octal | 141 | 27 | 353 | 73 | 132 | 0 | 10 | 405 | 124 | 63 |
| Binary | 1100001 | 10111 | 11101011 | 111011 | 1011010 | 0 | 1000 | 100000101 | 1010100 | 110011 |
Color Harmonies of #6117EB
Complementary color
Monochromatic Colors of #6117EB
Black with #6117EB
Text Example
Text Example
White with #6117EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6117EB; }
p { color: rgb(97,23,235); }
H1.HeaderClassName
{
color: #6117EB;
}
.AnyTagClassName
{
color: #6117EB;
}
</style>
background-color css
<style>
a { background-color: #6117EB; }
a { background-color: rgb(97,23,235); }
div.DivClassName
{
background-color: #6117EB;
}
.BgClassName
{
background-color: #6117EB;
}
</style>
border-color css
<style>
span { border-color: #6117EB; }
span { border-color: rgb(97,23,235); }
td.TdClassName
{
border-color: #6117EB;
}
.TagClassName
{
border-color: #6117EB;
}
</style>