Shades of Purple Heart #4832C9
Tints of Purple Heart #4832C9
RGB
CMYK
RGB Variations
Color information
#4832C9 (or 0x4832C9) is known color: Purple Heart. HEX triplet: 48, 32 and C9. RGB value is (72,50,201). Sum of RGB (Red+Green+Blue) = 72+50+201=323 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.29% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 201 (78.91% from 255 or 62.23% from 323); Max value from RGB is 201 - color contains mainly: blue. Hex color #4832C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4832C9 is #B7CD36. Grayscale: #494949. Windows color (decimal): -12045623 or 13185608. OLE color: 13185608.
HSL color Cylindrical-coordinate representation of color #4832C9: hue angle of 248.74º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4832C9 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 72 | 50 | 201 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.21 |
| HSL | 248.74º | 0.6% | 0.49% | - |
| HSV(B) | 248.74º | 0.75% | 0.79% | - |
| XYZ | 14.36 | 7.88 | 56.02 | - |
| YUV | 73.79 | 199.79 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 50 | 201 | 0.64 | 0.75 | 0 | 0.21 | 248.74 | 0.6 | 0.49 |
| Hex | 48 | 32 | C9 | 40 | 4B | 0 | 15 | F9 | 3C | 31 |
| Octal | 110 | 62 | 311 | 100 | 113 | 0 | 25 | 371 | 74 | 61 |
| Binary | 1001000 | 110010 | 11001001 | 1000000 | 1001011 | 0 | 10101 | 11111001 | 111100 | 110001 |
Color Harmonies of #4832C9
Complementary color
Monochromatic Colors of #4832C9
Black with #4832C9
Text Example
Text Example
White with #4832C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4832C9; }
p { color: rgb(72,50,201); }
H1.HeaderClassName
{
color: #4832C9;
}
.AnyTagClassName
{
color: #4832C9;
}
</style>
background-color css
<style>
a { background-color: #4832C9; }
a { background-color: rgb(72,50,201); }
div.DivClassName
{
background-color: #4832C9;
}
.BgClassName
{
background-color: #4832C9;
}
</style>
border-color css
<style>
span { border-color: #4832C9; }
span { border-color: rgb(72,50,201); }
td.TdClassName
{
border-color: #4832C9;
}
.TagClassName
{
border-color: #4832C9;
}
</style>