Shades of Purple Heart #451FAC
Tints of Purple Heart #451FAC
RGB
CMYK
RGB Variations
Color information
#451FAC (or 0x451FAC) is known color: Purple Heart. HEX triplet: 45, 1F and AC. RGB value is (69,31,172). Sum of RGB (Red+Green+Blue) = 69+31+172=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 172 (67.58% from 255 or 63.24% from 272); Max value from RGB is 172 - color contains mainly: blue. Hex color #451FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451FAC is #BAE053. Grayscale: #393939. Windows color (decimal): -12247124 or 11280197. OLE color: 11280197.
HSL color Cylindrical-coordinate representation of color #451FAC: hue angle of 256.17º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #451FAC is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 69 | 31 | 172 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.33 |
| HSL | 256.17º | 0.69% | 0.4% | - |
| HSV(B) | 256.17º | 0.82% | 0.67% | - |
| XYZ | 10.39 | 5.22 | 39.49 | - |
| YUV | 58.44 | 192.09 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 31 | 172 | 0.60 | 0.82 | 0 | 0.33 | 256.17 | 0.69 | 0.4 |
| Hex | 45 | 1F | AC | 3C | 52 | 0 | 21 | 100 | 45 | 28 |
| Octal | 105 | 37 | 254 | 74 | 122 | 0 | 41 | 400 | 105 | 50 |
| Binary | 1000101 | 11111 | 10101100 | 111100 | 1010010 | 0 | 100001 | 100000000 | 1000101 | 101000 |
Color Harmonies of #451FAC
Complementary color
Monochromatic Colors of #451FAC
Black with #451FAC
Text Example
Text Example
White with #451FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451FAC; }
p { color: rgb(69,31,172); }
H1.HeaderClassName
{
color: #451FAC;
}
.AnyTagClassName
{
color: #451FAC;
}
</style>
background-color css
<style>
a { background-color: #451FAC; }
a { background-color: rgb(69,31,172); }
div.DivClassName
{
background-color: #451FAC;
}
.BgClassName
{
background-color: #451FAC;
}
</style>
border-color css
<style>
span { border-color: #451FAC; }
span { border-color: rgb(69,31,172); }
td.TdClassName
{
border-color: #451FAC;
}
.TagClassName
{
border-color: #451FAC;
}
</style>