Shades of Han Purple #3210F1
Tints of Han Purple #3210F1
RGB
CMYK
RGB Variations
Color information
#3210F1 (or 0x3210F1) is known color: Han Purple. HEX triplet: 32, 10 and F1. RGB value is (50,16,241). Sum of RGB (Red+Green+Blue) = 50+16+241=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 241 (94.53% from 255 or 78.50% from 307); Max value from RGB is 241 - color contains mainly: blue. Hex color #3210F1 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3210F1 is #CDEF0E. Grayscale: #323232. Windows color (decimal): -13496079 or 15798322. OLE color: 15798322.
HSL color Cylindrical-coordinate representation of color #3210F1: hue angle of 249.07º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3210F1 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 16 | 241 | - |
| CMYK | 0.79 | 0.93 | 0 | 0.05 |
| HSL | 249.07º | 0.89% | 0.5% | - |
| HSV(B) | 249.07º | 0.93% | 0.95% | - |
| XYZ | 17.38 | 7.4 | 83.73 | - |
| YUV | 51.82 | 234.76 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 241 | 0.79 | 0.93 | 0 | 0.05 | 249.07 | 0.89 | 0.5 |
| Hex | 32 | 10 | F1 | 4F | 5D | 0 | 5 | F9 | 59 | 32 |
| Octal | 62 | 20 | 361 | 117 | 135 | 0 | 5 | 371 | 131 | 62 |
| Binary | 110010 | 10000 | 11110001 | 1001111 | 1011101 | 0 | 101 | 11111001 | 1011001 | 110010 |
Color Harmonies of #3210F1
Complementary color
Monochromatic Colors of #3210F1
Black with #3210F1
Text Example
Text Example
White with #3210F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3210F1; }
p { color: rgb(50,16,241); }
H1.HeaderClassName
{
color: #3210F1;
}
.AnyTagClassName
{
color: #3210F1;
}
</style>
background-color css
<style>
a { background-color: #3210F1; }
a { background-color: rgb(50,16,241); }
div.DivClassName
{
background-color: #3210F1;
}
.BgClassName
{
background-color: #3210F1;
}
</style>
border-color css
<style>
span { border-color: #3210F1; }
span { border-color: rgb(50,16,241); }
td.TdClassName
{
border-color: #3210F1;
}
.TagClassName
{
border-color: #3210F1;
}
</style>