Shades of Han Purple #6E37FE
Tints of Han Purple #6E37FE
RGB
CMYK
RGB Variations
Color information
#6E37FE (or 0x6E37FE) is known color: Han Purple. HEX triplet: 6E, 37 and FE. RGB value is (110,55,254). Sum of RGB (Red+Green+Blue) = 110+55+254=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 55 (21.88% from 255 or 13.13% from 419); Blue value is 254 (99.61% from 255 or 60.62% from 419); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E37FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E37FE is #91C801. Grayscale: #5D5D5D. Windows color (decimal): -9553922 or 16660334. OLE color: 16660334.
HSL color Cylindrical-coordinate representation of color #6E37FE: hue angle of 256.58º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E37FE is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 55 | 254 | - |
| CMYK | 0.57 | 0.78 | 0 | 0.00 |
| HSL | 256.58º | 0.99% | 0.61% | - |
| HSV(B) | 256.58º | 0.78% | 1% | - |
| XYZ | 25.69 | 13.2 | 94.96 | - |
| YUV | 94.13 | 218.22 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 254 | 0.57 | 0.78 | 0 | 0.00 | 256.58 | 0.99 | 0.61 |
| Hex | 6E | 37 | FE | 39 | 4E | 0 | 0 | 101 | 63 | 3D |
| Octal | 156 | 67 | 376 | 71 | 116 | 0 | 0 | 401 | 143 | 75 |
| Binary | 1101110 | 110111 | 11111110 | 111001 | 1001110 | 0 | 0 | 100000001 | 1100011 | 111101 |
Color Harmonies of #6E37FE
Complementary color
Monochromatic Colors of #6E37FE
Black with #6E37FE
Text Example
Text Example
White with #6E37FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E37FE; }
p { color: rgb(110,55,254); }
H1.HeaderClassName
{
color: #6E37FE;
}
.AnyTagClassName
{
color: #6E37FE;
}
</style>
background-color css
<style>
a { background-color: #6E37FE; }
a { background-color: rgb(110,55,254); }
div.DivClassName
{
background-color: #6E37FE;
}
.BgClassName
{
background-color: #6E37FE;
}
</style>
border-color css
<style>
span { border-color: #6E37FE; }
span { border-color: rgb(110,55,254); }
td.TdClassName
{
border-color: #6E37FE;
}
.TagClassName
{
border-color: #6E37FE;
}
</style>