Shades of Han Purple #3214FF
Tints of Han Purple #3214FF
RGB
CMYK
RGB Variations
Color information
#3214FF (or 0x3214FF) is known color: Han Purple. HEX triplet: 32, 14 and FF. RGB value is (50,20,255). Sum of RGB (Red+Green+Blue) = 50+20+255=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #3214FF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3214FF is #CDEB00. Grayscale: #363636. Windows color (decimal): -13495041 or 16716850. OLE color: 16716850.
HSL color Cylindrical-coordinate representation of color #3214FF: hue angle of 247.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3214FF is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 20 | 255 | - |
| CMYK | 0.80 | 0.92 | 0 | 0 |
| HSL | 247.66º | 1% | 0.54% | - |
| HSV(B) | 247.66º | 0.92% | 1% | - |
| XYZ | 19.62 | 8.4 | 95.19 | - |
| YUV | 55.76 | 240.44 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 255 | 0.80 | 0.92 | 0 | 0 | 247.66 | 1 | 0.54 |
| Hex | 32 | 14 | FF | 50 | 5C | 0 | 0 | F8 | 64 | 36 |
| Octal | 62 | 24 | 377 | 120 | 134 | 0 | 0 | 370 | 144 | 66 |
| Binary | 110010 | 10100 | 11111111 | 1010000 | 1011100 | 0 | 0 | 11111000 | 1100100 | 110110 |
Color Harmonies of #3214FF
Complementary color
Monochromatic Colors of #3214FF
Black with #3214FF
Text Example
Text Example
White with #3214FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3214FF; }
p { color: rgb(50,20,255); }
H1.HeaderClassName
{
color: #3214FF;
}
.AnyTagClassName
{
color: #3214FF;
}
</style>
background-color css
<style>
a { background-color: #3214FF; }
a { background-color: rgb(50,20,255); }
div.DivClassName
{
background-color: #3214FF;
}
.BgClassName
{
background-color: #3214FF;
}
</style>
border-color css
<style>
span { border-color: #3214FF; }
span { border-color: rgb(50,20,255); }
td.TdClassName
{
border-color: #3214FF;
}
.TagClassName
{
border-color: #3214FF;
}
</style>