Shades of Han Purple #6E34FF
Tints of Han Purple #6E34FF
RGB
CMYK
RGB Variations
Color information
#6E34FF (or 0x6E34FF) is known color: Han Purple. HEX triplet: 6E, 34 and FF. RGB value is (110,52,255). Sum of RGB (Red+Green+Blue) = 110+52+255=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E34FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E34FF is #91CB00. Grayscale: #5B5B5B. Windows color (decimal): -9554689 or 16725102. OLE color: 16725102.
HSL color Cylindrical-coordinate representation of color #6E34FF: hue angle of 257.14º 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 #6E34FF is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 52 | 255 | - |
| CMYK | 0.57 | 0.80 | 0 | 0 |
| HSL | 257.14º | 1% | 0.6% | - |
| HSV(B) | 257.14º | 0.8% | 1% | - |
| XYZ | 25.71 | 12.99 | 95.76 | - |
| YUV | 92.48 | 219.72 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 255 | 0.57 | 0.80 | 0 | 0 | 257.14 | 1 | 0.6 |
| Hex | 6E | 34 | FF | 39 | 50 | 0 | 0 | 101 | 64 | 3C |
| Octal | 156 | 64 | 377 | 71 | 120 | 0 | 0 | 401 | 144 | 74 |
| Binary | 1101110 | 110100 | 11111111 | 111001 | 1010000 | 0 | 0 | 100000001 | 1100100 | 111100 |
Color Harmonies of #6E34FF
Complementary color
Monochromatic Colors of #6E34FF
Black with #6E34FF
Text Example
Text Example
White with #6E34FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E34FF; }
p { color: rgb(110,52,255); }
H1.HeaderClassName
{
color: #6E34FF;
}
.AnyTagClassName
{
color: #6E34FF;
}
</style>
background-color css
<style>
a { background-color: #6E34FF; }
a { background-color: rgb(110,52,255); }
div.DivClassName
{
background-color: #6E34FF;
}
.BgClassName
{
background-color: #6E34FF;
}
</style>
border-color css
<style>
span { border-color: #6E34FF; }
span { border-color: rgb(110,52,255); }
td.TdClassName
{
border-color: #6E34FF;
}
.TagClassName
{
border-color: #6E34FF;
}
</style>