Shades of Purple Heart #4512B1
Tints of Purple Heart #4512B1
RGB
CMYK
RGB Variations
Color information
#4512B1 (or 0x4512B1) is known color: Purple Heart. HEX triplet: 45, 12 and B1. RGB value is (69,18,177). Sum of RGB (Red+Green+Blue) = 69+18+177=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 177 (69.53% from 255 or 67.05% from 264); Max value from RGB is 177 - color contains mainly: blue. Hex color #4512B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4512B1 is #BAED4E. Grayscale: #323232. Windows color (decimal): -12250447 or 11604549. OLE color: 11604549.
HSL color Cylindrical-coordinate representation of color #4512B1: hue angle of 259.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4512B1 is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 18 | 177 | - |
| CMYK | 0.61 | 0.90 | 0 | 0.31 |
| HSL | 259.25º | 0.82% | 0.38% | - |
| HSV(B) | 259.25º | 0.9% | 0.69% | - |
| XYZ | 10.61 | 4.87 | 41.98 | - |
| YUV | 51.38 | 198.9 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 18 | 177 | 0.61 | 0.90 | 0 | 0.31 | 259.25 | 0.82 | 0.38 |
| Hex | 45 | 12 | B1 | 3D | 5A | 0 | 1F | 103 | 52 | 26 |
| Octal | 105 | 22 | 261 | 75 | 132 | 0 | 37 | 403 | 122 | 46 |
| Binary | 1000101 | 10010 | 10110001 | 111101 | 1011010 | 0 | 11111 | 100000011 | 1010010 | 100110 |
Color Harmonies of #4512B1
Complementary color
Monochromatic Colors of #4512B1
Black with #4512B1
Text Example
Text Example
White with #4512B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4512B1; }
p { color: rgb(69,18,177); }
H1.HeaderClassName
{
color: #4512B1;
}
.AnyTagClassName
{
color: #4512B1;
}
</style>
background-color css
<style>
a { background-color: #4512B1; }
a { background-color: rgb(69,18,177); }
div.DivClassName
{
background-color: #4512B1;
}
.BgClassName
{
background-color: #4512B1;
}
</style>
border-color css
<style>
span { border-color: #4512B1; }
span { border-color: rgb(69,18,177); }
td.TdClassName
{
border-color: #4512B1;
}
.TagClassName
{
border-color: #4512B1;
}
</style>