Shades of Han Purple #350CEC
Tints of Han Purple #350CEC
RGB
CMYK
RGB Variations
Color information
#350CEC (or 0x350CEC) is known color: Han Purple. HEX triplet: 35, 0C and EC. RGB value is (53,12,236). Sum of RGB (Red+Green+Blue) = 53+12+236=301 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.61% from 301); Green value is 12 (5.08% from 255 or 3.99% from 301); Blue value is 236 (92.58% from 255 or 78.41% from 301); Max value from RGB is 236 - color contains mainly: blue. Hex color #350CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350CEC is #CAF313. Grayscale: #303030. Windows color (decimal): -13300500 or 15469621. OLE color: 15469621.
HSL color Cylindrical-coordinate representation of color #350CEC: hue angle of 250.98º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350CEC is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 53 | 12 | 236 | - |
| CMYK | 0.78 | 0.95 | 0 | 0.07 |
| HSL | 250.98º | 0.9% | 0.49% | - |
| HSV(B) | 250.98º | 0.95% | 0.93% | - |
| XYZ | 16.74 | 7.08 | 79.84 | - |
| YUV | 49.8 | 233.08 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 236 | 0.78 | 0.95 | 0 | 0.07 | 250.98 | 0.9 | 0.49 |
| Hex | 35 | C | EC | 4E | 5F | 0 | 7 | FB | 5A | 31 |
| Octal | 65 | 14 | 354 | 116 | 137 | 0 | 7 | 373 | 132 | 61 |
| Binary | 110101 | 1100 | 11101100 | 1001110 | 1011111 | 0 | 111 | 11111011 | 1011010 | 110001 |
Color Harmonies of #350CEC
Complementary color
Monochromatic Colors of #350CEC
Black with #350CEC
Text Example
Text Example
White with #350CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CEC; }
p { color: rgb(53,12,236); }
H1.HeaderClassName
{
color: #350CEC;
}
.AnyTagClassName
{
color: #350CEC;
}
</style>
background-color css
<style>
a { background-color: #350CEC; }
a { background-color: rgb(53,12,236); }
div.DivClassName
{
background-color: #350CEC;
}
.BgClassName
{
background-color: #350CEC;
}
</style>
border-color css
<style>
span { border-color: #350CEC; }
span { border-color: rgb(53,12,236); }
td.TdClassName
{
border-color: #350CEC;
}
.TagClassName
{
border-color: #350CEC;
}
</style>