Shades of Han Purple #332DEC
Tints of Han Purple #332DEC
RGB
CMYK
RGB Variations
Color information
#332DEC (or 0x332DEC) is known color: Han Purple. HEX triplet: 33, 2D and EC. RGB value is (51,45,236). Sum of RGB (Red+Green+Blue) = 51+45+236=332 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.36% from 332); Green value is 45 (17.97% from 255 or 13.55% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #332DEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332DEC is #CCD213. Grayscale: #434343. Windows color (decimal): -13423124 or 15478067. OLE color: 15478067.
HSL color Cylindrical-coordinate representation of color #332DEC: hue angle of 241.88º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #332DEC is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 51 | 45 | 236 | - |
| CMYK | 0.78 | 0.81 | 0 | 0.07 |
| HSL | 241.88º | 0.83% | 0.55% | - |
| HSV(B) | 241.88º | 0.81% | 0.93% | - |
| XYZ | 17.44 | 8.64 | 80.1 | - |
| YUV | 68.57 | 222.49 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 45 | 236 | 0.78 | 0.81 | 0 | 0.07 | 241.88 | 0.83 | 0.55 |
| Hex | 33 | 2D | EC | 4E | 51 | 0 | 7 | F2 | 53 | 37 |
| Octal | 63 | 55 | 354 | 116 | 121 | 0 | 7 | 362 | 123 | 67 |
| Binary | 110011 | 101101 | 11101100 | 1001110 | 1010001 | 0 | 111 | 11110010 | 1010011 | 110111 |
Color Harmonies of #332DEC
Complementary color
Monochromatic Colors of #332DEC
Black with #332DEC
Text Example
Text Example
White with #332DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332DEC; }
p { color: rgb(51,45,236); }
H1.HeaderClassName
{
color: #332DEC;
}
.AnyTagClassName
{
color: #332DEC;
}
</style>
background-color css
<style>
a { background-color: #332DEC; }
a { background-color: rgb(51,45,236); }
div.DivClassName
{
background-color: #332DEC;
}
.BgClassName
{
background-color: #332DEC;
}
</style>
border-color css
<style>
span { border-color: #332DEC; }
span { border-color: rgb(51,45,236); }
td.TdClassName
{
border-color: #332DEC;
}
.TagClassName
{
border-color: #332DEC;
}
</style>