Shades of Purple Heart #552DC2
Tints of Purple Heart #552DC2
RGB
CMYK
RGB Variations
Color information
#552DC2 (or 0x552DC2) is known color: Purple Heart. HEX triplet: 55, 2D and C2. RGB value is (85,45,194). Sum of RGB (Red+Green+Blue) = 85+45+194=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 194 (76.17% from 255 or 59.88% from 324); Max value from RGB is 194 - color contains mainly: blue. Hex color #552DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552DC2 is #AAD23D. Grayscale: #494949. Windows color (decimal): -11194942 or 12725589. OLE color: 12725589.
HSL color Cylindrical-coordinate representation of color #552DC2: hue angle of 256.11º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #552DC2 is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 45 | 194 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.24 |
| HSL | 256.11º | 0.62% | 0.47% | - |
| HSV(B) | 256.11º | 0.77% | 0.76% | - |
| XYZ | 14.42 | 7.7 | 51.77 | - |
| YUV | 73.95 | 195.75 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 45 | 194 | 0.56 | 0.77 | 0 | 0.24 | 256.11 | 0.62 | 0.47 |
| Hex | 55 | 2D | C2 | 38 | 4D | 0 | 18 | 100 | 3E | 2F |
| Octal | 125 | 55 | 302 | 70 | 115 | 0 | 30 | 400 | 76 | 57 |
| Binary | 1010101 | 101101 | 11000010 | 111000 | 1001101 | 0 | 11000 | 100000000 | 111110 | 101111 |
Color Harmonies of #552DC2
Complementary color
Monochromatic Colors of #552DC2
Black with #552DC2
Text Example
Text Example
White with #552DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552DC2; }
p { color: rgb(85,45,194); }
H1.HeaderClassName
{
color: #552DC2;
}
.AnyTagClassName
{
color: #552DC2;
}
</style>
background-color css
<style>
a { background-color: #552DC2; }
a { background-color: rgb(85,45,194); }
div.DivClassName
{
background-color: #552DC2;
}
.BgClassName
{
background-color: #552DC2;
}
</style>
border-color css
<style>
span { border-color: #552DC2; }
span { border-color: rgb(85,45,194); }
td.TdClassName
{
border-color: #552DC2;
}
.TagClassName
{
border-color: #552DC2;
}
</style>