Shades of Han Purple #6E36FD
Tints of Han Purple #6E36FD
RGB
CMYK
RGB Variations
Color information
#6E36FD (or 0x6E36FD) is known color: Han Purple. HEX triplet: 6E, 36 and FD. RGB value is (110,54,253). Sum of RGB (Red+Green+Blue) = 110+54+253=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E36FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E36FD is #91C902. Grayscale: #5C5C5C. Windows color (decimal): -9554179 or 16594542. OLE color: 16594542.
HSL color Cylindrical-coordinate representation of color #6E36FD: hue angle of 256.88º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E36FD is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 54 | 253 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.01 |
| HSL | 256.88º | 0.98% | 0.6% | - |
| HSV(B) | 256.88º | 0.79% | 0.99% | - |
| XYZ | 25.48 | 13.05 | 94.1 | - |
| YUV | 93.43 | 218.05 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 54 | 253 | 0.57 | 0.79 | 0 | 0.01 | 256.88 | 0.98 | 0.6 |
| Hex | 6E | 36 | FD | 39 | 4F | 0 | 1 | 101 | 62 | 3C |
| Octal | 156 | 66 | 375 | 71 | 117 | 0 | 1 | 401 | 142 | 74 |
| Binary | 1101110 | 110110 | 11111101 | 111001 | 1001111 | 0 | 1 | 100000001 | 1100010 | 111100 |
Color Harmonies of #6E36FD
Complementary color
Monochromatic Colors of #6E36FD
Black with #6E36FD
Text Example
Text Example
White with #6E36FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E36FD; }
p { color: rgb(110,54,253); }
H1.HeaderClassName
{
color: #6E36FD;
}
.AnyTagClassName
{
color: #6E36FD;
}
</style>
background-color css
<style>
a { background-color: #6E36FD; }
a { background-color: rgb(110,54,253); }
div.DivClassName
{
background-color: #6E36FD;
}
.BgClassName
{
background-color: #6E36FD;
}
</style>
border-color css
<style>
span { border-color: #6E36FD; }
span { border-color: rgb(110,54,253); }
td.TdClassName
{
border-color: #6E36FD;
}
.TagClassName
{
border-color: #6E36FD;
}
</style>