Shades of Han Purple #6E32FF
Tints of Han Purple #6E32FF
RGB
CMYK
RGB Variations
Color information
#6E32FF (or 0x6E32FF) is known color: Han Purple. HEX triplet: 6E, 32 and FF. RGB value is (110,50,255). Sum of RGB (Red+Green+Blue) = 110+50+255=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E32FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E32FF is #91CD00. Grayscale: #5A5A5A. Windows color (decimal): -9555201 or 16724590. OLE color: 16724590.
HSL color Cylindrical-coordinate representation of color #6E32FF: hue angle of 257.56º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E32FF is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 50 | 255 | - |
| CMYK | 0.57 | 0.80 | 0 | 0 |
| HSL | 257.56º | 1% | 0.6% | - |
| HSV(B) | 257.56º | 0.8% | 1% | - |
| XYZ | 25.62 | 12.82 | 95.73 | - |
| YUV | 91.31 | 220.38 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 255 | 0.57 | 0.80 | 0 | 0 | 257.56 | 1 | 0.6 |
| Hex | 6E | 32 | FF | 39 | 50 | 0 | 0 | 102 | 64 | 3C |
| Octal | 156 | 62 | 377 | 71 | 120 | 0 | 0 | 402 | 144 | 74 |
| Binary | 1101110 | 110010 | 11111111 | 111001 | 1010000 | 0 | 0 | 100000010 | 1100100 | 111100 |
Color Harmonies of #6E32FF
Complementary color
Monochromatic Colors of #6E32FF
Black with #6E32FF
Text Example
Text Example
White with #6E32FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E32FF; }
p { color: rgb(110,50,255); }
H1.HeaderClassName
{
color: #6E32FF;
}
.AnyTagClassName
{
color: #6E32FF;
}
</style>
background-color css
<style>
a { background-color: #6E32FF; }
a { background-color: rgb(110,50,255); }
div.DivClassName
{
background-color: #6E32FF;
}
.BgClassName
{
background-color: #6E32FF;
}
</style>
border-color css
<style>
span { border-color: #6E32FF; }
span { border-color: rgb(110,50,255); }
td.TdClassName
{
border-color: #6E32FF;
}
.TagClassName
{
border-color: #6E32FF;
}
</style>