Shades of Han Purple #321FEC
Tints of Han Purple #321FEC
RGB
CMYK
RGB Variations
Color information
#321FEC (or 0x321FEC) is known color: Han Purple. HEX triplet: 32, 1F and EC. RGB value is (50,31,236). Sum of RGB (Red+Green+Blue) = 50+31+236=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 31 (12.5% from 255 or 9.78% from 317); Blue value is 236 (92.58% from 255 or 74.45% from 317); Max value from RGB is 236 - color contains mainly: blue. Hex color #321FEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321FEC is #CDE013. Grayscale: #3B3B3B. Windows color (decimal): -13492244 or 15474482. OLE color: 15474482.
HSL color Cylindrical-coordinate representation of color #321FEC: hue angle of 245.56º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #321FEC is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 31 | 236 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.07 |
| HSL | 245.56º | 0.84% | 0.52% | - |
| HSV(B) | 245.56º | 0.87% | 0.93% | - |
| XYZ | 16.95 | 7.71 | 79.95 | - |
| YUV | 60.05 | 227.29 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 31 | 236 | 0.79 | 0.87 | 0 | 0.07 | 245.56 | 0.84 | 0.52 |
| Hex | 32 | 1F | EC | 4F | 57 | 0 | 7 | F6 | 54 | 34 |
| Octal | 62 | 37 | 354 | 117 | 127 | 0 | 7 | 366 | 124 | 64 |
| Binary | 110010 | 11111 | 11101100 | 1001111 | 1010111 | 0 | 111 | 11110110 | 1010100 | 110100 |
Color Harmonies of #321FEC
Complementary color
Monochromatic Colors of #321FEC
Black with #321FEC
Text Example
Text Example
White with #321FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321FEC; }
p { color: rgb(50,31,236); }
H1.HeaderClassName
{
color: #321FEC;
}
.AnyTagClassName
{
color: #321FEC;
}
</style>
background-color css
<style>
a { background-color: #321FEC; }
a { background-color: rgb(50,31,236); }
div.DivClassName
{
background-color: #321FEC;
}
.BgClassName
{
background-color: #321FEC;
}
</style>
border-color css
<style>
span { border-color: #321FEC; }
span { border-color: rgb(50,31,236); }
td.TdClassName
{
border-color: #321FEC;
}
.TagClassName
{
border-color: #321FEC;
}
</style>