Shades of Purple Heart #4520CC
Tints of Purple Heart #4520CC
RGB
CMYK
RGB Variations
Color information
#4520CC (or 0x4520CC) is known color: Purple Heart. HEX triplet: 45, 20 and CC. RGB value is (69,32,204). Sum of RGB (Red+Green+Blue) = 69+32+204=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #4520CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4520CC is #BADF33. Grayscale: #3E3E3E. Windows color (decimal): -12246836 or 13377605. OLE color: 13377605.
HSL color Cylindrical-coordinate representation of color #4520CC: hue angle of 252.91º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4520CC is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 32 | 204 | - |
| CMYK | 0.66 | 0.84 | 0 | 0.2 |
| HSL | 252.91º | 0.73% | 0.46% | - |
| HSV(B) | 252.91º | 0.84% | 0.8% | - |
| XYZ | 13.87 | 6.66 | 57.68 | - |
| YUV | 62.67 | 207.76 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 32 | 204 | 0.66 | 0.84 | 0 | 0.2 | 252.91 | 0.73 | 0.46 |
| Hex | 45 | 20 | CC | 42 | 54 | 0 | 14 | FD | 49 | 2E |
| Octal | 105 | 40 | 314 | 102 | 124 | 0 | 24 | 375 | 111 | 56 |
| Binary | 1000101 | 100000 | 11001100 | 1000010 | 1010100 | 0 | 10100 | 11111101 | 1001001 | 101110 |
Color Harmonies of #4520CC
Complementary color
Monochromatic Colors of #4520CC
Black with #4520CC
Text Example
Text Example
White with #4520CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4520CC; }
p { color: rgb(69,32,204); }
H1.HeaderClassName
{
color: #4520CC;
}
.AnyTagClassName
{
color: #4520CC;
}
</style>
background-color css
<style>
a { background-color: #4520CC; }
a { background-color: rgb(69,32,204); }
div.DivClassName
{
background-color: #4520CC;
}
.BgClassName
{
background-color: #4520CC;
}
</style>
border-color css
<style>
span { border-color: #4520CC; }
span { border-color: rgb(69,32,204); }
td.TdClassName
{
border-color: #4520CC;
}
.TagClassName
{
border-color: #4520CC;
}
</style>