Shades of Purple Heart #733FCF
Tints of Purple Heart #733FCF
RGB
CMYK
RGB Variations
Color information
#733FCF (or 0x733FCF) is known color: Purple Heart. HEX triplet: 73, 3F and CF. RGB value is (115,63,207). Sum of RGB (Red+Green+Blue) = 115+63+207=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #733FCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FCF is #8CC030. Grayscale: #5E5E5E. Windows color (decimal): -9224241 or 13582195. OLE color: 13582195.
HSL color Cylindrical-coordinate representation of color #733FCF: hue angle of 261.67º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733FCF is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 63 | 207 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.19 |
| HSL | 261.67º | 0.6% | 0.53% | - |
| HSV(B) | 261.67º | 0.7% | 0.81% | - |
| XYZ | 20.11 | 11.7 | 60.23 | - |
| YUV | 94.96 | 191.23 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 207 | 0.44 | 0.70 | 0 | 0.19 | 261.67 | 0.6 | 0.53 |
| Hex | 73 | 3F | CF | 2C | 46 | 0 | 13 | 106 | 3C | 35 |
| Octal | 163 | 77 | 317 | 54 | 106 | 0 | 23 | 406 | 74 | 65 |
| Binary | 1110011 | 111111 | 11001111 | 101100 | 1000110 | 0 | 10011 | 100000110 | 111100 | 110101 |
Color Harmonies of #733FCF
Complementary color
Monochromatic Colors of #733FCF
Black with #733FCF
Text Example
Text Example
White with #733FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FCF; }
p { color: rgb(115,63,207); }
H1.HeaderClassName
{
color: #733FCF;
}
.AnyTagClassName
{
color: #733FCF;
}
</style>
background-color css
<style>
a { background-color: #733FCF; }
a { background-color: rgb(115,63,207); }
div.DivClassName
{
background-color: #733FCF;
}
.BgClassName
{
background-color: #733FCF;
}
</style>
border-color css
<style>
span { border-color: #733FCF; }
span { border-color: rgb(115,63,207); }
td.TdClassName
{
border-color: #733FCF;
}
.TagClassName
{
border-color: #733FCF;
}
</style>