Shades of Han Purple #3210FC
Tints of Han Purple #3210FC
RGB
CMYK
RGB Variations
Color information
#3210FC (or 0x3210FC) is known color: Han Purple. HEX triplet: 32, 10 and FC. RGB value is (50,16,252). Sum of RGB (Red+Green+Blue) = 50+16+252=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 252 (98.83% from 255 or 79.25% from 318); Max value from RGB is 252 - color contains mainly: blue. Hex color #3210FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3210FC is #CDEF03. Grayscale: #343434. Windows color (decimal): -13496068 or 16519218. OLE color: 16519218.
HSL color Cylindrical-coordinate representation of color #3210FC: hue angle of 248.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3210FC is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 16 | 252 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.01 |
| HSL | 248.64º | 0.98% | 0.53% | - |
| HSV(B) | 248.64º | 0.94% | 0.99% | - |
| XYZ | 19.07 | 8.08 | 92.65 | - |
| YUV | 53.07 | 240.26 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 252 | 0.80 | 0.94 | 0 | 0.01 | 248.64 | 0.98 | 0.53 |
| Hex | 32 | 10 | FC | 50 | 5E | 0 | 1 | F9 | 62 | 35 |
| Octal | 62 | 20 | 374 | 120 | 136 | 0 | 1 | 371 | 142 | 65 |
| Binary | 110010 | 10000 | 11111100 | 1010000 | 1011110 | 0 | 1 | 11111001 | 1100010 | 110101 |
Color Harmonies of #3210FC
Complementary color
Monochromatic Colors of #3210FC
Black with #3210FC
Text Example
Text Example
White with #3210FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3210FC; }
p { color: rgb(50,16,252); }
H1.HeaderClassName
{
color: #3210FC;
}
.AnyTagClassName
{
color: #3210FC;
}
</style>
background-color css
<style>
a { background-color: #3210FC; }
a { background-color: rgb(50,16,252); }
div.DivClassName
{
background-color: #3210FC;
}
.BgClassName
{
background-color: #3210FC;
}
</style>
border-color css
<style>
span { border-color: #3210FC; }
span { border-color: rgb(50,16,252); }
td.TdClassName
{
border-color: #3210FC;
}
.TagClassName
{
border-color: #3210FC;
}
</style>