Shades of Purple Heart #3511BD
Tints of Purple Heart #3511BD
RGB
CMYK
RGB Variations
Color information
#3511BD (or 0x3511BD) is known color: Purple Heart. HEX triplet: 35, 11 and BD. RGB value is (53,17,189). Sum of RGB (Red+Green+Blue) = 53+17+189=259 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.46% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 189 (74.22% from 255 or 72.97% from 259); Max value from RGB is 189 - color contains mainly: blue. Hex color #3511BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3511BD is #CAEE42. Grayscale: #2E2E2E. Windows color (decimal): -13299267 or 12390709. OLE color: 12390709.
HSL color Cylindrical-coordinate representation of color #3511BD: hue angle of 252.56º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3511BD is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 17 | 189 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.26 |
| HSL | 252.56º | 0.83% | 0.4% | - |
| HSV(B) | 252.56º | 0.91% | 0.74% | - |
| XYZ | 10.85 | 4.83 | 48.5 | - |
| YUV | 47.37 | 207.93 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 17 | 189 | 0.72 | 0.91 | 0 | 0.26 | 252.56 | 0.83 | 0.4 |
| Hex | 35 | 11 | BD | 48 | 5B | 0 | 1A | FD | 53 | 28 |
| Octal | 65 | 21 | 275 | 110 | 133 | 0 | 32 | 375 | 123 | 50 |
| Binary | 110101 | 10001 | 10111101 | 1001000 | 1011011 | 0 | 11010 | 11111101 | 1010011 | 101000 |
Color Harmonies of #3511BD
Complementary color
Monochromatic Colors of #3511BD
Black with #3511BD
Text Example
Text Example
White with #3511BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3511BD; }
p { color: rgb(53,17,189); }
H1.HeaderClassName
{
color: #3511BD;
}
.AnyTagClassName
{
color: #3511BD;
}
</style>
background-color css
<style>
a { background-color: #3511BD; }
a { background-color: rgb(53,17,189); }
div.DivClassName
{
background-color: #3511BD;
}
.BgClassName
{
background-color: #3511BD;
}
</style>
border-color css
<style>
span { border-color: #3511BD; }
span { border-color: rgb(53,17,189); }
td.TdClassName
{
border-color: #3511BD;
}
.TagClassName
{
border-color: #3511BD;
}
</style>