Shades of Purple Heart #4528BD
Tints of Purple Heart #4528BD
RGB
CMYK
RGB Variations
Color information
#4528BD (or 0x4528BD) is known color: Purple Heart. HEX triplet: 45, 28 and BD. RGB value is (69,40,189). Sum of RGB (Red+Green+Blue) = 69+40+189=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 40 (16.02% from 255 or 13.42% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #4528BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4528BD is #BAD742. Grayscale: #414141. Windows color (decimal): -12244803 or 12396613. OLE color: 12396613.
HSL color Cylindrical-coordinate representation of color #4528BD: hue angle of 251.68º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4528BD is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 40 | 189 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.26 |
| HSL | 251.68º | 0.65% | 0.45% | - |
| HSV(B) | 251.68º | 0.79% | 0.74% | - |
| XYZ | 12.4 | 6.46 | 48.74 | - |
| YUV | 65.66 | 197.61 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 189 | 0.63 | 0.79 | 0 | 0.26 | 251.68 | 0.65 | 0.45 |
| Hex | 45 | 28 | BD | 3F | 4F | 0 | 1A | FC | 41 | 2D |
| Octal | 105 | 50 | 275 | 77 | 117 | 0 | 32 | 374 | 101 | 55 |
| Binary | 1000101 | 101000 | 10111101 | 111111 | 1001111 | 0 | 11010 | 11111100 | 1000001 | 101101 |
Color Harmonies of #4528BD
Complementary color
Monochromatic Colors of #4528BD
Black with #4528BD
Text Example
Text Example
White with #4528BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4528BD; }
p { color: rgb(69,40,189); }
H1.HeaderClassName
{
color: #4528BD;
}
.AnyTagClassName
{
color: #4528BD;
}
</style>
background-color css
<style>
a { background-color: #4528BD; }
a { background-color: rgb(69,40,189); }
div.DivClassName
{
background-color: #4528BD;
}
.BgClassName
{
background-color: #4528BD;
}
</style>
border-color css
<style>
span { border-color: #4528BD; }
span { border-color: rgb(69,40,189); }
td.TdClassName
{
border-color: #4528BD;
}
.TagClassName
{
border-color: #4528BD;
}
</style>