Shades of Purple Heart #3510C1
Tints of Purple Heart #3510C1
RGB
CMYK
RGB Variations
Color information
#3510C1 (or 0x3510C1) is known color: Purple Heart. HEX triplet: 35, 10 and C1. RGB value is (53,16,193). Sum of RGB (Red+Green+Blue) = 53+16+193=262 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.23% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 193 (75.78% from 255 or 73.66% from 262); Max value from RGB is 193 - color contains mainly: blue. Hex color #3510C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3510C1 is #CAEF3E. Grayscale: #2E2E2E. Windows color (decimal): -13299519 or 12652597. OLE color: 12652597.
HSL color Cylindrical-coordinate representation of color #3510C1: hue angle of 252.54º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3510C1 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 53 | 16 | 193 | - |
| CMYK | 0.73 | 0.92 | 0 | 0.24 |
| HSL | 252.54º | 0.85% | 0.41% | - |
| HSV(B) | 252.54º | 0.92% | 0.76% | - |
| XYZ | 11.28 | 4.98 | 50.82 | - |
| YUV | 47.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 193 | 0.73 | 0.92 | 0 | 0.24 | 252.54 | 0.85 | 0.41 |
| Hex | 35 | 10 | C1 | 49 | 5C | 0 | 18 | FD | 55 | 29 |
| Octal | 65 | 20 | 301 | 111 | 134 | 0 | 30 | 375 | 125 | 51 |
| Binary | 110101 | 10000 | 11000001 | 1001001 | 1011100 | 0 | 11000 | 11111101 | 1010101 | 101001 |
Color Harmonies of #3510C1
Complementary color
Monochromatic Colors of #3510C1
Black with #3510C1
Text Example
Text Example
White with #3510C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3510C1; }
p { color: rgb(53,16,193); }
H1.HeaderClassName
{
color: #3510C1;
}
.AnyTagClassName
{
color: #3510C1;
}
</style>
background-color css
<style>
a { background-color: #3510C1; }
a { background-color: rgb(53,16,193); }
div.DivClassName
{
background-color: #3510C1;
}
.BgClassName
{
background-color: #3510C1;
}
</style>
border-color css
<style>
span { border-color: #3510C1; }
span { border-color: rgb(53,16,193); }
td.TdClassName
{
border-color: #3510C1;
}
.TagClassName
{
border-color: #3510C1;
}
</style>