Shades of Purple Heart #4500C7
Tints of Purple Heart #4500C7
RGB
CMYK
RGB Variations
Color information
#4500C7 (or 0x4500C7) is known color: Purple Heart. HEX triplet: 45, 00 and C7. RGB value is (69,0,199). Sum of RGB (Red+Green+Blue) = 69+0+199=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 199 (78.12% from 255 or 74.25% from 268); Max value from RGB is 199 - color contains mainly: blue. Hex color #4500C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4500C7 is #BAFF38. Grayscale: #2A2A2A. Windows color (decimal): -12255033 or 13041733. OLE color: 13041733.
HSL color Cylindrical-coordinate representation of color #4500C7: hue angle of 260.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4500C7 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 0 | 199 | - |
| CMYK | 0.65 | 1 | 0 | 0.22 |
| HSL | 260.8º | 1% | 0.39% | - |
| HSV(B) | 260.8º | 1% | 0.78% | - |
| XYZ | 12.76 | 5.39 | 54.4 | - |
| YUV | 43.32 | 215.86 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 0 | 199 | 0.65 | 1 | 0 | 0.22 | 260.8 | 1 | 0.39 |
| Hex | 45 | 0 | C7 | 41 | 64 | 0 | 16 | 105 | 64 | 27 |
| Octal | 105 | 0 | 307 | 101 | 144 | 0 | 26 | 405 | 144 | 47 |
| Binary | 1000101 | 0 | 11000111 | 1000001 | 1100100 | 0 | 10110 | 100000101 | 1100100 | 100111 |
Color Harmonies of #4500C7
Complementary color
Monochromatic Colors of #4500C7
Black with #4500C7
Text Example
Text Example
White with #4500C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4500C7; }
p { color: rgb(69,0,199); }
H1.HeaderClassName
{
color: #4500C7;
}
.AnyTagClassName
{
color: #4500C7;
}
</style>
background-color css
<style>
a { background-color: #4500C7; }
a { background-color: rgb(69,0,199); }
div.DivClassName
{
background-color: #4500C7;
}
.BgClassName
{
background-color: #4500C7;
}
</style>
border-color css
<style>
span { border-color: #4500C7; }
span { border-color: rgb(69,0,199); }
td.TdClassName
{
border-color: #4500C7;
}
.TagClassName
{
border-color: #4500C7;
}
</style>