Shades of Purple Heart #451CB7
Tints of Purple Heart #451CB7
RGB
CMYK
RGB Variations
Color information
#451CB7 (or 0x451CB7) is known color: Purple Heart. HEX triplet: 45, 1C and B7. RGB value is (69,28,183). Sum of RGB (Red+Green+Blue) = 69+28+183=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 183 (71.88% from 255 or 65.36% from 280); Max value from RGB is 183 - color contains mainly: blue. Hex color #451CB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #451CB7 is #BAE348. Grayscale: #393939. Windows color (decimal): -12247881 or 12000325. OLE color: 12000325.
HSL color Cylindrical-coordinate representation of color #451CB7: hue angle of 255.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #451CB7 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 69 | 28 | 183 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.28 |
| HSL | 255.87º | 0.73% | 0.41% | - |
| HSV(B) | 255.87º | 0.85% | 0.72% | - |
| XYZ | 11.42 | 5.51 | 45.26 | - |
| YUV | 57.93 | 198.58 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 28 | 183 | 0.62 | 0.85 | 0 | 0.28 | 255.87 | 0.73 | 0.41 |
| Hex | 45 | 1C | B7 | 3E | 55 | 0 | 1C | 100 | 49 | 29 |
| Octal | 105 | 34 | 267 | 76 | 125 | 0 | 34 | 400 | 111 | 51 |
| Binary | 1000101 | 11100 | 10110111 | 111110 | 1010101 | 0 | 11100 | 100000000 | 1001001 | 101001 |
Color Harmonies of #451CB7
Complementary color
Monochromatic Colors of #451CB7
Black with #451CB7
Text Example
Text Example
White with #451CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #451CB7; }
p { color: rgb(69,28,183); }
H1.HeaderClassName
{
color: #451CB7;
}
.AnyTagClassName
{
color: #451CB7;
}
</style>
background-color css
<style>
a { background-color: #451CB7; }
a { background-color: rgb(69,28,183); }
div.DivClassName
{
background-color: #451CB7;
}
.BgClassName
{
background-color: #451CB7;
}
</style>
border-color css
<style>
span { border-color: #451CB7; }
span { border-color: rgb(69,28,183); }
td.TdClassName
{
border-color: #451CB7;
}
.TagClassName
{
border-color: #451CB7;
}
</style>