Shades of Han Purple #6E24FF
Tints of Han Purple #6E24FF
RGB
CMYK
RGB Variations
Color information
#6E24FF (or 0x6E24FF) is known color: Han Purple. HEX triplet: 6E, 24 and FF. RGB value is (110,36,255). Sum of RGB (Red+Green+Blue) = 110+36+255=401 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.43% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E24FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E24FF is #91DB00. Grayscale: #525252. Windows color (decimal): -9558785 or 16721006. OLE color: 16721006.
HSL color Cylindrical-coordinate representation of color #6E24FF: hue angle of 260.27º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E24FF is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 36 | 255 | - |
| CMYK | 0.57 | 0.86 | 0 | 0 |
| HSL | 260.27º | 1% | 0.57% | - |
| HSV(B) | 260.27º | 0.86% | 1% | - |
| XYZ | 25.11 | 11.8 | 95.56 | - |
| YUV | 83.09 | 225.02 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 36 | 255 | 0.57 | 0.86 | 0 | 0 | 260.27 | 1 | 0.57 |
| Hex | 6E | 24 | FF | 39 | 56 | 0 | 0 | 104 | 64 | 39 |
| Octal | 156 | 44 | 377 | 71 | 126 | 0 | 0 | 404 | 144 | 71 |
| Binary | 1101110 | 100100 | 11111111 | 111001 | 1010110 | 0 | 0 | 100000100 | 1100100 | 111001 |
Color Harmonies of #6E24FF
Complementary color
Monochromatic Colors of #6E24FF
Black with #6E24FF
Text Example
Text Example
White with #6E24FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E24FF; }
p { color: rgb(110,36,255); }
H1.HeaderClassName
{
color: #6E24FF;
}
.AnyTagClassName
{
color: #6E24FF;
}
</style>
background-color css
<style>
a { background-color: #6E24FF; }
a { background-color: rgb(110,36,255); }
div.DivClassName
{
background-color: #6E24FF;
}
.BgClassName
{
background-color: #6E24FF;
}
</style>
border-color css
<style>
span { border-color: #6E24FF; }
span { border-color: rgb(110,36,255); }
td.TdClassName
{
border-color: #6E24FF;
}
.TagClassName
{
border-color: #6E24FF;
}
</style>