Shades of Purple Heart #5501C2
Tints of Purple Heart #5501C2
RGB
CMYK
RGB Variations
Color information
#5501C2 (or 0x5501C2) is known color: Purple Heart. HEX triplet: 55, 01 and C2. RGB value is (85,1,194). Sum of RGB (Red+Green+Blue) = 85+1+194=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 194 (76.17% from 255 or 69.29% from 280); Max value from RGB is 194 - color contains mainly: blue. Hex color #5501C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5501C2 is #AAFE3D. Grayscale: #2F2F2F. Windows color (decimal): -11206206 or 12714325. OLE color: 12714325.
HSL color Cylindrical-coordinate representation of color #5501C2: hue angle of 266.11º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5501C2 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 1 | 194 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.24 |
| HSL | 266.11º | 0.99% | 0.38% | - |
| HSV(B) | 266.11º | 0.99% | 0.76% | - |
| XYZ | 13.49 | 5.85 | 51.46 | - |
| YUV | 48.12 | 210.33 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 1 | 194 | 0.56 | 0.99 | 0 | 0.24 | 266.11 | 0.99 | 0.38 |
| Hex | 55 | 1 | C2 | 38 | 63 | 0 | 18 | 10A | 63 | 26 |
| Octal | 125 | 1 | 302 | 70 | 143 | 0 | 30 | 412 | 143 | 46 |
| Binary | 1010101 | 1 | 11000010 | 111000 | 1100011 | 0 | 11000 | 100001010 | 1100011 | 100110 |
Color Harmonies of #5501C2
Complementary color
Monochromatic Colors of #5501C2
Black with #5501C2
Text Example
Text Example
White with #5501C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5501C2; }
p { color: rgb(85,1,194); }
H1.HeaderClassName
{
color: #5501C2;
}
.AnyTagClassName
{
color: #5501C2;
}
</style>
background-color css
<style>
a { background-color: #5501C2; }
a { background-color: rgb(85,1,194); }
div.DivClassName
{
background-color: #5501C2;
}
.BgClassName
{
background-color: #5501C2;
}
</style>
border-color css
<style>
span { border-color: #5501C2; }
span { border-color: rgb(85,1,194); }
td.TdClassName
{
border-color: #5501C2;
}
.TagClassName
{
border-color: #5501C2;
}
</style>