Shades of Purple Heart #553DB3
Tints of Purple Heart #553DB3
RGB
CMYK
RGB Variations
Color information
#553DB3 (or 0x553DB3) is known color: Purple Heart. HEX triplet: 55, 3D and B3. RGB value is (85,61,179). Sum of RGB (Red+Green+Blue) = 85+61+179=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 179 (70.31% from 255 or 55.08% from 325); Max value from RGB is 179 - color contains mainly: blue. Hex color #553DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DB3 is #AAC24C. Grayscale: #515151. Windows color (decimal): -11190861 or 11746645. OLE color: 11746645.
HSL color Cylindrical-coordinate representation of color #553DB3: hue angle of 252.2º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #553DB3 is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 61 | 179 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.30 |
| HSL | 252.2º | 0.49% | 0.47% | - |
| HSV(B) | 252.2º | 0.66% | 0.7% | - |
| XYZ | 13.55 | 8.52 | 43.58 | - |
| YUV | 81.63 | 182.95 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 179 | 0.53 | 0.66 | 0 | 0.30 | 252.2 | 0.49 | 0.47 |
| Hex | 55 | 3D | B3 | 35 | 42 | 0 | 1E | FC | 31 | 2F |
| Octal | 125 | 75 | 263 | 65 | 102 | 0 | 36 | 374 | 61 | 57 |
| Binary | 1010101 | 111101 | 10110011 | 110101 | 1000010 | 0 | 11110 | 11111100 | 110001 | 101111 |
Color Harmonies of #553DB3
Complementary color
Monochromatic Colors of #553DB3
Black with #553DB3
Text Example
Text Example
White with #553DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553DB3; }
p { color: rgb(85,61,179); }
H1.HeaderClassName
{
color: #553DB3;
}
.AnyTagClassName
{
color: #553DB3;
}
</style>
background-color css
<style>
a { background-color: #553DB3; }
a { background-color: rgb(85,61,179); }
div.DivClassName
{
background-color: #553DB3;
}
.BgClassName
{
background-color: #553DB3;
}
</style>
border-color css
<style>
span { border-color: #553DB3; }
span { border-color: rgb(85,61,179); }
td.TdClassName
{
border-color: #553DB3;
}
.TagClassName
{
border-color: #553DB3;
}
</style>