Shades of Purple Heart #733DBE
Tints of Purple Heart #733DBE
RGB
CMYK
RGB Variations
Color information
#733DBE (or 0x733DBE) is known color: Purple Heart. HEX triplet: 73, 3D and BE. RGB value is (115,61,190). Sum of RGB (Red+Green+Blue) = 115+61+190=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #733DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733DBE is #8CC241. Grayscale: #5B5B5B. Windows color (decimal): -9224770 or 12467571. OLE color: 12467571.
HSL color Cylindrical-coordinate representation of color #733DBE: hue angle of 265.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #733DBE is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 115 | 61 | 190 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.25 |
| HSL | 265.12º | 0.51% | 0.49% | - |
| HSV(B) | 265.12º | 0.68% | 0.75% | - |
| XYZ | 18.03 | 10.7 | 49.83 | - |
| YUV | 91.85 | 183.39 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 190 | 0.39 | 0.68 | 0 | 0.25 | 265.12 | 0.51 | 0.49 |
| Hex | 73 | 3D | BE | 27 | 44 | 0 | 19 | 109 | 33 | 31 |
| Octal | 163 | 75 | 276 | 47 | 104 | 0 | 31 | 411 | 63 | 61 |
| Binary | 1110011 | 111101 | 10111110 | 100111 | 1000100 | 0 | 11001 | 100001001 | 110011 | 110001 |
Color Harmonies of #733DBE
Complementary color
Monochromatic Colors of #733DBE
Black with #733DBE
Text Example
Text Example
White with #733DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DBE; }
p { color: rgb(115,61,190); }
H1.HeaderClassName
{
color: #733DBE;
}
.AnyTagClassName
{
color: #733DBE;
}
</style>
background-color css
<style>
a { background-color: #733DBE; }
a { background-color: rgb(115,61,190); }
div.DivClassName
{
background-color: #733DBE;
}
.BgClassName
{
background-color: #733DBE;
}
</style>
border-color css
<style>
span { border-color: #733DBE; }
span { border-color: rgb(115,61,190); }
td.TdClassName
{
border-color: #733DBE;
}
.TagClassName
{
border-color: #733DBE;
}
</style>