Shades of Purple Heart #5507B5
Tints of Purple Heart #5507B5
RGB
CMYK
RGB Variations
Color information
#5507B5 (or 0x5507B5) is known color: Purple Heart. HEX triplet: 55, 07 and B5. RGB value is (85,7,181). Sum of RGB (Red+Green+Blue) = 85+7+181=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 7 (3.12% from 255 or 2.56% from 273); Blue value is 181 (71.09% from 255 or 66.30% from 273); Max value from RGB is 181 - color contains mainly: blue. Hex color #5507B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5507B5 is #AAF84A. Grayscale: #313131. Windows color (decimal): -11204683 or 11863893. OLE color: 11863893.
HSL color Cylindrical-coordinate representation of color #5507B5: hue angle of 266.9º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5507B5 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 7 | 181 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.29 |
| HSL | 266.9º | 0.93% | 0.37% | - |
| HSV(B) | 266.9º | 0.96% | 0.71% | - |
| XYZ | 12.16 | 5.42 | 44.12 | - |
| YUV | 50.16 | 201.84 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 7 | 181 | 0.53 | 0.96 | 0 | 0.29 | 266.9 | 0.93 | 0.37 |
| Hex | 55 | 7 | B5 | 35 | 60 | 0 | 1D | 10B | 5D | 25 |
| Octal | 125 | 7 | 265 | 65 | 140 | 0 | 35 | 413 | 135 | 45 |
| Binary | 1010101 | 111 | 10110101 | 110101 | 1100000 | 0 | 11101 | 100001011 | 1011101 | 100101 |
Color Harmonies of #5507B5
Complementary color
Monochromatic Colors of #5507B5
Black with #5507B5
Text Example
Text Example
White with #5507B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5507B5; }
p { color: rgb(85,7,181); }
H1.HeaderClassName
{
color: #5507B5;
}
.AnyTagClassName
{
color: #5507B5;
}
</style>
background-color css
<style>
a { background-color: #5507B5; }
a { background-color: rgb(85,7,181); }
div.DivClassName
{
background-color: #5507B5;
}
.BgClassName
{
background-color: #5507B5;
}
</style>
border-color css
<style>
span { border-color: #5507B5; }
span { border-color: rgb(85,7,181); }
td.TdClassName
{
border-color: #5507B5;
}
.TagClassName
{
border-color: #5507B5;
}
</style>