Shades of Purple Heart #451FCC
Tints of Purple Heart #451FCC
RGB
CMYK
RGB Variations
Color information
#451FCC (or 0x451FCC) is known color: Purple Heart. HEX triplet: 45, 1F and CC. RGB value is (69,31,204). Sum of RGB (Red+Green+Blue) = 69+31+204=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #451FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451FCC is #BAE033. Grayscale: #3D3D3D. Windows color (decimal): -12247092 or 13377349. OLE color: 13377349.
HSL color Cylindrical-coordinate representation of color #451FCC: hue angle of 253.18º 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 #451FCC is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 31 | 204 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.2 |
| HSL | 253.18º | 0.74% | 0.46% | - |
| HSV(B) | 253.18º | 0.85% | 0.8% | - |
| XYZ | 13.84 | 6.6 | 57.67 | - |
| YUV | 62.08 | 208.09 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 204 | 0.66 | 0.85 | 0 | 0.2 | 253.18 | 0.74 | 0.46 |
| Hex | 45 | 1F | CC | 42 | 55 | 0 | 14 | FD | 4A | 2E |
| Octal | 105 | 37 | 314 | 102 | 125 | 0 | 24 | 375 | 112 | 56 |
| Binary | 1000101 | 11111 | 11001100 | 1000010 | 1010101 | 0 | 10100 | 11111101 | 1001010 | 101110 |
Color Harmonies of #451FCC
Complementary color
Monochromatic Colors of #451FCC
Black with #451FCC
Text Example
Text Example
White with #451FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451FCC; }
p { color: rgb(69,31,204); }
H1.HeaderClassName
{
color: #451FCC;
}
.AnyTagClassName
{
color: #451FCC;
}
</style>
background-color css
<style>
a { background-color: #451FCC; }
a { background-color: rgb(69,31,204); }
div.DivClassName
{
background-color: #451FCC;
}
.BgClassName
{
background-color: #451FCC;
}
</style>
border-color css
<style>
span { border-color: #451FCC; }
span { border-color: rgb(69,31,204); }
td.TdClassName
{
border-color: #451FCC;
}
.TagClassName
{
border-color: #451FCC;
}
</style>