Shades of Purple Heart #733DCF
Tints of Purple Heart #733DCF
RGB
CMYK
RGB Variations
Color information
#733DCF (or 0x733DCF) is known color: Purple Heart. HEX triplet: 73, 3D and CF. RGB value is (115,61,207). Sum of RGB (Red+Green+Blue) = 115+61+207=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #733DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733DCF is #8CC230. Grayscale: #5D5D5D. Windows color (decimal): -9224753 or 13581683. OLE color: 13581683.
HSL color Cylindrical-coordinate representation of color #733DCF: hue angle of 262.19º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #733DCF is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 61 | 207 | - |
| CMYK | 0.44 | 0.71 | 0 | 0.19 |
| HSL | 262.19º | 0.6% | 0.53% | - |
| HSV(B) | 262.19º | 0.71% | 0.81% | - |
| XYZ | 20 | 11.49 | 60.19 | - |
| YUV | 93.79 | 191.89 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 207 | 0.44 | 0.71 | 0 | 0.19 | 262.19 | 0.6 | 0.53 |
| Hex | 73 | 3D | CF | 2C | 47 | 0 | 13 | 106 | 3C | 35 |
| Octal | 163 | 75 | 317 | 54 | 107 | 0 | 23 | 406 | 74 | 65 |
| Binary | 1110011 | 111101 | 11001111 | 101100 | 1000111 | 0 | 10011 | 100000110 | 111100 | 110101 |
Color Harmonies of #733DCF
Complementary color
Monochromatic Colors of #733DCF
Black with #733DCF
Text Example
Text Example
White with #733DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DCF; }
p { color: rgb(115,61,207); }
H1.HeaderClassName
{
color: #733DCF;
}
.AnyTagClassName
{
color: #733DCF;
}
</style>
background-color css
<style>
a { background-color: #733DCF; }
a { background-color: rgb(115,61,207); }
div.DivClassName
{
background-color: #733DCF;
}
.BgClassName
{
background-color: #733DCF;
}
</style>
border-color css
<style>
span { border-color: #733DCF; }
span { border-color: rgb(115,61,207); }
td.TdClassName
{
border-color: #733DCF;
}
.TagClassName
{
border-color: #733DCF;
}
</style>