Shades of Han Purple #320CE1
Tints of Han Purple #320CE1
RGB
CMYK
RGB Variations
Color information
#320CE1 (or 0x320CE1) is known color: Han Purple. HEX triplet: 32, 0C and E1. RGB value is (50,12,225). Sum of RGB (Red+Green+Blue) = 50+12+225=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 225 (88.28% from 255 or 78.40% from 287); Max value from RGB is 225 - color contains mainly: blue. Hex color #320CE1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CE1 is #CDF31E. Grayscale: #2E2E2E. Windows color (decimal): -13497119 or 14748722. OLE color: 14748722.
HSL color Cylindrical-coordinate representation of color #320CE1: hue angle of 250.7º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320CE1 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 12 | 225 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.12 |
| HSL | 250.7º | 0.9% | 0.46% | - |
| HSV(B) | 250.7º | 0.95% | 0.88% | - |
| XYZ | 15.04 | 6.38 | 71.67 | - |
| YUV | 47.64 | 228.09 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 225 | 0.78 | 0.95 | 0 | 0.12 | 250.7 | 0.9 | 0.46 |
| Hex | 32 | C | E1 | 4E | 5F | 0 | C | FB | 5A | 2E |
| Octal | 62 | 14 | 341 | 116 | 137 | 0 | 14 | 373 | 132 | 56 |
| Binary | 110010 | 1100 | 11100001 | 1001110 | 1011111 | 0 | 1100 | 11111011 | 1011010 | 101110 |
Color Harmonies of #320CE1
Complementary color
Monochromatic Colors of #320CE1
Black with #320CE1
Text Example
Text Example
White with #320CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CE1; }
p { color: rgb(50,12,225); }
H1.HeaderClassName
{
color: #320CE1;
}
.AnyTagClassName
{
color: #320CE1;
}
</style>
background-color css
<style>
a { background-color: #320CE1; }
a { background-color: rgb(50,12,225); }
div.DivClassName
{
background-color: #320CE1;
}
.BgClassName
{
background-color: #320CE1;
}
</style>
border-color css
<style>
span { border-color: #320CE1; }
span { border-color: rgb(50,12,225); }
td.TdClassName
{
border-color: #320CE1;
}
.TagClassName
{
border-color: #320CE1;
}
</style>