Shades of Han Purple #350FEC
Tints of Han Purple #350FEC
RGB
CMYK
RGB Variations
Color information
#350FEC (or 0x350FEC) is known color: Han Purple. HEX triplet: 35, 0F and EC. RGB value is (53,15,236). Sum of RGB (Red+Green+Blue) = 53+15+236=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 236 (92.58% from 255 or 77.63% from 304); Max value from RGB is 236 - color contains mainly: blue. Hex color #350FEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350FEC is #CAF013. Grayscale: #323232. Windows color (decimal): -13299732 or 15470389. OLE color: 15470389.
HSL color Cylindrical-coordinate representation of color #350FEC: hue angle of 250.32º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350FEC is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 15 | 236 | - |
| CMYK | 0.78 | 0.94 | 0 | 0.07 |
| HSL | 250.32º | 0.88% | 0.49% | - |
| HSV(B) | 250.32º | 0.94% | 0.93% | - |
| XYZ | 16.78 | 7.15 | 79.85 | - |
| YUV | 51.56 | 232.09 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 15 | 236 | 0.78 | 0.94 | 0 | 0.07 | 250.32 | 0.88 | 0.49 |
| Hex | 35 | F | EC | 4E | 5E | 0 | 7 | FA | 58 | 31 |
| Octal | 65 | 17 | 354 | 116 | 136 | 0 | 7 | 372 | 130 | 61 |
| Binary | 110101 | 1111 | 11101100 | 1001110 | 1011110 | 0 | 111 | 11111010 | 1011000 | 110001 |
Color Harmonies of #350FEC
Complementary color
Monochromatic Colors of #350FEC
Black with #350FEC
Text Example
Text Example
White with #350FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350FEC; }
p { color: rgb(53,15,236); }
H1.HeaderClassName
{
color: #350FEC;
}
.AnyTagClassName
{
color: #350FEC;
}
</style>
background-color css
<style>
a { background-color: #350FEC; }
a { background-color: rgb(53,15,236); }
div.DivClassName
{
background-color: #350FEC;
}
.BgClassName
{
background-color: #350FEC;
}
</style>
border-color css
<style>
span { border-color: #350FEC; }
span { border-color: rgb(53,15,236); }
td.TdClassName
{
border-color: #350FEC;
}
.TagClassName
{
border-color: #350FEC;
}
</style>