Shades of Han Purple #320FDF
Tints of Han Purple #320FDF
RGB
CMYK
RGB Variations
Color information
#320FDF (or 0x320FDF) is known color: Han Purple. HEX triplet: 32, 0F and DF. RGB value is (50,15,223). Sum of RGB (Red+Green+Blue) = 50+15+223=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 223 (87.5% from 255 or 77.43% from 288); Max value from RGB is 223 - color contains mainly: blue. Hex color #320FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #320FDF is #CDF020. Grayscale: #303030. Windows color (decimal): -13496353 or 14618418. OLE color: 14618418.
HSL color Cylindrical-coordinate representation of color #320FDF: hue angle of 250.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #320FDF is Cyan = 0.78, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 15 | 223 | - |
| CMYK | 0.78 | 0.93 | 0 | 0.13 |
| HSL | 250.1º | 0.87% | 0.47% | - |
| HSV(B) | 250.1º | 0.93% | 0.87% | - |
| XYZ | 14.81 | 6.35 | 70.26 | - |
| YUV | 49.18 | 226.1 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 223 | 0.78 | 0.93 | 0 | 0.13 | 250.1 | 0.87 | 0.47 |
| Hex | 32 | F | DF | 4E | 5D | 0 | D | FA | 57 | 2F |
| Octal | 62 | 17 | 337 | 116 | 135 | 0 | 15 | 372 | 127 | 57 |
| Binary | 110010 | 1111 | 11011111 | 1001110 | 1011101 | 0 | 1101 | 11111010 | 1010111 | 101111 |
Color Harmonies of #320FDF
Complementary color
Monochromatic Colors of #320FDF
Black with #320FDF
Text Example
Text Example
White with #320FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320FDF; }
p { color: rgb(50,15,223); }
H1.HeaderClassName
{
color: #320FDF;
}
.AnyTagClassName
{
color: #320FDF;
}
</style>
background-color css
<style>
a { background-color: #320FDF; }
a { background-color: rgb(50,15,223); }
div.DivClassName
{
background-color: #320FDF;
}
.BgClassName
{
background-color: #320FDF;
}
</style>
border-color css
<style>
span { border-color: #320FDF; }
span { border-color: rgb(50,15,223); }
td.TdClassName
{
border-color: #320FDF;
}
.TagClassName
{
border-color: #320FDF;
}
</style>