Shades of Purple Heart #451FB4
Tints of Purple Heart #451FB4
RGB
CMYK
RGB Variations
Color information
#451FB4 (or 0x451FB4) is known color: Purple Heart. HEX triplet: 45, 1F and B4. RGB value is (69,31,180). Sum of RGB (Red+Green+Blue) = 69+31+180=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 180 (70.70% from 255 or 64.29% from 280); Max value from RGB is 180 - color contains mainly: blue. Hex color #451FB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451FB4 is #BAE04B. Grayscale: #3A3A3A. Windows color (decimal): -12247116 or 11804485. OLE color: 11804485.
HSL color Cylindrical-coordinate representation of color #451FB4: hue angle of 255.3º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #451FB4 is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 31 | 180 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.29 |
| HSL | 255.3º | 0.71% | 0.41% | - |
| HSV(B) | 255.3º | 0.83% | 0.71% | - |
| XYZ | 11.18 | 5.54 | 43.66 | - |
| YUV | 59.35 | 196.09 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 180 | 0.62 | 0.83 | 0 | 0.29 | 255.3 | 0.71 | 0.41 |
| Hex | 45 | 1F | B4 | 3E | 53 | 0 | 1D | FF | 47 | 29 |
| Octal | 105 | 37 | 264 | 76 | 123 | 0 | 35 | 377 | 107 | 51 |
| Binary | 1000101 | 11111 | 10110100 | 111110 | 1010011 | 0 | 11101 | 11111111 | 1000111 | 101001 |
Color Harmonies of #451FB4
Complementary color
Monochromatic Colors of #451FB4
Black with #451FB4
Text Example
Text Example
White with #451FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451FB4; }
p { color: rgb(69,31,180); }
H1.HeaderClassName
{
color: #451FB4;
}
.AnyTagClassName
{
color: #451FB4;
}
</style>
background-color css
<style>
a { background-color: #451FB4; }
a { background-color: rgb(69,31,180); }
div.DivClassName
{
background-color: #451FB4;
}
.BgClassName
{
background-color: #451FB4;
}
</style>
border-color css
<style>
span { border-color: #451FB4; }
span { border-color: rgb(69,31,180); }
td.TdClassName
{
border-color: #451FB4;
}
.TagClassName
{
border-color: #451FB4;
}
</style>