Shades of Han Purple #6E37FC
Tints of Han Purple #6E37FC
RGB
CMYK
RGB Variations
Color information
#6E37FC (or 0x6E37FC) is known color: Han Purple. HEX triplet: 6E, 37 and FC. RGB value is (110,55,252). Sum of RGB (Red+Green+Blue) = 110+55+252=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E37FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E37FC is #91C803. Grayscale: #5D5D5D. Windows color (decimal): -9553924 or 16529262. OLE color: 16529262.
HSL color Cylindrical-coordinate representation of color #6E37FC: hue angle of 256.75º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E37FC is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 55 | 252 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.01 |
| HSL | 256.75º | 0.97% | 0.6% | - |
| HSV(B) | 256.75º | 0.78% | 0.99% | - |
| XYZ | 25.37 | 13.08 | 93.28 | - |
| YUV | 93.9 | 217.22 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 252 | 0.56 | 0.78 | 0 | 0.01 | 256.75 | 0.97 | 0.6 |
| Hex | 6E | 37 | FC | 38 | 4E | 0 | 1 | 101 | 61 | 3C |
| Octal | 156 | 67 | 374 | 70 | 116 | 0 | 1 | 401 | 141 | 74 |
| Binary | 1101110 | 110111 | 11111100 | 111000 | 1001110 | 0 | 1 | 100000001 | 1100001 | 111100 |
Color Harmonies of #6E37FC
Complementary color
Monochromatic Colors of #6E37FC
Black with #6E37FC
Text Example
Text Example
White with #6E37FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E37FC; }
p { color: rgb(110,55,252); }
H1.HeaderClassName
{
color: #6E37FC;
}
.AnyTagClassName
{
color: #6E37FC;
}
</style>
background-color css
<style>
a { background-color: #6E37FC; }
a { background-color: rgb(110,55,252); }
div.DivClassName
{
background-color: #6E37FC;
}
.BgClassName
{
background-color: #6E37FC;
}
</style>
border-color css
<style>
span { border-color: #6E37FC; }
span { border-color: rgb(110,55,252); }
td.TdClassName
{
border-color: #6E37FC;
}
.TagClassName
{
border-color: #6E37FC;
}
</style>