Shades of Han Purple #6E33FD
Tints of Han Purple #6E33FD
RGB
CMYK
RGB Variations
Color information
#6E33FD (or 0x6E33FD) is known color: Han Purple. HEX triplet: 6E, 33 and FD. RGB value is (110,51,253). Sum of RGB (Red+Green+Blue) = 110+51+253=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 253 (99.22% from 255 or 61.11% from 414); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E33FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E33FD is #91CC02. Grayscale: #5A5A5A. Windows color (decimal): -9554947 or 16593774. OLE color: 16593774.
HSL color Cylindrical-coordinate representation of color #6E33FD: hue angle of 257.52º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E33FD is Cyan = 0.57, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 110 | 51 | 253 | - |
| CMYK | 0.57 | 0.80 | 0 | 0.01 |
| HSL | 257.52º | 0.98% | 0.6% | - |
| HSV(B) | 257.52º | 0.8% | 0.99% | - |
| XYZ | 25.34 | 12.77 | 94.06 | - |
| YUV | 91.67 | 219.05 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 253 | 0.57 | 0.80 | 0 | 0.01 | 257.52 | 0.98 | 0.6 |
| Hex | 6E | 33 | FD | 39 | 50 | 0 | 1 | 102 | 62 | 3C |
| Octal | 156 | 63 | 375 | 71 | 120 | 0 | 1 | 402 | 142 | 74 |
| Binary | 1101110 | 110011 | 11111101 | 111001 | 1010000 | 0 | 1 | 100000010 | 1100010 | 111100 |
Color Harmonies of #6E33FD
Complementary color
Monochromatic Colors of #6E33FD
Black with #6E33FD
Text Example
Text Example
White with #6E33FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E33FD; }
p { color: rgb(110,51,253); }
H1.HeaderClassName
{
color: #6E33FD;
}
.AnyTagClassName
{
color: #6E33FD;
}
</style>
background-color css
<style>
a { background-color: #6E33FD; }
a { background-color: rgb(110,51,253); }
div.DivClassName
{
background-color: #6E33FD;
}
.BgClassName
{
background-color: #6E33FD;
}
</style>
border-color css
<style>
span { border-color: #6E33FD; }
span { border-color: rgb(110,51,253); }
td.TdClassName
{
border-color: #6E33FD;
}
.TagClassName
{
border-color: #6E33FD;
}
</style>