Shades of Purple Heart #451DB5
Tints of Purple Heart #451DB5
RGB
CMYK
RGB Variations
Color information
#451DB5 (or 0x451DB5) is known color: Purple Heart. HEX triplet: 45, 1D and B5. RGB value is (69,29,181). Sum of RGB (Red+Green+Blue) = 69+29+181=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 181 (71.09% from 255 or 64.87% from 279); Max value from RGB is 181 - color contains mainly: blue. Hex color #451DB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451DB5 is #BAE24A. Grayscale: #393939. Windows color (decimal): -12247627 or 11869509. OLE color: 11869509.
HSL color Cylindrical-coordinate representation of color #451DB5: hue angle of 255.79º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #451DB5 is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 29 | 181 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.29 |
| HSL | 255.79º | 0.72% | 0.41% | - |
| HSV(B) | 255.79º | 0.84% | 0.71% | - |
| XYZ | 11.23 | 5.48 | 44.18 | - |
| YUV | 58.29 | 197.25 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 181 | 0.62 | 0.84 | 0 | 0.29 | 255.79 | 0.72 | 0.41 |
| Hex | 45 | 1D | B5 | 3E | 54 | 0 | 1D | 100 | 48 | 29 |
| Octal | 105 | 35 | 265 | 76 | 124 | 0 | 35 | 400 | 110 | 51 |
| Binary | 1000101 | 11101 | 10110101 | 111110 | 1010100 | 0 | 11101 | 100000000 | 1001000 | 101001 |
Color Harmonies of #451DB5
Complementary color
Monochromatic Colors of #451DB5
Black with #451DB5
Text Example
Text Example
White with #451DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451DB5; }
p { color: rgb(69,29,181); }
H1.HeaderClassName
{
color: #451DB5;
}
.AnyTagClassName
{
color: #451DB5;
}
</style>
background-color css
<style>
a { background-color: #451DB5; }
a { background-color: rgb(69,29,181); }
div.DivClassName
{
background-color: #451DB5;
}
.BgClassName
{
background-color: #451DB5;
}
</style>
border-color css
<style>
span { border-color: #451DB5; }
span { border-color: rgb(69,29,181); }
td.TdClassName
{
border-color: #451DB5;
}
.TagClassName
{
border-color: #451DB5;
}
</style>