Shades of Han Purple #6119FE
Tints of Han Purple #6119FE
RGB
CMYK
RGB Variations
Color information
#6119FE (or 0x6119FE) is known color: Han Purple. HEX triplet: 61, 19 and FE. RGB value is (97,25,254). Sum of RGB (Red+Green+Blue) = 97+25+254=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 254 (99.61% from 255 or 67.55% from 376); Max value from RGB is 254 - color contains mainly: blue. Hex color #6119FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6119FE is #9EE601. Grayscale: #474747. Windows color (decimal): -10413570 or 16652641. OLE color: 16652641.
HSL color Cylindrical-coordinate representation of color #6119FE: hue angle of 258.86º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6119FE is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 25 | 254 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.00 |
| HSL | 258.86º | 0.99% | 0.55% | - |
| HSV(B) | 258.86º | 0.9% | 1% | - |
| XYZ | 23.17 | 10.39 | 94.55 | - |
| YUV | 72.63 | 230.35 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 25 | 254 | 0.62 | 0.90 | 0 | 0.00 | 258.86 | 0.99 | 0.55 |
| Hex | 61 | 19 | FE | 3E | 5A | 0 | 0 | 103 | 63 | 37 |
| Octal | 141 | 31 | 376 | 76 | 132 | 0 | 0 | 403 | 143 | 67 |
| Binary | 1100001 | 11001 | 11111110 | 111110 | 1011010 | 0 | 0 | 100000011 | 1100011 | 110111 |
Color Harmonies of #6119FE
Complementary color
Monochromatic Colors of #6119FE
Black with #6119FE
Text Example
Text Example
White with #6119FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6119FE; }
p { color: rgb(97,25,254); }
H1.HeaderClassName
{
color: #6119FE;
}
.AnyTagClassName
{
color: #6119FE;
}
</style>
background-color css
<style>
a { background-color: #6119FE; }
a { background-color: rgb(97,25,254); }
div.DivClassName
{
background-color: #6119FE;
}
.BgClassName
{
background-color: #6119FE;
}
</style>
border-color css
<style>
span { border-color: #6119FE; }
span { border-color: rgb(97,25,254); }
td.TdClassName
{
border-color: #6119FE;
}
.TagClassName
{
border-color: #6119FE;
}
</style>