Shades of Purple Heart #350DBD
Tints of Purple Heart #350DBD
RGB
CMYK
RGB Variations
Color information
#350DBD (or 0x350DBD) is known color: Purple Heart. HEX triplet: 35, 0D and BD. RGB value is (53,13,189). Sum of RGB (Red+Green+Blue) = 53+13+189=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 189 (74.22% from 255 or 74.12% from 255); Max value from RGB is 189 - color contains mainly: blue. Hex color #350DBD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #350DBD is #CAF242. Grayscale: #2C2C2C. Windows color (decimal): -13300291 or 12389685. OLE color: 12389685.
HSL color Cylindrical-coordinate representation of color #350DBD: hue angle of 253.64º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #350DBD is Cyan = 0.72, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 13 | 189 | - |
| CMYK | 0.72 | 0.93 | 0 | 0.26 |
| HSL | 253.64º | 0.87% | 0.4% | - |
| HSV(B) | 253.64º | 0.93% | 0.74% | - |
| XYZ | 10.8 | 4.72 | 48.49 | - |
| YUV | 45.02 | 209.25 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 13 | 189 | 0.72 | 0.93 | 0 | 0.26 | 253.64 | 0.87 | 0.4 |
| Hex | 35 | D | BD | 48 | 5D | 0 | 1A | FE | 57 | 28 |
| Octal | 65 | 15 | 275 | 110 | 135 | 0 | 32 | 376 | 127 | 50 |
| Binary | 110101 | 1101 | 10111101 | 1001000 | 1011101 | 0 | 11010 | 11111110 | 1010111 | 101000 |
Color Harmonies of #350DBD
Complementary color
Monochromatic Colors of #350DBD
Black with #350DBD
Text Example
Text Example
White with #350DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350DBD; }
p { color: rgb(53,13,189); }
H1.HeaderClassName
{
color: #350DBD;
}
.AnyTagClassName
{
color: #350DBD;
}
</style>
background-color css
<style>
a { background-color: #350DBD; }
a { background-color: rgb(53,13,189); }
div.DivClassName
{
background-color: #350DBD;
}
.BgClassName
{
background-color: #350DBD;
}
</style>
border-color css
<style>
span { border-color: #350DBD; }
span { border-color: rgb(53,13,189); }
td.TdClassName
{
border-color: #350DBD;
}
.TagClassName
{
border-color: #350DBD;
}
</style>