Shades of Han Purple #3321F6
Tints of Han Purple #3321F6
RGB
CMYK
RGB Variations
Color information
#3321F6 (or 0x3321F6) is known color: Han Purple. HEX triplet: 33, 21 and F6. RGB value is (51,33,246). Sum of RGB (Red+Green+Blue) = 51+33+246=330 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.45% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 246 (96.48% from 255 or 74.55% from 330); Max value from RGB is 246 - color contains mainly: blue. Hex color #3321F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3321F6 is #CCDE09. Grayscale: #3D3D3D. Windows color (decimal): -13426186 or 16130355. OLE color: 16130355.
HSL color Cylindrical-coordinate representation of color #3321F6: hue angle of 245.07º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3321F6 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 51 | 33 | 246 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.04 |
| HSL | 245.07º | 0.92% | 0.55% | - |
| HSV(B) | 245.07º | 0.87% | 0.96% | - |
| XYZ | 18.54 | 8.45 | 87.84 | - |
| YUV | 62.66 | 231.46 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 33 | 246 | 0.79 | 0.87 | 0 | 0.04 | 245.07 | 0.92 | 0.55 |
| Hex | 33 | 21 | F6 | 4F | 57 | 0 | 4 | F5 | 5C | 37 |
| Octal | 63 | 41 | 366 | 117 | 127 | 0 | 4 | 365 | 134 | 67 |
| Binary | 110011 | 100001 | 11110110 | 1001111 | 1010111 | 0 | 100 | 11110101 | 1011100 | 110111 |
Color Harmonies of #3321F6
Complementary color
Monochromatic Colors of #3321F6
Black with #3321F6
Text Example
Text Example
White with #3321F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3321F6; }
p { color: rgb(51,33,246); }
H1.HeaderClassName
{
color: #3321F6;
}
.AnyTagClassName
{
color: #3321F6;
}
</style>
background-color css
<style>
a { background-color: #3321F6; }
a { background-color: rgb(51,33,246); }
div.DivClassName
{
background-color: #3321F6;
}
.BgClassName
{
background-color: #3321F6;
}
</style>
border-color css
<style>
span { border-color: #3321F6; }
span { border-color: rgb(51,33,246); }
td.TdClassName
{
border-color: #3321F6;
}
.TagClassName
{
border-color: #3321F6;
}
</style>