Shades of Purple Heart #733DBD
Tints of Purple Heart #733DBD
RGB
CMYK
RGB Variations
Color information
#733DBD (or 0x733DBD) is known color: Purple Heart. HEX triplet: 73, 3D and BD. RGB value is (115,61,189). Sum of RGB (Red+Green+Blue) = 115+61+189=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #733DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733DBD is #8CC242. Grayscale: #5B5B5B. Windows color (decimal): -9224771 or 12402035. OLE color: 12402035.
HSL color Cylindrical-coordinate representation of color #733DBD: hue angle of 265.31º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #733DBD is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 61 | 189 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.26 |
| HSL | 265.31º | 0.51% | 0.49% | - |
| HSV(B) | 265.31º | 0.68% | 0.74% | - |
| XYZ | 17.92 | 10.66 | 49.26 | - |
| YUV | 91.74 | 182.89 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 189 | 0.39 | 0.68 | 0 | 0.26 | 265.31 | 0.51 | 0.49 |
| Hex | 73 | 3D | BD | 27 | 44 | 0 | 1A | 109 | 33 | 31 |
| Octal | 163 | 75 | 275 | 47 | 104 | 0 | 32 | 411 | 63 | 61 |
| Binary | 1110011 | 111101 | 10111101 | 100111 | 1000100 | 0 | 11010 | 100001001 | 110011 | 110001 |
Color Harmonies of #733DBD
Complementary color
Monochromatic Colors of #733DBD
Black with #733DBD
Text Example
Text Example
White with #733DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DBD; }
p { color: rgb(115,61,189); }
H1.HeaderClassName
{
color: #733DBD;
}
.AnyTagClassName
{
color: #733DBD;
}
</style>
background-color css
<style>
a { background-color: #733DBD; }
a { background-color: rgb(115,61,189); }
div.DivClassName
{
background-color: #733DBD;
}
.BgClassName
{
background-color: #733DBD;
}
</style>
border-color css
<style>
span { border-color: #733DBD; }
span { border-color: rgb(115,61,189); }
td.TdClassName
{
border-color: #733DBD;
}
.TagClassName
{
border-color: #733DBD;
}
</style>