Shades of Han Purple #320DDF
Tints of Han Purple #320DDF
RGB
CMYK
RGB Variations
Color information
#320DDF (or 0x320DDF) is known color: Han Purple. HEX triplet: 32, 0D and DF. RGB value is (50,13,223). Sum of RGB (Red+Green+Blue) = 50+13+223=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #320DDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320DDF is #CDF220. Grayscale: #2F2F2F. Windows color (decimal): -13496865 or 14617906. OLE color: 14617906.
HSL color Cylindrical-coordinate representation of color #320DDF: hue angle of 250.57º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320DDF is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 13 | 223 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.13 |
| HSL | 250.57º | 0.89% | 0.46% | - |
| HSV(B) | 250.57º | 0.94% | 0.87% | - |
| XYZ | 14.78 | 6.29 | 70.25 | - |
| YUV | 48 | 226.76 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 223 | 0.78 | 0.94 | 0 | 0.13 | 250.57 | 0.89 | 0.46 |
| Hex | 32 | D | DF | 4E | 5E | 0 | D | FB | 59 | 2E |
| Octal | 62 | 15 | 337 | 116 | 136 | 0 | 15 | 373 | 131 | 56 |
| Binary | 110010 | 1101 | 11011111 | 1001110 | 1011110 | 0 | 1101 | 11111011 | 1011001 | 101110 |
Color Harmonies of #320DDF
Complementary color
Monochromatic Colors of #320DDF
Black with #320DDF
Text Example
Text Example
White with #320DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DDF; }
p { color: rgb(50,13,223); }
H1.HeaderClassName
{
color: #320DDF;
}
.AnyTagClassName
{
color: #320DDF;
}
</style>
background-color css
<style>
a { background-color: #320DDF; }
a { background-color: rgb(50,13,223); }
div.DivClassName
{
background-color: #320DDF;
}
.BgClassName
{
background-color: #320DDF;
}
</style>
border-color css
<style>
span { border-color: #320DDF; }
span { border-color: rgb(50,13,223); }
td.TdClassName
{
border-color: #320DDF;
}
.TagClassName
{
border-color: #320DDF;
}
</style>