Shades of Purple Heart #4528BC
Tints of Purple Heart #4528BC
RGB
CMYK
RGB Variations
Color information
#4528BC (or 0x4528BC) is known color: Purple Heart. HEX triplet: 45, 28 and BC. RGB value is (69,40,188). Sum of RGB (Red+Green+Blue) = 69+40+188=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #4528BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4528BC is #BAD743. Grayscale: #404040. Windows color (decimal): -12244804 or 12331077. OLE color: 12331077.
HSL color Cylindrical-coordinate representation of color #4528BC: hue angle of 251.76º 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 #4528BC is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 40 | 188 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.26 |
| HSL | 251.76º | 0.65% | 0.45% | - |
| HSV(B) | 251.76º | 0.79% | 0.74% | - |
| XYZ | 12.29 | 6.41 | 48.17 | - |
| YUV | 65.54 | 197.11 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 40 | 188 | 0.63 | 0.79 | 0 | 0.26 | 251.76 | 0.65 | 0.45 |
| Hex | 45 | 28 | BC | 3F | 4F | 0 | 1A | FC | 41 | 2D |
| Octal | 105 | 50 | 274 | 77 | 117 | 0 | 32 | 374 | 101 | 55 |
| Binary | 1000101 | 101000 | 10111100 | 111111 | 1001111 | 0 | 11010 | 11111100 | 1000001 | 101101 |
Color Harmonies of #4528BC
Complementary color
Monochromatic Colors of #4528BC
Black with #4528BC
Text Example
Text Example
White with #4528BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4528BC; }
p { color: rgb(69,40,188); }
H1.HeaderClassName
{
color: #4528BC;
}
.AnyTagClassName
{
color: #4528BC;
}
</style>
background-color css
<style>
a { background-color: #4528BC; }
a { background-color: rgb(69,40,188); }
div.DivClassName
{
background-color: #4528BC;
}
.BgClassName
{
background-color: #4528BC;
}
</style>
border-color css
<style>
span { border-color: #4528BC; }
span { border-color: rgb(69,40,188); }
td.TdClassName
{
border-color: #4528BC;
}
.TagClassName
{
border-color: #4528BC;
}
</style>