Shades of Han Purple #321AEC
Tints of Han Purple #321AEC
RGB
CMYK
RGB Variations
Color information
#321AEC (or 0x321AEC) is known color: Han Purple. HEX triplet: 32, 1A and EC. RGB value is (50,26,236). Sum of RGB (Red+Green+Blue) = 50+26+236=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 236 (92.58% from 255 or 75.64% from 312); Max value from RGB is 236 - color contains mainly: blue. Hex color #321AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #321AEC is #CDE513. Grayscale: #383838. Windows color (decimal): -13493524 or 15473202. OLE color: 15473202.
HSL color Cylindrical-coordinate representation of color #321AEC: hue angle of 246.86º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #321AEC is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 26 | 236 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.07 |
| HSL | 246.86º | 0.85% | 0.51% | - |
| HSV(B) | 246.86º | 0.89% | 0.93% | - |
| XYZ | 16.83 | 7.47 | 79.91 | - |
| YUV | 57.12 | 228.95 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 26 | 236 | 0.79 | 0.89 | 0 | 0.07 | 246.86 | 0.85 | 0.51 |
| Hex | 32 | 1A | EC | 4F | 59 | 0 | 7 | F7 | 55 | 33 |
| Octal | 62 | 32 | 354 | 117 | 131 | 0 | 7 | 367 | 125 | 63 |
| Binary | 110010 | 11010 | 11101100 | 1001111 | 1011001 | 0 | 111 | 11110111 | 1010101 | 110011 |
Color Harmonies of #321AEC
Complementary color
Monochromatic Colors of #321AEC
Black with #321AEC
Text Example
Text Example
White with #321AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #321AEC; }
p { color: rgb(50,26,236); }
H1.HeaderClassName
{
color: #321AEC;
}
.AnyTagClassName
{
color: #321AEC;
}
</style>
background-color css
<style>
a { background-color: #321AEC; }
a { background-color: rgb(50,26,236); }
div.DivClassName
{
background-color: #321AEC;
}
.BgClassName
{
background-color: #321AEC;
}
</style>
border-color css
<style>
span { border-color: #321AEC; }
span { border-color: rgb(50,26,236); }
td.TdClassName
{
border-color: #321AEC;
}
.TagClassName
{
border-color: #321AEC;
}
</style>