Shades of Purple Heart #4831CB
Tints of Purple Heart #4831CB
RGB
CMYK
RGB Variations
Color information
#4831CB (or 0x4831CB) is known color: Purple Heart. HEX triplet: 48, 31 and CB. RGB value is (72,49,203). Sum of RGB (Red+Green+Blue) = 72+49+203=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #4831CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4831CB is #B7CE34. Grayscale: #484848. Windows color (decimal): -12045877 or 13316424. OLE color: 13316424.
HSL color Cylindrical-coordinate representation of color #4831CB: hue angle of 248.96º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4831CB is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 49 | 203 | - |
| CMYK | 0.65 | 0.76 | 0 | 0.20 |
| HSL | 248.96º | 0.61% | 0.49% | - |
| HSV(B) | 248.96º | 0.76% | 0.8% | - |
| XYZ | 14.55 | 7.89 | 57.26 | - |
| YUV | 73.43 | 201.12 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 49 | 203 | 0.65 | 0.76 | 0 | 0.20 | 248.96 | 0.61 | 0.49 |
| Hex | 48 | 31 | CB | 41 | 4C | 0 | 14 | F9 | 3D | 31 |
| Octal | 110 | 61 | 313 | 101 | 114 | 0 | 24 | 371 | 75 | 61 |
| Binary | 1001000 | 110001 | 11001011 | 1000001 | 1001100 | 0 | 10100 | 11111001 | 111101 | 110001 |
Color Harmonies of #4831CB
Complementary color
Monochromatic Colors of #4831CB
Black with #4831CB
Text Example
Text Example
White with #4831CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4831CB; }
p { color: rgb(72,49,203); }
H1.HeaderClassName
{
color: #4831CB;
}
.AnyTagClassName
{
color: #4831CB;
}
</style>
background-color css
<style>
a { background-color: #4831CB; }
a { background-color: rgb(72,49,203); }
div.DivClassName
{
background-color: #4831CB;
}
.BgClassName
{
background-color: #4831CB;
}
</style>
border-color css
<style>
span { border-color: #4831CB; }
span { border-color: rgb(72,49,203); }
td.TdClassName
{
border-color: #4831CB;
}
.TagClassName
{
border-color: #4831CB;
}
</style>