Shades of Han Purple #3210EB
Tints of Han Purple #3210EB
RGB
CMYK
RGB Variations
Color information
#3210EB (or 0x3210EB) is known color: Han Purple. HEX triplet: 32, 10 and EB. RGB value is (50,16,235). Sum of RGB (Red+Green+Blue) = 50+16+235=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #3210EB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3210EB is #CDEF14. Grayscale: #323232. Windows color (decimal): -13496085 or 15405106. OLE color: 15405106.
HSL color Cylindrical-coordinate representation of color #3210EB: hue angle of 249.32º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3210EB is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 16 | 235 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.08 |
| HSL | 249.32º | 0.87% | 0.49% | - |
| HSV(B) | 249.32º | 0.93% | 0.92% | - |
| XYZ | 16.5 | 7.05 | 79.09 | - |
| YUV | 51.13 | 231.76 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 235 | 0.79 | 0.93 | 0 | 0.08 | 249.32 | 0.87 | 0.49 |
| Hex | 32 | 10 | EB | 4F | 5D | 0 | 8 | F9 | 57 | 31 |
| Octal | 62 | 20 | 353 | 117 | 135 | 0 | 10 | 371 | 127 | 61 |
| Binary | 110010 | 10000 | 11101011 | 1001111 | 1011101 | 0 | 1000 | 11111001 | 1010111 | 110001 |
Color Harmonies of #3210EB
Complementary color
Monochromatic Colors of #3210EB
Black with #3210EB
Text Example
Text Example
White with #3210EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3210EB; }
p { color: rgb(50,16,235); }
H1.HeaderClassName
{
color: #3210EB;
}
.AnyTagClassName
{
color: #3210EB;
}
</style>
background-color css
<style>
a { background-color: #3210EB; }
a { background-color: rgb(50,16,235); }
div.DivClassName
{
background-color: #3210EB;
}
.BgClassName
{
background-color: #3210EB;
}
</style>
border-color css
<style>
span { border-color: #3210EB; }
span { border-color: rgb(50,16,235); }
td.TdClassName
{
border-color: #3210EB;
}
.TagClassName
{
border-color: #3210EB;
}
</style>