Shades of Purple Heart #4933CB
Tints of Purple Heart #4933CB
RGB
CMYK
RGB Variations
Color information
#4933CB (or 0x4933CB) is known color: Purple Heart. HEX triplet: 49, 33 and CB. RGB value is (73,51,203). Sum of RGB (Red+Green+Blue) = 73+51+203=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #4933CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4933CB is #B6CC34. Grayscale: #4A4A4A. Windows color (decimal): -11979829 or 13316937. OLE color: 13316937.
HSL color Cylindrical-coordinate representation of color #4933CB: hue angle of 248.68º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4933CB is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 51 | 203 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.20 |
| HSL | 248.68º | 0.6% | 0.5% | - |
| HSV(B) | 248.68º | 0.75% | 0.8% | - |
| XYZ | 14.71 | 8.1 | 57.29 | - |
| YUV | 74.91 | 200.29 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 203 | 0.64 | 0.75 | 0 | 0.20 | 248.68 | 0.6 | 0.5 |
| Hex | 49 | 33 | CB | 40 | 4B | 0 | 14 | F9 | 3C | 32 |
| Octal | 111 | 63 | 313 | 100 | 113 | 0 | 24 | 371 | 74 | 62 |
| Binary | 1001001 | 110011 | 11001011 | 1000000 | 1001011 | 0 | 10100 | 11111001 | 111100 | 110010 |
Color Harmonies of #4933CB
Complementary color
Monochromatic Colors of #4933CB
Black with #4933CB
Text Example
Text Example
White with #4933CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4933CB; }
p { color: rgb(73,51,203); }
H1.HeaderClassName
{
color: #4933CB;
}
.AnyTagClassName
{
color: #4933CB;
}
</style>
background-color css
<style>
a { background-color: #4933CB; }
a { background-color: rgb(73,51,203); }
div.DivClassName
{
background-color: #4933CB;
}
.BgClassName
{
background-color: #4933CB;
}
</style>
border-color css
<style>
span { border-color: #4933CB; }
span { border-color: rgb(73,51,203); }
td.TdClassName
{
border-color: #4933CB;
}
.TagClassName
{
border-color: #4933CB;
}
</style>