Shades of Purple Heart #5425B6
Tints of Purple Heart #5425B6
RGB
CMYK
RGB Variations
Color information
#5425B6 (or 0x5425B6) is known color: Purple Heart. HEX triplet: 54, 25 and B6. RGB value is (84,37,182). Sum of RGB (Red+Green+Blue) = 84+37+182=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 37 (14.84% from 255 or 12.21% from 303); Blue value is 182 (71.48% from 255 or 60.07% from 303); Max value from RGB is 182 - color contains mainly: blue. Hex color #5425B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5425B6 is #ABDA49. Grayscale: #434343. Windows color (decimal): -11262538 or 11937108. OLE color: 11937108.
HSL color Cylindrical-coordinate representation of color #5425B6: hue angle of 259.45º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5425B6 is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 84 | 37 | 182 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.29 |
| HSL | 259.45º | 0.66% | 0.43% | - |
| HSV(B) | 259.45º | 0.8% | 0.71% | - |
| XYZ | 12.76 | 6.59 | 44.85 | - |
| YUV | 67.58 | 192.57 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 37 | 182 | 0.54 | 0.80 | 0 | 0.29 | 259.45 | 0.66 | 0.43 |
| Hex | 54 | 25 | B6 | 36 | 50 | 0 | 1D | 103 | 42 | 2B |
| Octal | 124 | 45 | 266 | 66 | 120 | 0 | 35 | 403 | 102 | 53 |
| Binary | 1010100 | 100101 | 10110110 | 110110 | 1010000 | 0 | 11101 | 100000011 | 1000010 | 101011 |
Color Harmonies of #5425B6
Complementary color
Monochromatic Colors of #5425B6
Black with #5425B6
Text Example
Text Example
White with #5425B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5425B6; }
p { color: rgb(84,37,182); }
H1.HeaderClassName
{
color: #5425B6;
}
.AnyTagClassName
{
color: #5425B6;
}
</style>
background-color css
<style>
a { background-color: #5425B6; }
a { background-color: rgb(84,37,182); }
div.DivClassName
{
background-color: #5425B6;
}
.BgClassName
{
background-color: #5425B6;
}
</style>
border-color css
<style>
span { border-color: #5425B6; }
span { border-color: rgb(84,37,182); }
td.TdClassName
{
border-color: #5425B6;
}
.TagClassName
{
border-color: #5425B6;
}
</style>