Shades of Purple Heart #4532C7
Tints of Purple Heart #4532C7
RGB
CMYK
RGB Variations
Color information
#4532C7 (or 0x4532C7) is known color: Purple Heart. HEX triplet: 45, 32 and C7. RGB value is (69,50,199). Sum of RGB (Red+Green+Blue) = 69+50+199=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 50 (19.92% from 255 or 15.72% from 318); Blue value is 199 (78.12% from 255 or 62.58% from 318); Max value from RGB is 199 - color contains mainly: blue. Hex color #4532C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4532C7 is #BACD38. Grayscale: #484848. Windows color (decimal): -12242233 or 13054533. OLE color: 13054533.
HSL color Cylindrical-coordinate representation of color #4532C7: hue angle of 247.65º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4532C7 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 50 | 199 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.22 |
| HSL | 247.65º | 0.6% | 0.49% | - |
| HSV(B) | 247.65º | 0.75% | 0.78% | - |
| XYZ | 13.9 | 7.67 | 54.78 | - |
| YUV | 72.67 | 199.29 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 50 | 199 | 0.65 | 0.75 | 0 | 0.22 | 247.65 | 0.6 | 0.49 |
| Hex | 45 | 32 | C7 | 41 | 4B | 0 | 16 | F8 | 3C | 31 |
| Octal | 105 | 62 | 307 | 101 | 113 | 0 | 26 | 370 | 74 | 61 |
| Binary | 1000101 | 110010 | 11000111 | 1000001 | 1001011 | 0 | 10110 | 11111000 | 111100 | 110001 |
Color Harmonies of #4532C7
Complementary color
Monochromatic Colors of #4532C7
Black with #4532C7
Text Example
Text Example
White with #4532C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4532C7; }
p { color: rgb(69,50,199); }
H1.HeaderClassName
{
color: #4532C7;
}
.AnyTagClassName
{
color: #4532C7;
}
</style>
background-color css
<style>
a { background-color: #4532C7; }
a { background-color: rgb(69,50,199); }
div.DivClassName
{
background-color: #4532C7;
}
.BgClassName
{
background-color: #4532C7;
}
</style>
border-color css
<style>
span { border-color: #4532C7; }
span { border-color: rgb(69,50,199); }
td.TdClassName
{
border-color: #4532C7;
}
.TagClassName
{
border-color: #4532C7;
}
</style>