Shades of Purple Heart #5535BD
Tints of Purple Heart #5535BD
RGB
CMYK
RGB Variations
Color information
#5535BD (or 0x5535BD) is known color: Purple Heart. HEX triplet: 55, 35 and BD. RGB value is (85,53,189). Sum of RGB (Red+Green+Blue) = 85+53+189=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 189 (74.22% from 255 or 57.80% from 327); Max value from RGB is 189 - color contains mainly: blue. Hex color #5535BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5535BD is #AACA42. Grayscale: #4D4D4D. Windows color (decimal): -11192899 or 12399957. OLE color: 12399957.
HSL color Cylindrical-coordinate representation of color #5535BD: hue angle of 254.12º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5535BD is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 53 | 189 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.26 |
| HSL | 254.12º | 0.56% | 0.47% | - |
| HSV(B) | 254.12º | 0.72% | 0.74% | - |
| XYZ | 14.2 | 8.15 | 48.97 | - |
| YUV | 78.07 | 190.6 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 53 | 189 | 0.55 | 0.72 | 0 | 0.26 | 254.12 | 0.56 | 0.47 |
| Hex | 55 | 35 | BD | 37 | 48 | 0 | 1A | FE | 38 | 2F |
| Octal | 125 | 65 | 275 | 67 | 110 | 0 | 32 | 376 | 70 | 57 |
| Binary | 1010101 | 110101 | 10111101 | 110111 | 1001000 | 0 | 11010 | 11111110 | 111000 | 101111 |
Color Harmonies of #5535BD
Complementary color
Monochromatic Colors of #5535BD
Black with #5535BD
Text Example
Text Example
White with #5535BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5535BD; }
p { color: rgb(85,53,189); }
H1.HeaderClassName
{
color: #5535BD;
}
.AnyTagClassName
{
color: #5535BD;
}
</style>
background-color css
<style>
a { background-color: #5535BD; }
a { background-color: rgb(85,53,189); }
div.DivClassName
{
background-color: #5535BD;
}
.BgClassName
{
background-color: #5535BD;
}
</style>
border-color css
<style>
span { border-color: #5535BD; }
span { border-color: rgb(85,53,189); }
td.TdClassName
{
border-color: #5535BD;
}
.TagClassName
{
border-color: #5535BD;
}
</style>