Shades of Purple Heart #4503C7
Tints of Purple Heart #4503C7
RGB
CMYK
RGB Variations
Color information
#4503C7 (or 0x4503C7) is known color: Purple Heart. HEX triplet: 45, 03 and C7. RGB value is (69,3,199). Sum of RGB (Red+Green+Blue) = 69+3+199=271 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.46% from 271); Green value is 3 (1.56% from 255 or 1.11% from 271); Blue value is 199 (78.12% from 255 or 73.43% from 271); Max value from RGB is 199 - color contains mainly: blue. Hex color #4503C7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4503C7 is #BAFC38. Grayscale: #2C2C2C. Windows color (decimal): -12254265 or 13042501. OLE color: 13042501.
HSL color Cylindrical-coordinate representation of color #4503C7: hue angle of 260.2º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4503C7 is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 3 | 199 | - |
| CMYK | 0.65 | 0.98 | 0 | 0.22 |
| HSL | 260.2º | 0.97% | 0.4% | - |
| HSV(B) | 260.2º | 0.98% | 0.78% | - |
| XYZ | 12.8 | 5.45 | 54.41 | - |
| YUV | 45.08 | 214.87 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 199 | 0.65 | 0.98 | 0 | 0.22 | 260.2 | 0.97 | 0.4 |
| Hex | 45 | 3 | C7 | 41 | 62 | 0 | 16 | 104 | 61 | 28 |
| Octal | 105 | 3 | 307 | 101 | 142 | 0 | 26 | 404 | 141 | 50 |
| Binary | 1000101 | 11 | 11000111 | 1000001 | 1100010 | 0 | 10110 | 100000100 | 1100001 | 101000 |
Color Harmonies of #4503C7
Complementary color
Monochromatic Colors of #4503C7
Black with #4503C7
Text Example
Text Example
White with #4503C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4503C7; }
p { color: rgb(69,3,199); }
H1.HeaderClassName
{
color: #4503C7;
}
.AnyTagClassName
{
color: #4503C7;
}
</style>
background-color css
<style>
a { background-color: #4503C7; }
a { background-color: rgb(69,3,199); }
div.DivClassName
{
background-color: #4503C7;
}
.BgClassName
{
background-color: #4503C7;
}
</style>
border-color css
<style>
span { border-color: #4503C7; }
span { border-color: rgb(69,3,199); }
td.TdClassName
{
border-color: #4503C7;
}
.TagClassName
{
border-color: #4503C7;
}
</style>