Shades of Purple Heart #5401CB
Tints of Purple Heart #5401CB
RGB
CMYK
RGB Variations
Color information
#5401CB (or 0x5401CB) is known color: Purple Heart. HEX triplet: 54, 01 and CB. RGB value is (84,1,203). Sum of RGB (Red+Green+Blue) = 84+1+203=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #5401CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5401CB is #ABFE34. Grayscale: #303030. Windows color (decimal): -11271733 or 13304148. OLE color: 13304148.
HSL color Cylindrical-coordinate representation of color #5401CB: hue angle of 264.65º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5401CB is Cyan = 0.59, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 1 | 203 | - |
| CMYK | 0.59 | 1.00 | 0 | 0.20 |
| HSL | 264.65º | 0.99% | 0.4% | - |
| HSV(B) | 264.65º | 1% | 0.8% | - |
| XYZ | 14.45 | 6.22 | 56.94 | - |
| YUV | 48.85 | 215 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 1 | 203 | 0.59 | 1.00 | 0 | 0.20 | 264.65 | 0.99 | 0.4 |
| Hex | 54 | 1 | CB | 3B | 64 | 0 | 14 | 109 | 63 | 28 |
| Octal | 124 | 1 | 313 | 73 | 144 | 0 | 24 | 411 | 143 | 50 |
| Binary | 1010100 | 1 | 11001011 | 111011 | 1100100 | 0 | 10100 | 100001001 | 1100011 | 101000 |
Color Harmonies of #5401CB
Complementary color
Monochromatic Colors of #5401CB
Black with #5401CB
Text Example
Text Example
White with #5401CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5401CB; }
p { color: rgb(84,1,203); }
H1.HeaderClassName
{
color: #5401CB;
}
.AnyTagClassName
{
color: #5401CB;
}
</style>
background-color css
<style>
a { background-color: #5401CB; }
a { background-color: rgb(84,1,203); }
div.DivClassName
{
background-color: #5401CB;
}
.BgClassName
{
background-color: #5401CB;
}
</style>
border-color css
<style>
span { border-color: #5401CB; }
span { border-color: rgb(84,1,203); }
td.TdClassName
{
border-color: #5401CB;
}
.TagClassName
{
border-color: #5401CB;
}
</style>