Shades of Purple Heart #4534CF
Tints of Purple Heart #4534CF
RGB
CMYK
RGB Variations
Color information
#4534CF (or 0x4534CF) is known color: Purple Heart. HEX triplet: 45, 34 and CF. RGB value is (69,52,207). Sum of RGB (Red+Green+Blue) = 69+52+207=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #4534CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4534CF is #BACB30. Grayscale: #4A4A4A. Windows color (decimal): -12241713 or 13579333. OLE color: 13579333.
HSL color Cylindrical-coordinate representation of color #4534CF: hue angle of 246.58º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4534CF is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 52 | 207 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.19 |
| HSL | 246.58º | 0.62% | 0.51% | - |
| HSV(B) | 246.58º | 0.75% | 0.81% | - |
| XYZ | 14.94 | 8.23 | 59.83 | - |
| YUV | 74.75 | 202.63 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 52 | 207 | 0.67 | 0.75 | 0 | 0.19 | 246.58 | 0.62 | 0.51 |
| Hex | 45 | 34 | CF | 43 | 4B | 0 | 13 | F7 | 3E | 33 |
| Octal | 105 | 64 | 317 | 103 | 113 | 0 | 23 | 367 | 76 | 63 |
| Binary | 1000101 | 110100 | 11001111 | 1000011 | 1001011 | 0 | 10011 | 11110111 | 111110 | 110011 |
Color Harmonies of #4534CF
Complementary color
Monochromatic Colors of #4534CF
Black with #4534CF
Text Example
Text Example
White with #4534CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4534CF; }
p { color: rgb(69,52,207); }
H1.HeaderClassName
{
color: #4534CF;
}
.AnyTagClassName
{
color: #4534CF;
}
</style>
background-color css
<style>
a { background-color: #4534CF; }
a { background-color: rgb(69,52,207); }
div.DivClassName
{
background-color: #4534CF;
}
.BgClassName
{
background-color: #4534CF;
}
</style>
border-color css
<style>
span { border-color: #4534CF; }
span { border-color: rgb(69,52,207); }
td.TdClassName
{
border-color: #4534CF;
}
.TagClassName
{
border-color: #4534CF;
}
</style>