Shades of Han Purple #332EE6
Tints of Han Purple #332EE6
RGB
CMYK
RGB Variations
Color information
#332EE6 (or 0x332EE6) is known color: Han Purple. HEX triplet: 33, 2E and E6. RGB value is (51,46,230). Sum of RGB (Red+Green+Blue) = 51+46+230=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 230 (90.23% from 255 or 70.34% from 327); Max value from RGB is 230 - color contains mainly: blue. Hex color #332EE6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #332EE6 is #CCD119. Grayscale: #434343. Windows color (decimal): -13422874 or 15085107. OLE color: 15085107.
HSL color Cylindrical-coordinate representation of color #332EE6: hue angle of 241.63º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #332EE6 is Cyan = 0.78, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 51 | 46 | 230 | - |
| CMYK | 0.78 | 0.8 | 0 | 0.10 |
| HSL | 241.63º | 0.79% | 0.54% | - |
| HSV(B) | 241.63º | 0.8% | 0.9% | - |
| XYZ | 16.63 | 8.37 | 75.6 | - |
| YUV | 68.47 | 219.16 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 46 | 230 | 0.78 | 0.8 | 0 | 0.10 | 241.63 | 0.79 | 0.54 |
| Hex | 33 | 2E | E6 | 4E | 50 | 0 | A | F2 | 4F | 36 |
| Octal | 63 | 56 | 346 | 116 | 120 | 0 | 12 | 362 | 117 | 66 |
| Binary | 110011 | 101110 | 11100110 | 1001110 | 1010000 | 0 | 1010 | 11110010 | 1001111 | 110110 |
Color Harmonies of #332EE6
Complementary color
Monochromatic Colors of #332EE6
Black with #332EE6
Text Example
Text Example
White with #332EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #332EE6; }
p { color: rgb(51,46,230); }
H1.HeaderClassName
{
color: #332EE6;
}
.AnyTagClassName
{
color: #332EE6;
}
</style>
background-color css
<style>
a { background-color: #332EE6; }
a { background-color: rgb(51,46,230); }
div.DivClassName
{
background-color: #332EE6;
}
.BgClassName
{
background-color: #332EE6;
}
</style>
border-color css
<style>
span { border-color: #332EE6; }
span { border-color: rgb(51,46,230); }
td.TdClassName
{
border-color: #332EE6;
}
.TagClassName
{
border-color: #332EE6;
}
</style>