Shades of Han Purple #3213EC
Tints of Han Purple #3213EC
RGB
CMYK
RGB Variations
Color information
#3213EC (or 0x3213EC) is known color: Han Purple. HEX triplet: 32, 13 and EC. RGB value is (50,19,236). Sum of RGB (Red+Green+Blue) = 50+19+236=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 236 (92.58% from 255 or 77.38% from 305); Max value from RGB is 236 - color contains mainly: blue. Hex color #3213EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3213EC is #CDEC13. Grayscale: #343434. Windows color (decimal): -13495316 or 15471410. OLE color: 15471410.
HSL color Cylindrical-coordinate representation of color #3213EC: hue angle of 248.57º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3213EC is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 19 | 236 | - |
| CMYK | 0.79 | 0.92 | 0 | 0.07 |
| HSL | 248.57º | 0.85% | 0.5% | - |
| HSV(B) | 248.57º | 0.92% | 0.93% | - |
| XYZ | 16.69 | 7.2 | 79.87 | - |
| YUV | 53.01 | 231.27 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 236 | 0.79 | 0.92 | 0 | 0.07 | 248.57 | 0.85 | 0.5 |
| Hex | 32 | 13 | EC | 4F | 5C | 0 | 7 | F9 | 55 | 32 |
| Octal | 62 | 23 | 354 | 117 | 134 | 0 | 7 | 371 | 125 | 62 |
| Binary | 110010 | 10011 | 11101100 | 1001111 | 1011100 | 0 | 111 | 11111001 | 1010101 | 110010 |
Color Harmonies of #3213EC
Complementary color
Monochromatic Colors of #3213EC
Black with #3213EC
Text Example
Text Example
White with #3213EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3213EC; }
p { color: rgb(50,19,236); }
H1.HeaderClassName
{
color: #3213EC;
}
.AnyTagClassName
{
color: #3213EC;
}
</style>
background-color css
<style>
a { background-color: #3213EC; }
a { background-color: rgb(50,19,236); }
div.DivClassName
{
background-color: #3213EC;
}
.BgClassName
{
background-color: #3213EC;
}
</style>
border-color css
<style>
span { border-color: #3213EC; }
span { border-color: rgb(50,19,236); }
td.TdClassName
{
border-color: #3213EC;
}
.TagClassName
{
border-color: #3213EC;
}
</style>