Shades of Purple Heart #4933CF
Tints of Purple Heart #4933CF
RGB
CMYK
RGB Variations
Color information
#4933CF (or 0x4933CF) is known color: Purple Heart. HEX triplet: 49, 33 and CF. RGB value is (73,51,207). Sum of RGB (Red+Green+Blue) = 73+51+207=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #4933CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4933CF is #B6CC30. Grayscale: #4A4A4A. Windows color (decimal): -11979825 or 13579081. OLE color: 13579081.
HSL color Cylindrical-coordinate representation of color #4933CF: hue angle of 248.46º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4933CF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 51 | 207 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.19 |
| HSL | 248.46º | 0.62% | 0.51% | - |
| HSV(B) | 248.46º | 0.75% | 0.81% | - |
| XYZ | 15.19 | 8.29 | 59.83 | - |
| YUV | 75.36 | 202.29 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 51 | 207 | 0.65 | 0.75 | 0 | 0.19 | 248.46 | 0.62 | 0.51 |
| Hex | 49 | 33 | CF | 41 | 4B | 0 | 13 | F8 | 3E | 33 |
| Octal | 111 | 63 | 317 | 101 | 113 | 0 | 23 | 370 | 76 | 63 |
| Binary | 1001001 | 110011 | 11001111 | 1000001 | 1001011 | 0 | 10011 | 11111000 | 111110 | 110011 |
Color Harmonies of #4933CF
Complementary color
Monochromatic Colors of #4933CF
Black with #4933CF
Text Example
Text Example
White with #4933CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4933CF; }
p { color: rgb(73,51,207); }
H1.HeaderClassName
{
color: #4933CF;
}
.AnyTagClassName
{
color: #4933CF;
}
</style>
background-color css
<style>
a { background-color: #4933CF; }
a { background-color: rgb(73,51,207); }
div.DivClassName
{
background-color: #4933CF;
}
.BgClassName
{
background-color: #4933CF;
}
</style>
border-color css
<style>
span { border-color: #4933CF; }
span { border-color: rgb(73,51,207); }
td.TdClassName
{
border-color: #4933CF;
}
.TagClassName
{
border-color: #4933CF;
}
</style>