Shades of Purple Heart #4828CC
Tints of Purple Heart #4828CC
RGB
CMYK
RGB Variations
Color information
#4828CC (or 0x4828CC) is known color: Purple Heart. HEX triplet: 48, 28 and CC. RGB value is (72,40,204). Sum of RGB (Red+Green+Blue) = 72+40+204=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #4828CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4828CC is #B7D733. Grayscale: #434343. Windows color (decimal): -12048180 or 13379656. OLE color: 13379656.
HSL color Cylindrical-coordinate representation of color #4828CC: hue angle of 251.71º degrees, saturation: 0.67, 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 #4828CC is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 40 | 204 | - |
| CMYK | 0.65 | 0.80 | 0 | 0.2 |
| HSL | 251.71º | 0.67% | 0.48% | - |
| HSV(B) | 251.71º | 0.8% | 0.8% | - |
| XYZ | 14.33 | 7.25 | 57.77 | - |
| YUV | 68.26 | 204.6 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 40 | 204 | 0.65 | 0.80 | 0 | 0.2 | 251.71 | 0.67 | 0.48 |
| Hex | 48 | 28 | CC | 41 | 50 | 0 | 14 | FC | 43 | 30 |
| Octal | 110 | 50 | 314 | 101 | 120 | 0 | 24 | 374 | 103 | 60 |
| Binary | 1001000 | 101000 | 11001100 | 1000001 | 1010000 | 0 | 10100 | 11111100 | 1000011 | 110000 |
Color Harmonies of #4828CC
Complementary color
Monochromatic Colors of #4828CC
Black with #4828CC
Text Example
Text Example
White with #4828CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4828CC; }
p { color: rgb(72,40,204); }
H1.HeaderClassName
{
color: #4828CC;
}
.AnyTagClassName
{
color: #4828CC;
}
</style>
background-color css
<style>
a { background-color: #4828CC; }
a { background-color: rgb(72,40,204); }
div.DivClassName
{
background-color: #4828CC;
}
.BgClassName
{
background-color: #4828CC;
}
</style>
border-color css
<style>
span { border-color: #4828CC; }
span { border-color: rgb(72,40,204); }
td.TdClassName
{
border-color: #4828CC;
}
.TagClassName
{
border-color: #4828CC;
}
</style>