Shades of Purple Heart #4821CB
Tints of Purple Heart #4821CB
RGB
CMYK
RGB Variations
Color information
#4821CB (or 0x4821CB) is known color: Purple Heart. HEX triplet: 48, 21 and CB. RGB value is (72,33,203). Sum of RGB (Red+Green+Blue) = 72+33+203=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #4821CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4821CB is #B7DE34. Grayscale: #3F3F3F. Windows color (decimal): -12049973 or 13312328. OLE color: 13312328.
HSL color Cylindrical-coordinate representation of color #4821CB: hue angle of 253.76º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4821CB is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 33 | 203 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.20 |
| HSL | 253.76º | 0.72% | 0.46% | - |
| HSV(B) | 253.76º | 0.84% | 0.8% | - |
| XYZ | 14 | 6.78 | 57.07 | - |
| YUV | 64.04 | 206.42 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 33 | 203 | 0.65 | 0.84 | 0 | 0.20 | 253.76 | 0.72 | 0.46 |
| Hex | 48 | 21 | CB | 41 | 54 | 0 | 14 | FE | 48 | 2E |
| Octal | 110 | 41 | 313 | 101 | 124 | 0 | 24 | 376 | 110 | 56 |
| Binary | 1001000 | 100001 | 11001011 | 1000001 | 1010100 | 0 | 10100 | 11111110 | 1001000 | 101110 |
Color Harmonies of #4821CB
Complementary color
Monochromatic Colors of #4821CB
Black with #4821CB
Text Example
Text Example
White with #4821CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4821CB; }
p { color: rgb(72,33,203); }
H1.HeaderClassName
{
color: #4821CB;
}
.AnyTagClassName
{
color: #4821CB;
}
</style>
background-color css
<style>
a { background-color: #4821CB; }
a { background-color: rgb(72,33,203); }
div.DivClassName
{
background-color: #4821CB;
}
.BgClassName
{
background-color: #4821CB;
}
</style>
border-color css
<style>
span { border-color: #4821CB; }
span { border-color: rgb(72,33,203); }
td.TdClassName
{
border-color: #4821CB;
}
.TagClassName
{
border-color: #4821CB;
}
</style>