Shades of Purple Heart #451FCD
Tints of Purple Heart #451FCD
RGB
CMYK
RGB Variations
Color information
#451FCD (or 0x451FCD) is known color: Purple Heart. HEX triplet: 45, 1F and CD. RGB value is (69,31,205). Sum of RGB (Red+Green+Blue) = 69+31+205=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #451FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451FCD is #BAE032. Grayscale: #3D3D3D. Windows color (decimal): -12247091 or 13442885. OLE color: 13442885.
HSL color Cylindrical-coordinate representation of color #451FCD: hue angle of 253.1º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451FCD is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 31 | 205 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.20 |
| HSL | 253.1º | 0.74% | 0.46% | - |
| HSV(B) | 253.1º | 0.85% | 0.8% | - |
| XYZ | 13.96 | 6.65 | 58.31 | - |
| YUV | 62.2 | 208.59 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 205 | 0.66 | 0.85 | 0 | 0.20 | 253.1 | 0.74 | 0.46 |
| Hex | 45 | 1F | CD | 42 | 55 | 0 | 14 | FD | 4A | 2E |
| Octal | 105 | 37 | 315 | 102 | 125 | 0 | 24 | 375 | 112 | 56 |
| Binary | 1000101 | 11111 | 11001101 | 1000010 | 1010101 | 0 | 10100 | 11111101 | 1001010 | 101110 |
Color Harmonies of #451FCD
Complementary color
Monochromatic Colors of #451FCD
Black with #451FCD
Text Example
Text Example
White with #451FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451FCD; }
p { color: rgb(69,31,205); }
H1.HeaderClassName
{
color: #451FCD;
}
.AnyTagClassName
{
color: #451FCD;
}
</style>
background-color css
<style>
a { background-color: #451FCD; }
a { background-color: rgb(69,31,205); }
div.DivClassName
{
background-color: #451FCD;
}
.BgClassName
{
background-color: #451FCD;
}
</style>
border-color css
<style>
span { border-color: #451FCD; }
span { border-color: rgb(69,31,205); }
td.TdClassName
{
border-color: #451FCD;
}
.TagClassName
{
border-color: #451FCD;
}
</style>