Shades of Han Purple #3210EC
Tints of Han Purple #3210EC
RGB
CMYK
RGB Variations
Color information
#3210EC (or 0x3210EC) is known color: Han Purple. HEX triplet: 32, 10 and EC. RGB value is (50,16,236). Sum of RGB (Red+Green+Blue) = 50+16+236=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 236 (92.58% from 255 or 78.15% from 302); Max value from RGB is 236 - color contains mainly: blue. Hex color #3210EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3210EC is #CDEF13. Grayscale: #323232. Windows color (decimal): -13496084 or 15470642. OLE color: 15470642.
HSL color Cylindrical-coordinate representation of color #3210EC: hue angle of 249.27º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3210EC is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 16 | 236 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.07 |
| HSL | 249.27º | 0.87% | 0.49% | - |
| HSV(B) | 249.27º | 0.93% | 0.93% | - |
| XYZ | 16.64 | 7.1 | 79.85 | - |
| YUV | 51.25 | 232.26 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 236 | 0.79 | 0.93 | 0 | 0.07 | 249.27 | 0.87 | 0.49 |
| Hex | 32 | 10 | EC | 4F | 5D | 0 | 7 | F9 | 57 | 31 |
| Octal | 62 | 20 | 354 | 117 | 135 | 0 | 7 | 371 | 127 | 61 |
| Binary | 110010 | 10000 | 11101100 | 1001111 | 1011101 | 0 | 111 | 11111001 | 1010111 | 110001 |
Color Harmonies of #3210EC
Complementary color
Monochromatic Colors of #3210EC
Black with #3210EC
Text Example
Text Example
White with #3210EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3210EC; }
p { color: rgb(50,16,236); }
H1.HeaderClassName
{
color: #3210EC;
}
.AnyTagClassName
{
color: #3210EC;
}
</style>
background-color css
<style>
a { background-color: #3210EC; }
a { background-color: rgb(50,16,236); }
div.DivClassName
{
background-color: #3210EC;
}
.BgClassName
{
background-color: #3210EC;
}
</style>
border-color css
<style>
span { border-color: #3210EC; }
span { border-color: rgb(50,16,236); }
td.TdClassName
{
border-color: #3210EC;
}
.TagClassName
{
border-color: #3210EC;
}
</style>