Shades of Purple Heart #5533B3
Tints of Purple Heart #5533B3
RGB
CMYK
RGB Variations
Color information
#5533B3 (or 0x5533B3) is known color: Purple Heart. HEX triplet: 55, 33 and B3. RGB value is (85,51,179). Sum of RGB (Red+Green+Blue) = 85+51+179=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 179 (70.31% from 255 or 56.83% from 315); Max value from RGB is 179 - color contains mainly: blue. Hex color #5533B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5533B3 is #AACC4C. Grayscale: #4B4B4B. Windows color (decimal): -11193421 or 11744085. OLE color: 11744085.
HSL color Cylindrical-coordinate representation of color #5533B3: hue angle of 255.94º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5533B3 is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 51 | 179 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.30 |
| HSL | 255.94º | 0.56% | 0.45% | - |
| HSV(B) | 255.94º | 0.72% | 0.7% | - |
| XYZ | 13.07 | 7.55 | 43.42 | - |
| YUV | 75.76 | 186.26 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 179 | 0.53 | 0.72 | 0 | 0.30 | 255.94 | 0.56 | 0.45 |
| Hex | 55 | 33 | B3 | 35 | 48 | 0 | 1E | 100 | 38 | 2D |
| Octal | 125 | 63 | 263 | 65 | 110 | 0 | 36 | 400 | 70 | 55 |
| Binary | 1010101 | 110011 | 10110011 | 110101 | 1001000 | 0 | 11110 | 100000000 | 111000 | 101101 |
Color Harmonies of #5533B3
Complementary color
Monochromatic Colors of #5533B3
Black with #5533B3
Text Example
Text Example
White with #5533B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5533B3; }
p { color: rgb(85,51,179); }
H1.HeaderClassName
{
color: #5533B3;
}
.AnyTagClassName
{
color: #5533B3;
}
</style>
background-color css
<style>
a { background-color: #5533B3; }
a { background-color: rgb(85,51,179); }
div.DivClassName
{
background-color: #5533B3;
}
.BgClassName
{
background-color: #5533B3;
}
</style>
border-color css
<style>
span { border-color: #5533B3; }
span { border-color: rgb(85,51,179); }
td.TdClassName
{
border-color: #5533B3;
}
.TagClassName
{
border-color: #5533B3;
}
</style>