Shades of Purple Heart #540CCB
Tints of Purple Heart #540CCB
RGB
CMYK
RGB Variations
Color information
#540CCB (or 0x540CCB) is known color: Purple Heart. HEX triplet: 54, 0C and CB. RGB value is (84,12,203). Sum of RGB (Red+Green+Blue) = 84+12+203=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #540CCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540CCB is #ABF334. Grayscale: #363636. Windows color (decimal): -11268917 or 13306964. OLE color: 13306964.
HSL color Cylindrical-coordinate representation of color #540CCB: hue angle of 262.62º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540CCB is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 12 | 203 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.20 |
| HSL | 262.62º | 0.89% | 0.42% | - |
| HSV(B) | 262.62º | 0.94% | 0.8% | - |
| XYZ | 14.57 | 6.46 | 56.98 | - |
| YUV | 55.3 | 211.35 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 203 | 0.59 | 0.94 | 0 | 0.20 | 262.62 | 0.89 | 0.42 |
| Hex | 54 | C | CB | 3B | 5E | 0 | 14 | 107 | 59 | 2A |
| Octal | 124 | 14 | 313 | 73 | 136 | 0 | 24 | 407 | 131 | 52 |
| Binary | 1010100 | 1100 | 11001011 | 111011 | 1011110 | 0 | 10100 | 100000111 | 1011001 | 101010 |
Color Harmonies of #540CCB
Complementary color
Monochromatic Colors of #540CCB
Black with #540CCB
Text Example
Text Example
White with #540CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CCB; }
p { color: rgb(84,12,203); }
H1.HeaderClassName
{
color: #540CCB;
}
.AnyTagClassName
{
color: #540CCB;
}
</style>
background-color css
<style>
a { background-color: #540CCB; }
a { background-color: rgb(84,12,203); }
div.DivClassName
{
background-color: #540CCB;
}
.BgClassName
{
background-color: #540CCB;
}
</style>
border-color css
<style>
span { border-color: #540CCB; }
span { border-color: rgb(84,12,203); }
td.TdClassName
{
border-color: #540CCB;
}
.TagClassName
{
border-color: #540CCB;
}
</style>