Shades of Han Purple #320DDC
Tints of Han Purple #320DDC
RGB
CMYK
RGB Variations
Color information
#320DDC (or 0x320DDC) is known color: Han Purple. HEX triplet: 32, 0D and DC. RGB value is (50,13,220). Sum of RGB (Red+Green+Blue) = 50+13+220=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 13 (5.47% from 255 or 4.59% from 283); Blue value is 220 (86.33% from 255 or 77.74% from 283); Max value from RGB is 220 - color contains mainly: blue. Hex color #320DDC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320DDC is #CDF223. Grayscale: #2E2E2E. Windows color (decimal): -13496868 or 14421298. OLE color: 14421298.
HSL color Cylindrical-coordinate representation of color #320DDC: hue angle of 250.72º degrees, saturation: 0.89, 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 #320DDC is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 13 | 220 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.14 |
| HSL | 250.72º | 0.89% | 0.46% | - |
| HSV(B) | 250.72º | 0.94% | 0.86% | - |
| XYZ | 14.38 | 6.13 | 68.14 | - |
| YUV | 47.66 | 225.26 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 220 | 0.77 | 0.94 | 0 | 0.14 | 250.72 | 0.89 | 0.46 |
| Hex | 32 | D | DC | 4D | 5E | 0 | E | FB | 59 | 2E |
| Octal | 62 | 15 | 334 | 115 | 136 | 0 | 16 | 373 | 131 | 56 |
| Binary | 110010 | 1101 | 11011100 | 1001101 | 1011110 | 0 | 1110 | 11111011 | 1011001 | 101110 |
Color Harmonies of #320DDC
Complementary color
Monochromatic Colors of #320DDC
Black with #320DDC
Text Example
Text Example
White with #320DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DDC; }
p { color: rgb(50,13,220); }
H1.HeaderClassName
{
color: #320DDC;
}
.AnyTagClassName
{
color: #320DDC;
}
</style>
background-color css
<style>
a { background-color: #320DDC; }
a { background-color: rgb(50,13,220); }
div.DivClassName
{
background-color: #320DDC;
}
.BgClassName
{
background-color: #320DDC;
}
</style>
border-color css
<style>
span { border-color: #320DDC; }
span { border-color: rgb(50,13,220); }
td.TdClassName
{
border-color: #320DDC;
}
.TagClassName
{
border-color: #320DDC;
}
</style>