Shades of Han Purple #320EFB
Tints of Han Purple #320EFB
RGB
CMYK
RGB Variations
Color information
#320EFB (or 0x320EFB) is known color: Han Purple. HEX triplet: 32, 0E and FB. RGB value is (50,14,251). Sum of RGB (Red+Green+Blue) = 50+14+251=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 251 (98.44% from 255 or 79.68% from 315); Max value from RGB is 251 - color contains mainly: blue. Hex color #320EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320EFB is #CDF104. Grayscale: #323232. Windows color (decimal): -13496581 or 16453170. OLE color: 16453170.
HSL color Cylindrical-coordinate representation of color #320EFB: hue angle of 249.11º 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 #320EFB is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 14 | 251 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.02 |
| HSL | 249.11º | 0.97% | 0.52% | - |
| HSV(B) | 249.11º | 0.94% | 0.98% | - |
| XYZ | 18.89 | 7.96 | 91.81 | - |
| YUV | 51.78 | 240.43 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 14 | 251 | 0.80 | 0.94 | 0 | 0.02 | 249.11 | 0.97 | 0.52 |
| Hex | 32 | E | FB | 50 | 5E | 0 | 2 | F9 | 61 | 34 |
| Octal | 62 | 16 | 373 | 120 | 136 | 0 | 2 | 371 | 141 | 64 |
| Binary | 110010 | 1110 | 11111011 | 1010000 | 1011110 | 0 | 10 | 11111001 | 1100001 | 110100 |
Color Harmonies of #320EFB
Complementary color
Monochromatic Colors of #320EFB
Black with #320EFB
Text Example
Text Example
White with #320EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320EFB; }
p { color: rgb(50,14,251); }
H1.HeaderClassName
{
color: #320EFB;
}
.AnyTagClassName
{
color: #320EFB;
}
</style>
background-color css
<style>
a { background-color: #320EFB; }
a { background-color: rgb(50,14,251); }
div.DivClassName
{
background-color: #320EFB;
}
.BgClassName
{
background-color: #320EFB;
}
</style>
border-color css
<style>
span { border-color: #320EFB; }
span { border-color: rgb(50,14,251); }
td.TdClassName
{
border-color: #320EFB;
}
.TagClassName
{
border-color: #320EFB;
}
</style>