Shades of Han Purple #320BE8
Tints of Han Purple #320BE8
RGB
CMYK
RGB Variations
Color information
#320BE8 (or 0x320BE8) is known color: Han Purple. HEX triplet: 32, 0B and E8. RGB value is (50,11,232). Sum of RGB (Red+Green+Blue) = 50+11+232=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 11 (4.69% from 255 or 3.75% from 293); Blue value is 232 (91.02% from 255 or 79.18% from 293); Max value from RGB is 232 - color contains mainly: blue. Hex color #320BE8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #320BE8 is #CDF417. Grayscale: #2F2F2F. Windows color (decimal): -13497368 or 15207218. OLE color: 15207218.
HSL color Cylindrical-coordinate representation of color #320BE8: hue angle of 250.59º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #320BE8 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 11 | 232 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.09 |
| HSL | 250.59º | 0.91% | 0.48% | - |
| HSV(B) | 250.59º | 0.95% | 0.91% | - |
| XYZ | 16 | 6.74 | 76.8 | - |
| YUV | 47.86 | 231.92 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 232 | 0.78 | 0.95 | 0 | 0.09 | 250.59 | 0.91 | 0.48 |
| Hex | 32 | B | E8 | 4E | 5F | 0 | 9 | FB | 5B | 30 |
| Octal | 62 | 13 | 350 | 116 | 137 | 0 | 11 | 373 | 133 | 60 |
| Binary | 110010 | 1011 | 11101000 | 1001110 | 1011111 | 0 | 1001 | 11111011 | 1011011 | 110000 |
Color Harmonies of #320BE8
Complementary color
Monochromatic Colors of #320BE8
Black with #320BE8
Text Example
Text Example
White with #320BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320BE8; }
p { color: rgb(50,11,232); }
H1.HeaderClassName
{
color: #320BE8;
}
.AnyTagClassName
{
color: #320BE8;
}
</style>
background-color css
<style>
a { background-color: #320BE8; }
a { background-color: rgb(50,11,232); }
div.DivClassName
{
background-color: #320BE8;
}
.BgClassName
{
background-color: #320BE8;
}
</style>
border-color css
<style>
span { border-color: #320BE8; }
span { border-color: rgb(50,11,232); }
td.TdClassName
{
border-color: #320BE8;
}
.TagClassName
{
border-color: #320BE8;
}
</style>