Shades of Purple Heart #4525BD
Tints of Purple Heart #4525BD
RGB
CMYK
RGB Variations
Color information
#4525BD (or 0x4525BD) is known color: Purple Heart. HEX triplet: 45, 25 and BD. RGB value is (69,37,189). Sum of RGB (Red+Green+Blue) = 69+37+189=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 189 (74.22% from 255 or 64.07% from 295); Max value from RGB is 189 - color contains mainly: blue. Hex color #4525BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4525BD is #BADA42. Grayscale: #3F3F3F. Windows color (decimal): -12245571 or 12395845. OLE color: 12395845.
HSL color Cylindrical-coordinate representation of color #4525BD: hue angle of 252.63º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4525BD is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 37 | 189 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.26 |
| HSL | 252.63º | 0.67% | 0.44% | - |
| HSV(B) | 252.63º | 0.8% | 0.74% | - |
| XYZ | 12.3 | 6.26 | 48.7 | - |
| YUV | 63.9 | 198.6 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 189 | 0.63 | 0.80 | 0 | 0.26 | 252.63 | 0.67 | 0.44 |
| Hex | 45 | 25 | BD | 3F | 50 | 0 | 1A | FD | 43 | 2C |
| Octal | 105 | 45 | 275 | 77 | 120 | 0 | 32 | 375 | 103 | 54 |
| Binary | 1000101 | 100101 | 10111101 | 111111 | 1010000 | 0 | 11010 | 11111101 | 1000011 | 101100 |
Color Harmonies of #4525BD
Complementary color
Monochromatic Colors of #4525BD
Black with #4525BD
Text Example
Text Example
White with #4525BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4525BD; }
p { color: rgb(69,37,189); }
H1.HeaderClassName
{
color: #4525BD;
}
.AnyTagClassName
{
color: #4525BD;
}
</style>
background-color css
<style>
a { background-color: #4525BD; }
a { background-color: rgb(69,37,189); }
div.DivClassName
{
background-color: #4525BD;
}
.BgClassName
{
background-color: #4525BD;
}
</style>
border-color css
<style>
span { border-color: #4525BD; }
span { border-color: rgb(69,37,189); }
td.TdClassName
{
border-color: #4525BD;
}
.TagClassName
{
border-color: #4525BD;
}
</style>