Shades of Han Purple #3214CF
Tints of Han Purple #3214CF
RGB
CMYK
RGB Variations
Color information
#3214CF (or 0x3214CF) is known color: Han Purple. HEX triplet: 32, 14 and CF. RGB value is (50,20,207). Sum of RGB (Red+Green+Blue) = 50+20+207=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 207 (81.25% from 255 or 74.73% from 277); Max value from RGB is 207 - color contains mainly: blue. Hex color #3214CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3214CF is #CDEB30. Grayscale: #313131. Windows color (decimal): -13495089 or 13571122. OLE color: 13571122.
HSL color Cylindrical-coordinate representation of color #3214CF: hue angle of 249.63º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3214CF is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 20 | 207 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.19 |
| HSL | 249.63º | 0.82% | 0.45% | - |
| HSV(B) | 249.63º | 0.9% | 0.81% | - |
| XYZ | 12.83 | 5.68 | 59.45 | - |
| YUV | 50.29 | 216.44 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 20 | 207 | 0.76 | 0.90 | 0 | 0.19 | 249.63 | 0.82 | 0.45 |
| Hex | 32 | 14 | CF | 4C | 5A | 0 | 13 | FA | 52 | 2D |
| Octal | 62 | 24 | 317 | 114 | 132 | 0 | 23 | 372 | 122 | 55 |
| Binary | 110010 | 10100 | 11001111 | 1001100 | 1011010 | 0 | 10011 | 11111010 | 1010010 | 101101 |
Color Harmonies of #3214CF
Complementary color
Monochromatic Colors of #3214CF
Black with #3214CF
Text Example
Text Example
White with #3214CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3214CF; }
p { color: rgb(50,20,207); }
H1.HeaderClassName
{
color: #3214CF;
}
.AnyTagClassName
{
color: #3214CF;
}
</style>
background-color css
<style>
a { background-color: #3214CF; }
a { background-color: rgb(50,20,207); }
div.DivClassName
{
background-color: #3214CF;
}
.BgClassName
{
background-color: #3214CF;
}
</style>
border-color css
<style>
span { border-color: #3214CF; }
span { border-color: rgb(50,20,207); }
td.TdClassName
{
border-color: #3214CF;
}
.TagClassName
{
border-color: #3214CF;
}
</style>