Shades of Han Purple #6117FA
Tints of Han Purple #6117FA
RGB
CMYK
RGB Variations
Color information
#6117FA (or 0x6117FA) is known color: Han Purple. HEX triplet: 61, 17 and FA. RGB value is (97,23,250). Sum of RGB (Red+Green+Blue) = 97+23+250=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #6117FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6117FA is #9EE805. Grayscale: #464646. Windows color (decimal): -10414086 or 16389985. OLE color: 16389985.
HSL color Cylindrical-coordinate representation of color #6117FA: hue angle of 259.56º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6117FA is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 23 | 250 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.02 |
| HSL | 259.56º | 0.96% | 0.54% | - |
| HSV(B) | 259.56º | 0.91% | 0.98% | - |
| XYZ | 22.49 | 10.06 | 91.2 | - |
| YUV | 71 | 229.02 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 23 | 250 | 0.61 | 0.91 | 0 | 0.02 | 259.56 | 0.96 | 0.54 |
| Hex | 61 | 17 | FA | 3D | 5B | 0 | 2 | 104 | 60 | 36 |
| Octal | 141 | 27 | 372 | 75 | 133 | 0 | 2 | 404 | 140 | 66 |
| Binary | 1100001 | 10111 | 11111010 | 111101 | 1011011 | 0 | 10 | 100000100 | 1100000 | 110110 |
Color Harmonies of #6117FA
Complementary color
Monochromatic Colors of #6117FA
Black with #6117FA
Text Example
Text Example
White with #6117FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6117FA; }
p { color: rgb(97,23,250); }
H1.HeaderClassName
{
color: #6117FA;
}
.AnyTagClassName
{
color: #6117FA;
}
</style>
background-color css
<style>
a { background-color: #6117FA; }
a { background-color: rgb(97,23,250); }
div.DivClassName
{
background-color: #6117FA;
}
.BgClassName
{
background-color: #6117FA;
}
</style>
border-color css
<style>
span { border-color: #6117FA; }
span { border-color: rgb(97,23,250); }
td.TdClassName
{
border-color: #6117FA;
}
.TagClassName
{
border-color: #6117FA;
}
</style>