Shades of Purple Heart #4526BD
Tints of Purple Heart #4526BD
RGB
CMYK
RGB Variations
Color information
#4526BD (or 0x4526BD) is known color: Purple Heart. HEX triplet: 45, 26 and BD. RGB value is (69,38,189). Sum of RGB (Red+Green+Blue) = 69+38+189=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #4526BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4526BD is #BAD942. Grayscale: #3F3F3F. Windows color (decimal): -12245315 or 12396101. OLE color: 12396101.
HSL color Cylindrical-coordinate representation of color #4526BD: hue angle of 252.32º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4526BD is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 38 | 189 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.26 |
| HSL | 252.32º | 0.67% | 0.45% | - |
| HSV(B) | 252.32º | 0.8% | 0.74% | - |
| XYZ | 12.33 | 6.33 | 48.72 | - |
| YUV | 64.48 | 198.27 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 38 | 189 | 0.63 | 0.80 | 0 | 0.26 | 252.32 | 0.67 | 0.45 |
| Hex | 45 | 26 | BD | 3F | 50 | 0 | 1A | FC | 43 | 2D |
| Octal | 105 | 46 | 275 | 77 | 120 | 0 | 32 | 374 | 103 | 55 |
| Binary | 1000101 | 100110 | 10111101 | 111111 | 1010000 | 0 | 11010 | 11111100 | 1000011 | 101101 |
Color Harmonies of #4526BD
Complementary color
Monochromatic Colors of #4526BD
Black with #4526BD
Text Example
Text Example
White with #4526BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4526BD; }
p { color: rgb(69,38,189); }
H1.HeaderClassName
{
color: #4526BD;
}
.AnyTagClassName
{
color: #4526BD;
}
</style>
background-color css
<style>
a { background-color: #4526BD; }
a { background-color: rgb(69,38,189); }
div.DivClassName
{
background-color: #4526BD;
}
.BgClassName
{
background-color: #4526BD;
}
</style>
border-color css
<style>
span { border-color: #4526BD; }
span { border-color: rgb(69,38,189); }
td.TdClassName
{
border-color: #4526BD;
}
.TagClassName
{
border-color: #4526BD;
}
</style>