Shades of Han Purple #3329FE
Tints of Han Purple #3329FE
RGB
CMYK
RGB Variations
Color information
#3329FE (or 0x3329FE) is known color: Han Purple. HEX triplet: 33, 29 and FE. RGB value is (51,41,254). Sum of RGB (Red+Green+Blue) = 51+41+254=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #3329FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3329FE is #CCD601. Grayscale: #434343. Windows color (decimal): -13424130 or 16656691. OLE color: 16656691.
HSL color Cylindrical-coordinate representation of color #3329FE: hue angle of 242.82º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3329FE is Cyan = 0.80, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 51 | 41 | 254 | - |
| CMYK | 0.80 | 0.84 | 0 | 0.00 |
| HSL | 242.82º | 0.99% | 0.58% | - |
| HSV(B) | 242.82º | 0.84% | 1% | - |
| XYZ | 20.05 | 9.45 | 94.53 | - |
| YUV | 68.27 | 232.81 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 41 | 254 | 0.80 | 0.84 | 0 | 0.00 | 242.82 | 0.99 | 0.58 |
| Hex | 33 | 29 | FE | 50 | 54 | 0 | 0 | F3 | 63 | 3A |
| Octal | 63 | 51 | 376 | 120 | 124 | 0 | 0 | 363 | 143 | 72 |
| Binary | 110011 | 101001 | 11111110 | 1010000 | 1010100 | 0 | 0 | 11110011 | 1100011 | 111010 |
Color Harmonies of #3329FE
Complementary color
Monochromatic Colors of #3329FE
Black with #3329FE
Text Example
Text Example
White with #3329FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3329FE; }
p { color: rgb(51,41,254); }
H1.HeaderClassName
{
color: #3329FE;
}
.AnyTagClassName
{
color: #3329FE;
}
</style>
background-color css
<style>
a { background-color: #3329FE; }
a { background-color: rgb(51,41,254); }
div.DivClassName
{
background-color: #3329FE;
}
.BgClassName
{
background-color: #3329FE;
}
</style>
border-color css
<style>
span { border-color: #3329FE; }
span { border-color: rgb(51,41,254); }
td.TdClassName
{
border-color: #3329FE;
}
.TagClassName
{
border-color: #3329FE;
}
</style>