Shades of Purple Heart #4829CB
Tints of Purple Heart #4829CB
RGB
CMYK
RGB Variations
Color information
#4829CB (or 0x4829CB) is known color: Purple Heart. HEX triplet: 48, 29 and CB. RGB value is (72,41,203). Sum of RGB (Red+Green+Blue) = 72+41+203=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #4829CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4829CB is #B7D634. Grayscale: #444444. Windows color (decimal): -12047925 or 13314376. OLE color: 13314376.
HSL color Cylindrical-coordinate representation of color #4829CB: hue angle of 251.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4829CB is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 41 | 203 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.20 |
| HSL | 251.48º | 0.66% | 0.48% | - |
| HSV(B) | 251.48º | 0.8% | 0.8% | - |
| XYZ | 14.24 | 7.28 | 57.15 | - |
| YUV | 68.74 | 203.77 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 41 | 203 | 0.65 | 0.80 | 0 | 0.20 | 251.48 | 0.66 | 0.48 |
| Hex | 48 | 29 | CB | 41 | 50 | 0 | 14 | FB | 42 | 30 |
| Octal | 110 | 51 | 313 | 101 | 120 | 0 | 24 | 373 | 102 | 60 |
| Binary | 1001000 | 101001 | 11001011 | 1000001 | 1010000 | 0 | 10100 | 11111011 | 1000010 | 110000 |
Color Harmonies of #4829CB
Complementary color
Monochromatic Colors of #4829CB
Black with #4829CB
Text Example
Text Example
White with #4829CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4829CB; }
p { color: rgb(72,41,203); }
H1.HeaderClassName
{
color: #4829CB;
}
.AnyTagClassName
{
color: #4829CB;
}
</style>
background-color css
<style>
a { background-color: #4829CB; }
a { background-color: rgb(72,41,203); }
div.DivClassName
{
background-color: #4829CB;
}
.BgClassName
{
background-color: #4829CB;
}
</style>
border-color css
<style>
span { border-color: #4829CB; }
span { border-color: rgb(72,41,203); }
td.TdClassName
{
border-color: #4829CB;
}
.TagClassName
{
border-color: #4829CB;
}
</style>