Shades of Han Purple #320EDC
Tints of Han Purple #320EDC
RGB
CMYK
RGB Variations
Color information
#320EDC (or 0x320EDC) is known color: Han Purple. HEX triplet: 32, 0E and DC. RGB value is (50,14,220). Sum of RGB (Red+Green+Blue) = 50+14+220=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 220 (86.33% from 255 or 77.46% from 284); Max value from RGB is 220 - color contains mainly: blue. Hex color #320EDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320EDC is #CDF123. Grayscale: #2F2F2F. Windows color (decimal): -13496612 or 14421554. OLE color: 14421554.
HSL color Cylindrical-coordinate representation of color #320EDC: hue angle of 250.49º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320EDC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 14 | 220 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.14 |
| HSL | 250.49º | 0.88% | 0.46% | - |
| HSV(B) | 250.49º | 0.94% | 0.86% | - |
| XYZ | 14.39 | 6.16 | 68.14 | - |
| YUV | 48.25 | 224.93 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 220 | 0.77 | 0.94 | 0 | 0.14 | 250.49 | 0.88 | 0.46 |
| Hex | 32 | E | DC | 4D | 5E | 0 | E | FA | 58 | 2E |
| Octal | 62 | 16 | 334 | 115 | 136 | 0 | 16 | 372 | 130 | 56 |
| Binary | 110010 | 1110 | 11011100 | 1001101 | 1011110 | 0 | 1110 | 11111010 | 1011000 | 101110 |
Color Harmonies of #320EDC
Complementary color
Monochromatic Colors of #320EDC
Black with #320EDC
Text Example
Text Example
White with #320EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320EDC; }
p { color: rgb(50,14,220); }
H1.HeaderClassName
{
color: #320EDC;
}
.AnyTagClassName
{
color: #320EDC;
}
</style>
background-color css
<style>
a { background-color: #320EDC; }
a { background-color: rgb(50,14,220); }
div.DivClassName
{
background-color: #320EDC;
}
.BgClassName
{
background-color: #320EDC;
}
</style>
border-color css
<style>
span { border-color: #320EDC; }
span { border-color: rgb(50,14,220); }
td.TdClassName
{
border-color: #320EDC;
}
.TagClassName
{
border-color: #320EDC;
}
</style>