Shades of Han Purple #3215FE
Tints of Han Purple #3215FE
RGB
CMYK
RGB Variations
Color information
#3215FE (or 0x3215FE) is known color: Han Purple. HEX triplet: 32, 15 and FE. RGB value is (50,21,254). Sum of RGB (Red+Green+Blue) = 50+21+254=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 254 (99.61% from 255 or 78.15% from 325); Max value from RGB is 254 - color contains mainly: blue. Hex color #3215FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3215FE is #CDEA01. Grayscale: #373737. Windows color (decimal): -13494786 or 16651570. OLE color: 16651570.
HSL color Cylindrical-coordinate representation of color #3215FE: hue angle of 247.47º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3215FE is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 21 | 254 | - |
| CMYK | 0.80 | 0.92 | 0 | 0.00 |
| HSL | 247.47º | 0.99% | 0.54% | - |
| HSV(B) | 247.47º | 0.92% | 1% | - |
| XYZ | 19.47 | 8.37 | 94.36 | - |
| YUV | 56.23 | 239.61 | 123.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 254 | 0.80 | 0.92 | 0 | 0.00 | 247.47 | 0.99 | 0.54 |
| Hex | 32 | 15 | FE | 50 | 5C | 0 | 0 | F7 | 63 | 36 |
| Octal | 62 | 25 | 376 | 120 | 134 | 0 | 0 | 367 | 143 | 66 |
| Binary | 110010 | 10101 | 11111110 | 1010000 | 1011100 | 0 | 0 | 11110111 | 1100011 | 110110 |
Color Harmonies of #3215FE
Complementary color
Monochromatic Colors of #3215FE
Black with #3215FE
Text Example
Text Example
White with #3215FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3215FE; }
p { color: rgb(50,21,254); }
H1.HeaderClassName
{
color: #3215FE;
}
.AnyTagClassName
{
color: #3215FE;
}
</style>
background-color css
<style>
a { background-color: #3215FE; }
a { background-color: rgb(50,21,254); }
div.DivClassName
{
background-color: #3215FE;
}
.BgClassName
{
background-color: #3215FE;
}
</style>
border-color css
<style>
span { border-color: #3215FE; }
span { border-color: rgb(50,21,254); }
td.TdClassName
{
border-color: #3215FE;
}
.TagClassName
{
border-color: #3215FE;
}
</style>