Shades of Han Purple #320DFC
Tints of Han Purple #320DFC
RGB
CMYK
RGB Variations
Color information
#320DFC (or 0x320DFC) is known color: Han Purple. HEX triplet: 32, 0D and FC. RGB value is (50,13,252). Sum of RGB (Red+Green+Blue) = 50+13+252=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 252 (98.83% from 255 or 80% from 315); Max value from RGB is 252 - color contains mainly: blue. Hex color #320DFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320DFC is #CDF203. Grayscale: #323232. Windows color (decimal): -13496836 or 16518450. OLE color: 16518450.
HSL color Cylindrical-coordinate representation of color #320DFC: hue angle of 249.29º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320DFC is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 13 | 252 | - |
| CMYK | 0.80 | 0.95 | 0 | 0.01 |
| HSL | 249.29º | 0.98% | 0.52% | - |
| HSV(B) | 249.29º | 0.95% | 0.99% | - |
| XYZ | 19.03 | 7.99 | 92.64 | - |
| YUV | 51.31 | 241.26 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 13 | 252 | 0.80 | 0.95 | 0 | 0.01 | 249.29 | 0.98 | 0.52 |
| Hex | 32 | D | FC | 50 | 5F | 0 | 1 | F9 | 62 | 34 |
| Octal | 62 | 15 | 374 | 120 | 137 | 0 | 1 | 371 | 142 | 64 |
| Binary | 110010 | 1101 | 11111100 | 1010000 | 1011111 | 0 | 1 | 11111001 | 1100010 | 110100 |
Color Harmonies of #320DFC
Complementary color
Monochromatic Colors of #320DFC
Black with #320DFC
Text Example
Text Example
White with #320DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320DFC; }
p { color: rgb(50,13,252); }
H1.HeaderClassName
{
color: #320DFC;
}
.AnyTagClassName
{
color: #320DFC;
}
</style>
background-color css
<style>
a { background-color: #320DFC; }
a { background-color: rgb(50,13,252); }
div.DivClassName
{
background-color: #320DFC;
}
.BgClassName
{
background-color: #320DFC;
}
</style>
border-color css
<style>
span { border-color: #320DFC; }
span { border-color: rgb(50,13,252); }
td.TdClassName
{
border-color: #320DFC;
}
.TagClassName
{
border-color: #320DFC;
}
</style>