Shades of Purple Heart #5422BC
Tints of Purple Heart #5422BC
RGB
CMYK
RGB Variations
Color information
#5422BC (or 0x5422BC) is known color: Purple Heart. HEX triplet: 54, 22 and BC. RGB value is (84,34,188). Sum of RGB (Red+Green+Blue) = 84+34+188=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 34 (13.67% from 255 or 11.11% from 306); Blue value is 188 (73.83% from 255 or 61.44% from 306); Max value from RGB is 188 - color contains mainly: blue. Hex color #5422BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5422BC is #ABDD43. Grayscale: #414141. Windows color (decimal): -11263300 or 12329556. OLE color: 12329556.
HSL color Cylindrical-coordinate representation of color #5422BC: hue angle of 259.48º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5422BC is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 34 | 188 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.26 |
| HSL | 259.48º | 0.69% | 0.44% | - |
| HSV(B) | 259.48º | 0.82% | 0.74% | - |
| XYZ | 13.31 | 6.66 | 48.16 | - |
| YUV | 66.51 | 196.57 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 34 | 188 | 0.55 | 0.82 | 0 | 0.26 | 259.48 | 0.69 | 0.44 |
| Hex | 54 | 22 | BC | 37 | 52 | 0 | 1A | 103 | 45 | 2C |
| Octal | 124 | 42 | 274 | 67 | 122 | 0 | 32 | 403 | 105 | 54 |
| Binary | 1010100 | 100010 | 10111100 | 110111 | 1010010 | 0 | 11010 | 100000011 | 1000101 | 101100 |
Color Harmonies of #5422BC
Complementary color
Monochromatic Colors of #5422BC
Black with #5422BC
Text Example
Text Example
White with #5422BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5422BC; }
p { color: rgb(84,34,188); }
H1.HeaderClassName
{
color: #5422BC;
}
.AnyTagClassName
{
color: #5422BC;
}
</style>
background-color css
<style>
a { background-color: #5422BC; }
a { background-color: rgb(84,34,188); }
div.DivClassName
{
background-color: #5422BC;
}
.BgClassName
{
background-color: #5422BC;
}
</style>
border-color css
<style>
span { border-color: #5422BC; }
span { border-color: rgb(84,34,188); }
td.TdClassName
{
border-color: #5422BC;
}
.TagClassName
{
border-color: #5422BC;
}
</style>