Shades of Purple Heart #4812CB
Tints of Purple Heart #4812CB
RGB
CMYK
RGB Variations
Color information
#4812CB (or 0x4812CB) is known color: Purple Heart. HEX triplet: 48, 12 and CB. RGB value is (72,18,203). Sum of RGB (Red+Green+Blue) = 72+18+203=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #4812CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4812CB is #B7ED34. Grayscale: #363636. Windows color (decimal): -12053813 or 13308488. OLE color: 13308488.
HSL color Cylindrical-coordinate representation of color #4812CB: hue angle of 257.51º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4812CB is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 72 | 18 | 203 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.20 |
| HSL | 257.51º | 0.84% | 0.43% | - |
| HSV(B) | 257.51º | 0.91% | 0.8% | - |
| XYZ | 13.67 | 6.12 | 56.96 | - |
| YUV | 55.24 | 211.39 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 203 | 0.65 | 0.91 | 0 | 0.20 | 257.51 | 0.84 | 0.43 |
| Hex | 48 | 12 | CB | 41 | 5B | 0 | 14 | 102 | 54 | 2B |
| Octal | 110 | 22 | 313 | 101 | 133 | 0 | 24 | 402 | 124 | 53 |
| Binary | 1001000 | 10010 | 11001011 | 1000001 | 1011011 | 0 | 10100 | 100000010 | 1010100 | 101011 |
Color Harmonies of #4812CB
Complementary color
Monochromatic Colors of #4812CB
Black with #4812CB
Text Example
Text Example
White with #4812CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4812CB; }
p { color: rgb(72,18,203); }
H1.HeaderClassName
{
color: #4812CB;
}
.AnyTagClassName
{
color: #4812CB;
}
</style>
background-color css
<style>
a { background-color: #4812CB; }
a { background-color: rgb(72,18,203); }
div.DivClassName
{
background-color: #4812CB;
}
.BgClassName
{
background-color: #4812CB;
}
</style>
border-color css
<style>
span { border-color: #4812CB; }
span { border-color: rgb(72,18,203); }
td.TdClassName
{
border-color: #4812CB;
}
.TagClassName
{
border-color: #4812CB;
}
</style>