Shades of Han Purple #3210FB
Tints of Han Purple #3210FB
RGB
CMYK
RGB Variations
Color information
#3210FB (or 0x3210FB) is known color: Han Purple. HEX triplet: 32, 10 and FB. RGB value is (50,16,251). Sum of RGB (Red+Green+Blue) = 50+16+251=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 251 (98.44% from 255 or 79.18% from 317); Max value from RGB is 251 - color contains mainly: blue. Hex color #3210FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3210FB is #CDEF04. Grayscale: #343434. Windows color (decimal): -13496069 or 16453682. OLE color: 16453682.
HSL color Cylindrical-coordinate representation of color #3210FB: hue angle of 248.68º 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 #3210FB is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 16 | 251 | - |
| CMYK | 0.80 | 0.94 | 0 | 0.02 |
| HSL | 248.68º | 0.97% | 0.52% | - |
| HSV(B) | 248.68º | 0.94% | 0.98% | - |
| XYZ | 18.91 | 8.01 | 91.82 | - |
| YUV | 52.96 | 239.76 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 251 | 0.80 | 0.94 | 0 | 0.02 | 248.68 | 0.97 | 0.52 |
| Hex | 32 | 10 | FB | 50 | 5E | 0 | 2 | F9 | 61 | 34 |
| Octal | 62 | 20 | 373 | 120 | 136 | 0 | 2 | 371 | 141 | 64 |
| Binary | 110010 | 10000 | 11111011 | 1010000 | 1011110 | 0 | 10 | 11111001 | 1100001 | 110100 |
Color Harmonies of #3210FB
Complementary color
Monochromatic Colors of #3210FB
Black with #3210FB
Text Example
Text Example
White with #3210FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3210FB; }
p { color: rgb(50,16,251); }
H1.HeaderClassName
{
color: #3210FB;
}
.AnyTagClassName
{
color: #3210FB;
}
</style>
background-color css
<style>
a { background-color: #3210FB; }
a { background-color: rgb(50,16,251); }
div.DivClassName
{
background-color: #3210FB;
}
.BgClassName
{
background-color: #3210FB;
}
</style>
border-color css
<style>
span { border-color: #3210FB; }
span { border-color: rgb(50,16,251); }
td.TdClassName
{
border-color: #3210FB;
}
.TagClassName
{
border-color: #3210FB;
}
</style>