Shades of Han Purple #6E34FD
Tints of Han Purple #6E34FD
RGB
CMYK
RGB Variations
Color information
#6E34FD (or 0x6E34FD) is known color: Han Purple. HEX triplet: 6E, 34 and FD. RGB value is (110,52,253). Sum of RGB (Red+Green+Blue) = 110+52+253=415 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.51% from 415); Green value is 52 (20.70% from 255 or 12.53% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E34FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E34FD is #91CB02. Grayscale: #5B5B5B. Windows color (decimal): -9554691 or 16594030. OLE color: 16594030.
HSL color Cylindrical-coordinate representation of color #6E34FD: hue angle of 257.31º 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 #6E34FD is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 52 | 253 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.01 |
| HSL | 257.31º | 0.98% | 0.6% | - |
| HSV(B) | 257.31º | 0.79% | 0.99% | - |
| XYZ | 25.39 | 12.86 | 94.07 | - |
| YUV | 92.26 | 218.72 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 253 | 0.57 | 0.79 | 0 | 0.01 | 257.31 | 0.98 | 0.6 |
| Hex | 6E | 34 | FD | 39 | 4F | 0 | 1 | 101 | 62 | 3C |
| Octal | 156 | 64 | 375 | 71 | 117 | 0 | 1 | 401 | 142 | 74 |
| Binary | 1101110 | 110100 | 11111101 | 111001 | 1001111 | 0 | 1 | 100000001 | 1100010 | 111100 |
Color Harmonies of #6E34FD
Complementary color
Monochromatic Colors of #6E34FD
Black with #6E34FD
Text Example
Text Example
White with #6E34FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E34FD; }
p { color: rgb(110,52,253); }
H1.HeaderClassName
{
color: #6E34FD;
}
.AnyTagClassName
{
color: #6E34FD;
}
</style>
background-color css
<style>
a { background-color: #6E34FD; }
a { background-color: rgb(110,52,253); }
div.DivClassName
{
background-color: #6E34FD;
}
.BgClassName
{
background-color: #6E34FD;
}
</style>
border-color css
<style>
span { border-color: #6E34FD; }
span { border-color: rgb(110,52,253); }
td.TdClassName
{
border-color: #6E34FD;
}
.TagClassName
{
border-color: #6E34FD;
}
</style>