Shades of Han Purple #320FF5
Tints of Han Purple #320FF5
RGB
CMYK
RGB Variations
Color information
#320FF5 (or 0x320FF5) is known color: Han Purple. HEX triplet: 32, 0F and F5. RGB value is (50,15,245). Sum of RGB (Red+Green+Blue) = 50+15+245=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 245 (96.09% from 255 or 79.03% from 310); Max value from RGB is 245 - color contains mainly: blue. Hex color #320FF5 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320FF5 is #CDF00A. Grayscale: #323232. Windows color (decimal): -13496331 or 16060210. OLE color: 16060210.
HSL color Cylindrical-coordinate representation of color #320FF5: hue angle of 249.13º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320FF5 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 15 | 245 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.04 |
| HSL | 249.13º | 0.92% | 0.51% | - |
| HSV(B) | 249.13º | 0.94% | 0.96% | - |
| XYZ | 17.97 | 7.61 | 86.91 | - |
| YUV | 51.69 | 237.1 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 245 | 0.80 | 0.94 | 0 | 0.04 | 249.13 | 0.92 | 0.51 |
| Hex | 32 | F | F5 | 50 | 5E | 0 | 4 | F9 | 5C | 33 |
| Octal | 62 | 17 | 365 | 120 | 136 | 0 | 4 | 371 | 134 | 63 |
| Binary | 110010 | 1111 | 11110101 | 1010000 | 1011110 | 0 | 100 | 11111001 | 1011100 | 110011 |
Color Harmonies of #320FF5
Complementary color
Monochromatic Colors of #320FF5
Black with #320FF5
Text Example
Text Example
White with #320FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320FF5; }
p { color: rgb(50,15,245); }
H1.HeaderClassName
{
color: #320FF5;
}
.AnyTagClassName
{
color: #320FF5;
}
</style>
background-color css
<style>
a { background-color: #320FF5; }
a { background-color: rgb(50,15,245); }
div.DivClassName
{
background-color: #320FF5;
}
.BgClassName
{
background-color: #320FF5;
}
</style>
border-color css
<style>
span { border-color: #320FF5; }
span { border-color: rgb(50,15,245); }
td.TdClassName
{
border-color: #320FF5;
}
.TagClassName
{
border-color: #320FF5;
}
</style>