Shades of Han Purple #320DD5
Tints of Han Purple #320DD5
RGB
CMYK
RGB Variations
Color information
#320DD5 (or 0x320DD5) is known color: Han Purple. HEX triplet: 32, 0D and D5. RGB value is (50,13,213). Sum of RGB (Red+Green+Blue) = 50+13+213=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 13 (5.47% from 255 or 4.71% from 276); Blue value is 213 (83.59% from 255 or 77.17% from 276); Max value from RGB is 213 - color contains mainly: blue. Hex color #320DD5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320DD5 is #CDF22A. Grayscale: #2E2E2E. Windows color (decimal): -13496875 or 13962546. OLE color: 13962546.
HSL color Cylindrical-coordinate representation of color #320DD5: hue angle of 251.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320DD5 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 13 | 213 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.16 |
| HSL | 251.1º | 0.88% | 0.44% | - |
| HSV(B) | 251.1º | 0.94% | 0.84% | - |
| XYZ | 13.47 | 5.77 | 63.35 | - |
| YUV | 46.86 | 221.76 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 213 | 0.77 | 0.94 | 0 | 0.16 | 251.1 | 0.88 | 0.44 |
| Hex | 32 | D | D5 | 4D | 5E | 0 | 10 | FB | 58 | 2C |
| Octal | 62 | 15 | 325 | 115 | 136 | 0 | 20 | 373 | 130 | 54 |
| Binary | 110010 | 1101 | 11010101 | 1001101 | 1011110 | 0 | 10000 | 11111011 | 1011000 | 101100 |
Color Harmonies of #320DD5
Complementary color
Monochromatic Colors of #320DD5
Black with #320DD5
Text Example
Text Example
White with #320DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DD5; }
p { color: rgb(50,13,213); }
H1.HeaderClassName
{
color: #320DD5;
}
.AnyTagClassName
{
color: #320DD5;
}
</style>
background-color css
<style>
a { background-color: #320DD5; }
a { background-color: rgb(50,13,213); }
div.DivClassName
{
background-color: #320DD5;
}
.BgClassName
{
background-color: #320DD5;
}
</style>
border-color css
<style>
span { border-color: #320DD5; }
span { border-color: rgb(50,13,213); }
td.TdClassName
{
border-color: #320DD5;
}
.TagClassName
{
border-color: #320DD5;
}
</style>