Shades of Purple Heart #733FBA
Tints of Purple Heart #733FBA
RGB
CMYK
RGB Variations
Color information
#733FBA (or 0x733FBA) is known color: Purple Heart. HEX triplet: 73, 3F and BA. RGB value is (115,63,186). Sum of RGB (Red+Green+Blue) = 115+63+186=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #733FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733FBA is #8CC045. Grayscale: #5C5C5C. Windows color (decimal): -9224262 or 12205939. OLE color: 12205939.
HSL color Cylindrical-coordinate representation of color #733FBA: hue angle of 265.37º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #733FBA is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 63 | 186 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.27 |
| HSL | 265.37º | 0.49% | 0.49% | - |
| HSV(B) | 265.37º | 0.66% | 0.73% | - |
| XYZ | 17.71 | 10.75 | 47.59 | - |
| YUV | 92.57 | 180.73 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 186 | 0.38 | 0.66 | 0 | 0.27 | 265.37 | 0.49 | 0.49 |
| Hex | 73 | 3F | BA | 26 | 42 | 0 | 1B | 109 | 31 | 31 |
| Octal | 163 | 77 | 272 | 46 | 102 | 0 | 33 | 411 | 61 | 61 |
| Binary | 1110011 | 111111 | 10111010 | 100110 | 1000010 | 0 | 11011 | 100001001 | 110001 | 110001 |
Color Harmonies of #733FBA
Complementary color
Monochromatic Colors of #733FBA
Black with #733FBA
Text Example
Text Example
White with #733FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733FBA; }
p { color: rgb(115,63,186); }
H1.HeaderClassName
{
color: #733FBA;
}
.AnyTagClassName
{
color: #733FBA;
}
</style>
background-color css
<style>
a { background-color: #733FBA; }
a { background-color: rgb(115,63,186); }
div.DivClassName
{
background-color: #733FBA;
}
.BgClassName
{
background-color: #733FBA;
}
</style>
border-color css
<style>
span { border-color: #733FBA; }
span { border-color: rgb(115,63,186); }
td.TdClassName
{
border-color: #733FBA;
}
.TagClassName
{
border-color: #733FBA;
}
</style>