Shades of Purple Heart #4832C8
Tints of Purple Heart #4832C8
RGB
CMYK
RGB Variations
Color information
#4832C8 (or 0x4832C8) is known color: Purple Heart. HEX triplet: 48, 32 and C8. RGB value is (72,50,200). Sum of RGB (Red+Green+Blue) = 72+50+200=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 200 (78.52% from 255 or 62.11% from 322); Max value from RGB is 200 - color contains mainly: blue. Hex color #4832C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4832C8 is #B7CD37. Grayscale: #494949. Windows color (decimal): -12045624 or 13120072. OLE color: 13120072.
HSL color Cylindrical-coordinate representation of color #4832C8: hue angle of 248.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4832C8 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 72 | 50 | 200 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.22 |
| HSL | 248.8º | 0.6% | 0.49% | - |
| HSV(B) | 248.8º | 0.75% | 0.78% | - |
| XYZ | 14.24 | 7.83 | 55.4 | - |
| YUV | 73.68 | 199.29 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 200 | 0.64 | 0.75 | 0 | 0.22 | 248.8 | 0.6 | 0.49 |
| Hex | 48 | 32 | C8 | 40 | 4B | 0 | 16 | F9 | 3C | 31 |
| Octal | 110 | 62 | 310 | 100 | 113 | 0 | 26 | 371 | 74 | 61 |
| Binary | 1001000 | 110010 | 11001000 | 1000000 | 1001011 | 0 | 10110 | 11111001 | 111100 | 110001 |
Color Harmonies of #4832C8
Complementary color
Monochromatic Colors of #4832C8
Black with #4832C8
Text Example
Text Example
White with #4832C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4832C8; }
p { color: rgb(72,50,200); }
H1.HeaderClassName
{
color: #4832C8;
}
.AnyTagClassName
{
color: #4832C8;
}
</style>
background-color css
<style>
a { background-color: #4832C8; }
a { background-color: rgb(72,50,200); }
div.DivClassName
{
background-color: #4832C8;
}
.BgClassName
{
background-color: #4832C8;
}
</style>
border-color css
<style>
span { border-color: #4832C8; }
span { border-color: rgb(72,50,200); }
td.TdClassName
{
border-color: #4832C8;
}
.TagClassName
{
border-color: #4832C8;
}
</style>