Shades of Purple Heart #451DC7
Tints of Purple Heart #451DC7
RGB
CMYK
RGB Variations
Color information
#451DC7 (or 0x451DC7) is known color: Purple Heart. HEX triplet: 45, 1D and C7. RGB value is (69,29,199). Sum of RGB (Red+Green+Blue) = 69+29+199=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 199 (78.12% from 255 or 67.00% from 297); Max value from RGB is 199 - color contains mainly: blue. Hex color #451DC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451DC7 is #BAE238. Grayscale: #3B3B3B. Windows color (decimal): -12247609 or 13049157. OLE color: 13049157.
HSL color Cylindrical-coordinate representation of color #451DC7: hue angle of 254.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451DC7 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 29 | 199 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.22 |
| HSL | 254.12º | 0.75% | 0.45% | - |
| HSV(B) | 254.12º | 0.85% | 0.78% | - |
| XYZ | 13.2 | 6.27 | 54.55 | - |
| YUV | 60.34 | 206.25 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 29 | 199 | 0.65 | 0.85 | 0 | 0.22 | 254.12 | 0.75 | 0.45 |
| Hex | 45 | 1D | C7 | 41 | 55 | 0 | 16 | FE | 4B | 2D |
| Octal | 105 | 35 | 307 | 101 | 125 | 0 | 26 | 376 | 113 | 55 |
| Binary | 1000101 | 11101 | 11000111 | 1000001 | 1010101 | 0 | 10110 | 11111110 | 1001011 | 101101 |
Color Harmonies of #451DC7
Complementary color
Monochromatic Colors of #451DC7
Black with #451DC7
Text Example
Text Example
White with #451DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451DC7; }
p { color: rgb(69,29,199); }
H1.HeaderClassName
{
color: #451DC7;
}
.AnyTagClassName
{
color: #451DC7;
}
</style>
background-color css
<style>
a { background-color: #451DC7; }
a { background-color: rgb(69,29,199); }
div.DivClassName
{
background-color: #451DC7;
}
.BgClassName
{
background-color: #451DC7;
}
</style>
border-color css
<style>
span { border-color: #451DC7; }
span { border-color: rgb(69,29,199); }
td.TdClassName
{
border-color: #451DC7;
}
.TagClassName
{
border-color: #451DC7;
}
</style>