Shades of Han Purple #3214FA
Tints of Han Purple #3214FA
RGB
CMYK
RGB Variations
Color information
#3214FA (or 0x3214FA) is known color: Han Purple. HEX triplet: 32, 14 and FA. RGB value is (50,20,250). Sum of RGB (Red+Green+Blue) = 50+20+250=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 250 (98.05% from 255 or 78.12% from 320); Max value from RGB is 250 - color contains mainly: blue. Hex color #3214FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3214FA is #CDEB05. Grayscale: #363636. Windows color (decimal): -13495046 or 16389170. OLE color: 16389170.
HSL color Cylindrical-coordinate representation of color #3214FA: hue angle of 247.83º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3214FA is Cyan = 0.8, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 20 | 250 | - |
| CMYK | 0.8 | 0.92 | 0 | 0.02 |
| HSL | 247.83º | 0.96% | 0.53% | - |
| HSV(B) | 247.83º | 0.92% | 0.98% | - |
| XYZ | 18.82 | 8.08 | 91.01 | - |
| YUV | 55.19 | 237.94 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 250 | 0.8 | 0.92 | 0 | 0.02 | 247.83 | 0.96 | 0.53 |
| Hex | 32 | 14 | FA | 50 | 5C | 0 | 2 | F8 | 60 | 35 |
| Octal | 62 | 24 | 372 | 120 | 134 | 0 | 2 | 370 | 140 | 65 |
| Binary | 110010 | 10100 | 11111010 | 1010000 | 1011100 | 0 | 10 | 11111000 | 1100000 | 110101 |
Color Harmonies of #3214FA
Complementary color
Monochromatic Colors of #3214FA
Black with #3214FA
Text Example
Text Example
White with #3214FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3214FA; }
p { color: rgb(50,20,250); }
H1.HeaderClassName
{
color: #3214FA;
}
.AnyTagClassName
{
color: #3214FA;
}
</style>
background-color css
<style>
a { background-color: #3214FA; }
a { background-color: rgb(50,20,250); }
div.DivClassName
{
background-color: #3214FA;
}
.BgClassName
{
background-color: #3214FA;
}
</style>
border-color css
<style>
span { border-color: #3214FA; }
span { border-color: rgb(50,20,250); }
td.TdClassName
{
border-color: #3214FA;
}
.TagClassName
{
border-color: #3214FA;
}
</style>