Shades of Purple Heart #4525BC
Tints of Purple Heart #4525BC
RGB
CMYK
RGB Variations
Color information
#4525BC (or 0x4525BC) is known color: Purple Heart. HEX triplet: 45, 25 and BC. RGB value is (69,37,188). Sum of RGB (Red+Green+Blue) = 69+37+188=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #4525BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4525BC is #BADA43. Grayscale: #3F3F3F. Windows color (decimal): -12245572 or 12330309. OLE color: 12330309.
HSL color Cylindrical-coordinate representation of color #4525BC: hue angle of 252.72º 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 #4525BC is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 37 | 188 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.26 |
| HSL | 252.72º | 0.67% | 0.44% | - |
| HSV(B) | 252.72º | 0.8% | 0.74% | - |
| XYZ | 12.19 | 6.22 | 48.13 | - |
| YUV | 63.78 | 198.1 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 188 | 0.63 | 0.80 | 0 | 0.26 | 252.72 | 0.67 | 0.44 |
| Hex | 45 | 25 | BC | 3F | 50 | 0 | 1A | FD | 43 | 2C |
| Octal | 105 | 45 | 274 | 77 | 120 | 0 | 32 | 375 | 103 | 54 |
| Binary | 1000101 | 100101 | 10111100 | 111111 | 1010000 | 0 | 11010 | 11111101 | 1000011 | 101100 |
Color Harmonies of #4525BC
Complementary color
Monochromatic Colors of #4525BC
Black with #4525BC
Text Example
Text Example
White with #4525BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4525BC; }
p { color: rgb(69,37,188); }
H1.HeaderClassName
{
color: #4525BC;
}
.AnyTagClassName
{
color: #4525BC;
}
</style>
background-color css
<style>
a { background-color: #4525BC; }
a { background-color: rgb(69,37,188); }
div.DivClassName
{
background-color: #4525BC;
}
.BgClassName
{
background-color: #4525BC;
}
</style>
border-color css
<style>
span { border-color: #4525BC; }
span { border-color: rgb(69,37,188); }
td.TdClassName
{
border-color: #4525BC;
}
.TagClassName
{
border-color: #4525BC;
}
</style>