Shades of Purple Heart #4526BA
Tints of Purple Heart #4526BA
RGB
CMYK
RGB Variations
Color information
#4526BA (or 0x4526BA) is known color: Purple Heart. HEX triplet: 45, 26 and BA. RGB value is (69,38,186). Sum of RGB (Red+Green+Blue) = 69+38+186=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #4526BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4526BA is #BAD945. Grayscale: #3F3F3F. Windows color (decimal): -12245318 or 12199493. OLE color: 12199493.
HSL color Cylindrical-coordinate representation of color #4526BA: hue angle of 252.57º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4526BA is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 38 | 186 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.27 |
| HSL | 252.57º | 0.66% | 0.44% | - |
| HSV(B) | 252.57º | 0.8% | 0.73% | - |
| XYZ | 12.01 | 6.2 | 47.02 | - |
| YUV | 64.14 | 196.77 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 38 | 186 | 0.63 | 0.80 | 0 | 0.27 | 252.57 | 0.66 | 0.44 |
| Hex | 45 | 26 | BA | 3F | 50 | 0 | 1B | FD | 42 | 2C |
| Octal | 105 | 46 | 272 | 77 | 120 | 0 | 33 | 375 | 102 | 54 |
| Binary | 1000101 | 100110 | 10111010 | 111111 | 1010000 | 0 | 11011 | 11111101 | 1000010 | 101100 |
Color Harmonies of #4526BA
Complementary color
Monochromatic Colors of #4526BA
Black with #4526BA
Text Example
Text Example
White with #4526BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4526BA; }
p { color: rgb(69,38,186); }
H1.HeaderClassName
{
color: #4526BA;
}
.AnyTagClassName
{
color: #4526BA;
}
</style>
background-color css
<style>
a { background-color: #4526BA; }
a { background-color: rgb(69,38,186); }
div.DivClassName
{
background-color: #4526BA;
}
.BgClassName
{
background-color: #4526BA;
}
</style>
border-color css
<style>
span { border-color: #4526BA; }
span { border-color: rgb(69,38,186); }
td.TdClassName
{
border-color: #4526BA;
}
.TagClassName
{
border-color: #4526BA;
}
</style>