Shades of Han Purple #6114FE
Tints of Han Purple #6114FE
RGB
CMYK
RGB Variations
Color information
#6114FE (or 0x6114FE) is known color: Han Purple. HEX triplet: 61, 14 and FE. RGB value is (97,20,254). Sum of RGB (Red+Green+Blue) = 97+20+254=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 20 (8.20% from 255 or 5.39% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #6114FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6114FE is #9EEB01. Grayscale: #444444. Windows color (decimal): -10414850 or 16651361. OLE color: 16651361.
HSL color Cylindrical-coordinate representation of color #6114FE: hue angle of 259.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6114FE is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 20 | 254 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.00 |
| HSL | 259.74º | 0.99% | 0.54% | - |
| HSV(B) | 259.74º | 0.92% | 1% | - |
| XYZ | 23.07 | 10.2 | 94.52 | - |
| YUV | 69.7 | 232.01 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 20 | 254 | 0.62 | 0.92 | 0 | 0.00 | 259.74 | 0.99 | 0.54 |
| Hex | 61 | 14 | FE | 3E | 5C | 0 | 0 | 104 | 63 | 36 |
| Octal | 141 | 24 | 376 | 76 | 134 | 0 | 0 | 404 | 143 | 66 |
| Binary | 1100001 | 10100 | 11111110 | 111110 | 1011100 | 0 | 0 | 100000100 | 1100011 | 110110 |
Color Harmonies of #6114FE
Complementary color
Monochromatic Colors of #6114FE
Black with #6114FE
Text Example
Text Example
White with #6114FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6114FE; }
p { color: rgb(97,20,254); }
H1.HeaderClassName
{
color: #6114FE;
}
.AnyTagClassName
{
color: #6114FE;
}
</style>
background-color css
<style>
a { background-color: #6114FE; }
a { background-color: rgb(97,20,254); }
div.DivClassName
{
background-color: #6114FE;
}
.BgClassName
{
background-color: #6114FE;
}
</style>
border-color css
<style>
span { border-color: #6114FE; }
span { border-color: rgb(97,20,254); }
td.TdClassName
{
border-color: #6114FE;
}
.TagClassName
{
border-color: #6114FE;
}
</style>