Shades of Han Purple #3213FE
Tints of Han Purple #3213FE
RGB
CMYK
RGB Variations
Color information
#3213FE (or 0x3213FE) is known color: Han Purple. HEX triplet: 32, 13 and FE. RGB value is (50,19,254). Sum of RGB (Red+Green+Blue) = 50+19+254=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 254 (99.61% from 255 or 78.64% from 323); Max value from RGB is 254 - color contains mainly: blue. Hex color #3213FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3213FE is #CDEC01. Grayscale: #363636. Windows color (decimal): -13495298 or 16651058. OLE color: 16651058.
HSL color Cylindrical-coordinate representation of color #3213FE: hue angle of 247.91º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3213FE is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 19 | 254 | - |
| CMYK | 0.80 | 0.93 | 0 | 0.00 |
| HSL | 247.91º | 0.99% | 0.54% | - |
| HSV(B) | 247.91º | 0.93% | 1% | - |
| XYZ | 19.44 | 8.3 | 94.34 | - |
| YUV | 55.06 | 240.27 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 254 | 0.80 | 0.93 | 0 | 0.00 | 247.91 | 0.99 | 0.54 |
| Hex | 32 | 13 | FE | 50 | 5D | 0 | 0 | F8 | 63 | 36 |
| Octal | 62 | 23 | 376 | 120 | 135 | 0 | 0 | 370 | 143 | 66 |
| Binary | 110010 | 10011 | 11111110 | 1010000 | 1011101 | 0 | 0 | 11111000 | 1100011 | 110110 |
Color Harmonies of #3213FE
Complementary color
Monochromatic Colors of #3213FE
Black with #3213FE
Text Example
Text Example
White with #3213FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3213FE; }
p { color: rgb(50,19,254); }
H1.HeaderClassName
{
color: #3213FE;
}
.AnyTagClassName
{
color: #3213FE;
}
</style>
background-color css
<style>
a { background-color: #3213FE; }
a { background-color: rgb(50,19,254); }
div.DivClassName
{
background-color: #3213FE;
}
.BgClassName
{
background-color: #3213FE;
}
</style>
border-color css
<style>
span { border-color: #3213FE; }
span { border-color: rgb(50,19,254); }
td.TdClassName
{
border-color: #3213FE;
}
.TagClassName
{
border-color: #3213FE;
}
</style>