Shades of Han Purple #320CDC
Tints of Han Purple #320CDC
RGB
CMYK
RGB Variations
Color information
#320CDC (or 0x320CDC) is known color: Han Purple. HEX triplet: 32, 0C and DC. RGB value is (50,12,220). Sum of RGB (Red+Green+Blue) = 50+12+220=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 12 (5.08% from 255 or 4.26% from 282); Blue value is 220 (86.33% from 255 or 78.01% from 282); Max value from RGB is 220 - color contains mainly: blue. Hex color #320CDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320CDC is #CDF323. Grayscale: #2E2E2E. Windows color (decimal): -13497124 or 14421042. OLE color: 14421042.
HSL color Cylindrical-coordinate representation of color #320CDC: hue angle of 250.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320CDC is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 12 | 220 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.14 |
| HSL | 250.96º | 0.9% | 0.45% | - |
| HSV(B) | 250.96º | 0.95% | 0.86% | - |
| XYZ | 14.37 | 6.11 | 68.13 | - |
| YUV | 47.07 | 225.59 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 220 | 0.77 | 0.95 | 0 | 0.14 | 250.96 | 0.9 | 0.45 |
| Hex | 32 | C | DC | 4D | 5F | 0 | E | FB | 5A | 2D |
| Octal | 62 | 14 | 334 | 115 | 137 | 0 | 16 | 373 | 132 | 55 |
| Binary | 110010 | 1100 | 11011100 | 1001101 | 1011111 | 0 | 1110 | 11111011 | 1011010 | 101101 |
Color Harmonies of #320CDC
Complementary color
Monochromatic Colors of #320CDC
Black with #320CDC
Text Example
Text Example
White with #320CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320CDC; }
p { color: rgb(50,12,220); }
H1.HeaderClassName
{
color: #320CDC;
}
.AnyTagClassName
{
color: #320CDC;
}
</style>
background-color css
<style>
a { background-color: #320CDC; }
a { background-color: rgb(50,12,220); }
div.DivClassName
{
background-color: #320CDC;
}
.BgClassName
{
background-color: #320CDC;
}
</style>
border-color css
<style>
span { border-color: #320CDC; }
span { border-color: rgb(50,12,220); }
td.TdClassName
{
border-color: #320CDC;
}
.TagClassName
{
border-color: #320CDC;
}
</style>