Shades of Purple Heart #4534C0
Tints of Purple Heart #4534C0
RGB
CMYK
RGB Variations
Color information
#4534C0 (or 0x4534C0) is known color: Purple Heart. HEX triplet: 45, 34 and C0. RGB value is (69,52,192). Sum of RGB (Red+Green+Blue) = 69+52+192=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 192 (75.39% from 255 or 61.34% from 313); Max value from RGB is 192 - color contains mainly: blue. Hex color #4534C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4534C0 is #BACB3F. Grayscale: #484848. Windows color (decimal): -12241728 or 12596293. OLE color: 12596293.
HSL color Cylindrical-coordinate representation of color #4534C0: hue angle of 247.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4534C0 is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 52 | 192 | - |
| CMYK | 0.64 | 0.73 | 0 | 0.25 |
| HSL | 247.29º | 0.57% | 0.48% | - |
| HSV(B) | 247.29º | 0.73% | 0.75% | - |
| XYZ | 13.2 | 7.53 | 50.63 | - |
| YUV | 73.04 | 195.13 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 192 | 0.64 | 0.73 | 0 | 0.25 | 247.29 | 0.57 | 0.48 |
| Hex | 45 | 34 | C0 | 40 | 49 | 0 | 19 | F7 | 39 | 30 |
| Octal | 105 | 64 | 300 | 100 | 111 | 0 | 31 | 367 | 71 | 60 |
| Binary | 1000101 | 110100 | 11000000 | 1000000 | 1001001 | 0 | 11001 | 11110111 | 111001 | 110000 |
Color Harmonies of #4534C0
Complementary color
Monochromatic Colors of #4534C0
Black with #4534C0
Text Example
Text Example
White with #4534C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4534C0; }
p { color: rgb(69,52,192); }
H1.HeaderClassName
{
color: #4534C0;
}
.AnyTagClassName
{
color: #4534C0;
}
</style>
background-color css
<style>
a { background-color: #4534C0; }
a { background-color: rgb(69,52,192); }
div.DivClassName
{
background-color: #4534C0;
}
.BgClassName
{
background-color: #4534C0;
}
</style>
border-color css
<style>
span { border-color: #4534C0; }
span { border-color: rgb(69,52,192); }
td.TdClassName
{
border-color: #4534C0;
}
.TagClassName
{
border-color: #4534C0;
}
</style>