Shades of Han Purple #350CE6
Tints of Han Purple #350CE6
RGB
CMYK
RGB Variations
Color information
#350CE6 (or 0x350CE6) is known color: Han Purple. HEX triplet: 35, 0C and E6. RGB value is (53,12,230). Sum of RGB (Red+Green+Blue) = 53+12+230=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 230 (90.23% from 255 or 77.97% from 295); Max value from RGB is 230 - color contains mainly: blue. Hex color #350CE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #350CE6 is #CAF319. Grayscale: #303030. Windows color (decimal): -13300506 or 15076405. OLE color: 15076405.
HSL color Cylindrical-coordinate representation of color #350CE6: hue angle of 251.28º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #350CE6 is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 12 | 230 | - |
| CMYK | 0.77 | 0.95 | 0 | 0.10 |
| HSL | 251.28º | 0.9% | 0.47% | - |
| HSV(B) | 251.28º | 0.95% | 0.9% | - |
| XYZ | 15.88 | 6.73 | 75.33 | - |
| YUV | 49.11 | 230.08 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 12 | 230 | 0.77 | 0.95 | 0 | 0.10 | 251.28 | 0.9 | 0.47 |
| Hex | 35 | C | E6 | 4D | 5F | 0 | A | FB | 5A | 2F |
| Octal | 65 | 14 | 346 | 115 | 137 | 0 | 12 | 373 | 132 | 57 |
| Binary | 110101 | 1100 | 11100110 | 1001101 | 1011111 | 0 | 1010 | 11111011 | 1011010 | 101111 |
Color Harmonies of #350CE6
Complementary color
Monochromatic Colors of #350CE6
Black with #350CE6
Text Example
Text Example
White with #350CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350CE6; }
p { color: rgb(53,12,230); }
H1.HeaderClassName
{
color: #350CE6;
}
.AnyTagClassName
{
color: #350CE6;
}
</style>
background-color css
<style>
a { background-color: #350CE6; }
a { background-color: rgb(53,12,230); }
div.DivClassName
{
background-color: #350CE6;
}
.BgClassName
{
background-color: #350CE6;
}
</style>
border-color css
<style>
span { border-color: #350CE6; }
span { border-color: rgb(53,12,230); }
td.TdClassName
{
border-color: #350CE6;
}
.TagClassName
{
border-color: #350CE6;
}
</style>