Shades of Purple Heart #5533CC
Tints of Purple Heart #5533CC
RGB
CMYK
RGB Variations
Color information
#5533CC (or 0x5533CC) is known color: Purple Heart. HEX triplet: 55, 33 and CC. RGB value is (85,51,204). Sum of RGB (Red+Green+Blue) = 85+51+204=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #5533CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5533CC is #AACC33. Grayscale: #4E4E4E. Windows color (decimal): -11193396 or 13382485. OLE color: 13382485.
HSL color Cylindrical-coordinate representation of color #5533CC: hue angle of 253.33º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5533CC is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 51 | 204 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.2 |
| HSL | 253.33º | 0.6% | 0.5% | - |
| HSV(B) | 253.33º | 0.75% | 0.8% | - |
| XYZ | 15.83 | 8.66 | 57.96 | - |
| YUV | 78.61 | 198.76 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 204 | 0.58 | 0.75 | 0 | 0.2 | 253.33 | 0.6 | 0.5 |
| Hex | 55 | 33 | CC | 3A | 4B | 0 | 14 | FD | 3C | 32 |
| Octal | 125 | 63 | 314 | 72 | 113 | 0 | 24 | 375 | 74 | 62 |
| Binary | 1010101 | 110011 | 11001100 | 111010 | 1001011 | 0 | 10100 | 11111101 | 111100 | 110010 |
Color Harmonies of #5533CC
Complementary color
Monochromatic Colors of #5533CC
Black with #5533CC
Text Example
Text Example
White with #5533CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5533CC; }
p { color: rgb(85,51,204); }
H1.HeaderClassName
{
color: #5533CC;
}
.AnyTagClassName
{
color: #5533CC;
}
</style>
background-color css
<style>
a { background-color: #5533CC; }
a { background-color: rgb(85,51,204); }
div.DivClassName
{
background-color: #5533CC;
}
.BgClassName
{
background-color: #5533CC;
}
</style>
border-color css
<style>
span { border-color: #5533CC; }
span { border-color: rgb(85,51,204); }
td.TdClassName
{
border-color: #5533CC;
}
.TagClassName
{
border-color: #5533CC;
}
</style>