Shades of Purple Heart #451DAB
Tints of Purple Heart #451DAB
RGB
CMYK
RGB Variations
Color information
#451DAB (or 0x451DAB) is known color: Purple Heart. HEX triplet: 45, 1D and AB. RGB value is (69,29,171). Sum of RGB (Red+Green+Blue) = 69+29+171=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 29 (11.72% from 255 or 10.78% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #451DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451DAB is #BAE254. Grayscale: #383838. Windows color (decimal): -12247637 or 11214149. OLE color: 11214149.
HSL color Cylindrical-coordinate representation of color #451DAB: hue angle of 256.9º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451DAB is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 29 | 171 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.33 |
| HSL | 256.9º | 0.71% | 0.39% | - |
| HSV(B) | 256.9º | 0.83% | 0.67% | - |
| XYZ | 10.24 | 5.08 | 38.97 | - |
| YUV | 57.15 | 192.25 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 171 | 0.60 | 0.83 | 0 | 0.33 | 256.9 | 0.71 | 0.39 |
| Hex | 45 | 1D | AB | 3C | 53 | 0 | 21 | 101 | 47 | 27 |
| Octal | 105 | 35 | 253 | 74 | 123 | 0 | 41 | 401 | 107 | 47 |
| Binary | 1000101 | 11101 | 10101011 | 111100 | 1010011 | 0 | 100001 | 100000001 | 1000111 | 100111 |
Color Harmonies of #451DAB
Complementary color
Monochromatic Colors of #451DAB
Black with #451DAB
Text Example
Text Example
White with #451DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451DAB; }
p { color: rgb(69,29,171); }
H1.HeaderClassName
{
color: #451DAB;
}
.AnyTagClassName
{
color: #451DAB;
}
</style>
background-color css
<style>
a { background-color: #451DAB; }
a { background-color: rgb(69,29,171); }
div.DivClassName
{
background-color: #451DAB;
}
.BgClassName
{
background-color: #451DAB;
}
</style>
border-color css
<style>
span { border-color: #451DAB; }
span { border-color: rgb(69,29,171); }
td.TdClassName
{
border-color: #451DAB;
}
.TagClassName
{
border-color: #451DAB;
}
</style>