Shades of Purple Heart #733DBA
Tints of Purple Heart #733DBA
RGB
CMYK
RGB Variations
Color information
#733DBA (or 0x733DBA) is known color: Purple Heart. HEX triplet: 73, 3D and BA. RGB value is (115,61,186). Sum of RGB (Red+Green+Blue) = 115+61+186=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #733DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733DBA is #8CC245. Grayscale: #5A5A5A. Windows color (decimal): -9224774 or 12205427. OLE color: 12205427.
HSL color Cylindrical-coordinate representation of color #733DBA: hue angle of 265.92º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #733DBA is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 61 | 186 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.27 |
| HSL | 265.92º | 0.51% | 0.48% | - |
| HSV(B) | 265.92º | 0.67% | 0.73% | - |
| XYZ | 17.6 | 10.53 | 47.56 | - |
| YUV | 91.4 | 181.39 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 186 | 0.38 | 0.67 | 0 | 0.27 | 265.92 | 0.51 | 0.48 |
| Hex | 73 | 3D | BA | 26 | 43 | 0 | 1B | 10A | 33 | 30 |
| Octal | 163 | 75 | 272 | 46 | 103 | 0 | 33 | 412 | 63 | 60 |
| Binary | 1110011 | 111101 | 10111010 | 100110 | 1000011 | 0 | 11011 | 100001010 | 110011 | 110000 |
Color Harmonies of #733DBA
Complementary color
Monochromatic Colors of #733DBA
Black with #733DBA
Text Example
Text Example
White with #733DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DBA; }
p { color: rgb(115,61,186); }
H1.HeaderClassName
{
color: #733DBA;
}
.AnyTagClassName
{
color: #733DBA;
}
</style>
background-color css
<style>
a { background-color: #733DBA; }
a { background-color: rgb(115,61,186); }
div.DivClassName
{
background-color: #733DBA;
}
.BgClassName
{
background-color: #733DBA;
}
</style>
border-color css
<style>
span { border-color: #733DBA; }
span { border-color: rgb(115,61,186); }
td.TdClassName
{
border-color: #733DBA;
}
.TagClassName
{
border-color: #733DBA;
}
</style>