Shades of Han Purple #320FFF
Tints of Han Purple #320FFF
RGB
CMYK
RGB Variations
Color information
#320FFF (or 0x320FFF) is known color: Han Purple. HEX triplet: 32, 0F and FF. RGB value is (50,15,255). Sum of RGB (Red+Green+Blue) = 50+15+255=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 255 (100% from 255 or 79.69% from 320); Max value from RGB is 255 - color contains mainly: blue. Hex color #320FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320FFF is #CDF000. Grayscale: #333333. Windows color (decimal): -13496321 or 16715570. OLE color: 16715570.
HSL color Cylindrical-coordinate representation of color #320FFF: hue angle of 248.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320FFF is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 15 | 255 | - |
| CMYK | 0.80 | 0.94 | 0 | 0 |
| HSL | 248.75º | 1% | 0.53% | - |
| HSV(B) | 248.75º | 0.94% | 1% | - |
| XYZ | 19.54 | 8.24 | 95.17 | - |
| YUV | 52.83 | 242.1 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 255 | 0.80 | 0.94 | 0 | 0 | 248.75 | 1 | 0.53 |
| Hex | 32 | F | FF | 50 | 5E | 0 | 0 | F9 | 64 | 35 |
| Octal | 62 | 17 | 377 | 120 | 136 | 0 | 0 | 371 | 144 | 65 |
| Binary | 110010 | 1111 | 11111111 | 1010000 | 1011110 | 0 | 0 | 11111001 | 1100100 | 110101 |
Color Harmonies of #320FFF
Complementary color
Monochromatic Colors of #320FFF
Black with #320FFF
Text Example
Text Example
White with #320FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320FFF; }
p { color: rgb(50,15,255); }
H1.HeaderClassName
{
color: #320FFF;
}
.AnyTagClassName
{
color: #320FFF;
}
</style>
background-color css
<style>
a { background-color: #320FFF; }
a { background-color: rgb(50,15,255); }
div.DivClassName
{
background-color: #320FFF;
}
.BgClassName
{
background-color: #320FFF;
}
</style>
border-color css
<style>
span { border-color: #320FFF; }
span { border-color: rgb(50,15,255); }
td.TdClassName
{
border-color: #320FFF;
}
.TagClassName
{
border-color: #320FFF;
}
</style>