Shades of Purple Heart #4521CF
Tints of Purple Heart #4521CF
RGB
CMYK
RGB Variations
Color information
#4521CF (or 0x4521CF) is known color: Purple Heart. HEX triplet: 45, 21 and CF. RGB value is (69,33,207). Sum of RGB (Red+Green+Blue) = 69+33+207=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 33 (13.28% from 255 or 10.68% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #4521CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4521CF is #BADE30. Grayscale: #3E3E3E. Windows color (decimal): -12246577 or 13574469. OLE color: 13574469.
HSL color Cylindrical-coordinate representation of color #4521CF: hue angle of 252.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4521CF is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 33 | 207 | - |
| CMYK | 0.67 | 0.84 | 0 | 0.19 |
| HSL | 252.41º | 0.73% | 0.47% | - |
| HSV(B) | 252.41º | 0.84% | 0.81% | - |
| XYZ | 14.26 | 6.86 | 59.6 | - |
| YUV | 63.6 | 208.93 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 33 | 207 | 0.67 | 0.84 | 0 | 0.19 | 252.41 | 0.73 | 0.47 |
| Hex | 45 | 21 | CF | 43 | 54 | 0 | 13 | FC | 48 | 2F |
| Octal | 105 | 41 | 317 | 103 | 124 | 0 | 23 | 374 | 110 | 57 |
| Binary | 1000101 | 100001 | 11001111 | 1000011 | 1010100 | 0 | 10011 | 11111100 | 1001000 | 101111 |
Color Harmonies of #4521CF
Complementary color
Monochromatic Colors of #4521CF
Black with #4521CF
Text Example
Text Example
White with #4521CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4521CF; }
p { color: rgb(69,33,207); }
H1.HeaderClassName
{
color: #4521CF;
}
.AnyTagClassName
{
color: #4521CF;
}
</style>
background-color css
<style>
a { background-color: #4521CF; }
a { background-color: rgb(69,33,207); }
div.DivClassName
{
background-color: #4521CF;
}
.BgClassName
{
background-color: #4521CF;
}
</style>
border-color css
<style>
span { border-color: #4521CF; }
span { border-color: rgb(69,33,207); }
td.TdClassName
{
border-color: #4521CF;
}
.TagClassName
{
border-color: #4521CF;
}
</style>