Shades of Purple Heart #3510BB
Tints of Purple Heart #3510BB
RGB
CMYK
RGB Variations
Color information
#3510BB (or 0x3510BB) is known color: Purple Heart. HEX triplet: 35, 10 and BB. RGB value is (53,16,187). Sum of RGB (Red+Green+Blue) = 53+16+187=256 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.70% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 187 (73.44% from 255 or 73.05% from 256); Max value from RGB is 187 - color contains mainly: blue. Hex color #3510BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3510BB is #CAEF44. Grayscale: #2D2D2D. Windows color (decimal): -13299525 or 12259381. OLE color: 12259381.
HSL color Cylindrical-coordinate representation of color #3510BB: hue angle of 252.98º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3510BB is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 16 | 187 | - |
| CMYK | 0.72 | 0.91 | 0 | 0.27 |
| HSL | 252.98º | 0.84% | 0.4% | - |
| HSV(B) | 252.98º | 0.91% | 0.73% | - |
| XYZ | 10.62 | 4.72 | 47.36 | - |
| YUV | 46.56 | 207.26 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 16 | 187 | 0.72 | 0.91 | 0 | 0.27 | 252.98 | 0.84 | 0.4 |
| Hex | 35 | 10 | BB | 48 | 5B | 0 | 1B | FD | 54 | 28 |
| Octal | 65 | 20 | 273 | 110 | 133 | 0 | 33 | 375 | 124 | 50 |
| Binary | 110101 | 10000 | 10111011 | 1001000 | 1011011 | 0 | 11011 | 11111101 | 1010100 | 101000 |
Color Harmonies of #3510BB
Complementary color
Monochromatic Colors of #3510BB
Black with #3510BB
Text Example
Text Example
White with #3510BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3510BB; }
p { color: rgb(53,16,187); }
H1.HeaderClassName
{
color: #3510BB;
}
.AnyTagClassName
{
color: #3510BB;
}
</style>
background-color css
<style>
a { background-color: #3510BB; }
a { background-color: rgb(53,16,187); }
div.DivClassName
{
background-color: #3510BB;
}
.BgClassName
{
background-color: #3510BB;
}
</style>
border-color css
<style>
span { border-color: #3510BB; }
span { border-color: rgb(53,16,187); }
td.TdClassName
{
border-color: #3510BB;
}
.TagClassName
{
border-color: #3510BB;
}
</style>