Shades of Purple Heart #4821CF
Tints of Purple Heart #4821CF
RGB
CMYK
RGB Variations
Color information
#4821CF (or 0x4821CF) is known color: Purple Heart. HEX triplet: 48, 21 and CF. RGB value is (72,33,207). Sum of RGB (Red+Green+Blue) = 72+33+207=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #4821CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4821CF is #B7DE30. Grayscale: #3F3F3F. Windows color (decimal): -12049969 or 13574472. OLE color: 13574472.
HSL color Cylindrical-coordinate representation of color #4821CF: hue angle of 253.45º 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 #4821CF is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 33 | 207 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.19 |
| HSL | 253.45º | 0.73% | 0.47% | - |
| HSV(B) | 253.45º | 0.84% | 0.81% | - |
| XYZ | 14.48 | 6.97 | 59.61 | - |
| YUV | 64.5 | 208.42 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 207 | 0.65 | 0.84 | 0 | 0.19 | 253.45 | 0.73 | 0.47 |
| Hex | 48 | 21 | CF | 41 | 54 | 0 | 13 | FD | 48 | 2F |
| Octal | 110 | 41 | 317 | 101 | 124 | 0 | 23 | 375 | 110 | 57 |
| Binary | 1001000 | 100001 | 11001111 | 1000001 | 1010100 | 0 | 10011 | 11111101 | 1001000 | 101111 |
Color Harmonies of #4821CF
Complementary color
Monochromatic Colors of #4821CF
Black with #4821CF
Text Example
Text Example
White with #4821CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4821CF; }
p { color: rgb(72,33,207); }
H1.HeaderClassName
{
color: #4821CF;
}
.AnyTagClassName
{
color: #4821CF;
}
</style>
background-color css
<style>
a { background-color: #4821CF; }
a { background-color: rgb(72,33,207); }
div.DivClassName
{
background-color: #4821CF;
}
.BgClassName
{
background-color: #4821CF;
}
</style>
border-color css
<style>
span { border-color: #4821CF; }
span { border-color: rgb(72,33,207); }
td.TdClassName
{
border-color: #4821CF;
}
.TagClassName
{
border-color: #4821CF;
}
</style>