Shades of Han Purple #320CE9
Tints of Han Purple #320CE9
RGB
CMYK
RGB Variations
Color information
#320CE9 (or 0x320CE9) is known color: Han Purple. HEX triplet: 32, 0C and E9. RGB value is (50,12,233). Sum of RGB (Red+Green+Blue) = 50+12+233=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 233 (91.41% from 255 or 78.98% from 295); Max value from RGB is 233 - color contains mainly: blue. Hex color #320CE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320CE9 is #CDF316. Grayscale: #2F2F2F. Windows color (decimal): -13497111 or 15273010. OLE color: 15273010.
HSL color Cylindrical-coordinate representation of color #320CE9: hue angle of 250.32º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320CE9 is Cyan = 0.79, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 12 | 233 | - |
| CMYK | 0.79 | 0.95 | 0 | 0.09 |
| HSL | 250.32º | 0.9% | 0.48% | - |
| HSV(B) | 250.32º | 0.95% | 0.91% | - |
| XYZ | 16.15 | 6.82 | 77.56 | - |
| YUV | 48.56 | 232.09 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 233 | 0.79 | 0.95 | 0 | 0.09 | 250.32 | 0.9 | 0.48 |
| Hex | 32 | C | E9 | 4F | 5F | 0 | 9 | FA | 5A | 30 |
| Octal | 62 | 14 | 351 | 117 | 137 | 0 | 11 | 372 | 132 | 60 |
| Binary | 110010 | 1100 | 11101001 | 1001111 | 1011111 | 0 | 1001 | 11111010 | 1011010 | 110000 |
Color Harmonies of #320CE9
Complementary color
Monochromatic Colors of #320CE9
Black with #320CE9
Text Example
Text Example
White with #320CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CE9; }
p { color: rgb(50,12,233); }
H1.HeaderClassName
{
color: #320CE9;
}
.AnyTagClassName
{
color: #320CE9;
}
</style>
background-color css
<style>
a { background-color: #320CE9; }
a { background-color: rgb(50,12,233); }
div.DivClassName
{
background-color: #320CE9;
}
.BgClassName
{
background-color: #320CE9;
}
</style>
border-color css
<style>
span { border-color: #320CE9; }
span { border-color: rgb(50,12,233); }
td.TdClassName
{
border-color: #320CE9;
}
.TagClassName
{
border-color: #320CE9;
}
</style>