Shades of Han Purple #320FFB
Tints of Han Purple #320FFB
RGB
CMYK
RGB Variations
Color information
#320FFB (or 0x320FFB) is known color: Han Purple. HEX triplet: 32, 0F and FB. RGB value is (50,15,251). Sum of RGB (Red+Green+Blue) = 50+15+251=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 251 (98.44% from 255 or 79.43% from 316); Max value from RGB is 251 - color contains mainly: blue. Hex color #320FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320FFB is #CDF004. Grayscale: #333333. Windows color (decimal): -13496325 or 16453426. OLE color: 16453426.
HSL color Cylindrical-coordinate representation of color #320FFB: hue angle of 248.9º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #320FFB is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 15 | 251 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.02 |
| HSL | 248.9º | 0.97% | 0.52% | - |
| HSV(B) | 248.9º | 0.94% | 0.98% | - |
| XYZ | 18.9 | 7.98 | 91.81 | - |
| YUV | 52.37 | 240.1 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 251 | 0.80 | 0.94 | 0 | 0.02 | 248.9 | 0.97 | 0.52 |
| Hex | 32 | F | FB | 50 | 5E | 0 | 2 | F9 | 61 | 34 |
| Octal | 62 | 17 | 373 | 120 | 136 | 0 | 2 | 371 | 141 | 64 |
| Binary | 110010 | 1111 | 11111011 | 1010000 | 1011110 | 0 | 10 | 11111001 | 1100001 | 110100 |
Color Harmonies of #320FFB
Complementary color
Monochromatic Colors of #320FFB
Black with #320FFB
Text Example
Text Example
White with #320FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320FFB; }
p { color: rgb(50,15,251); }
H1.HeaderClassName
{
color: #320FFB;
}
.AnyTagClassName
{
color: #320FFB;
}
</style>
background-color css
<style>
a { background-color: #320FFB; }
a { background-color: rgb(50,15,251); }
div.DivClassName
{
background-color: #320FFB;
}
.BgClassName
{
background-color: #320FFB;
}
</style>
border-color css
<style>
span { border-color: #320FFB; }
span { border-color: rgb(50,15,251); }
td.TdClassName
{
border-color: #320FFB;
}
.TagClassName
{
border-color: #320FFB;
}
</style>