Shades of Purple Heart #733AC1
Tints of Purple Heart #733AC1
RGB
CMYK
RGB Variations
Color information
#733AC1 (or 0x733AC1) is known color: Purple Heart. HEX triplet: 73, 3A and C1. RGB value is (115,58,193). Sum of RGB (Red+Green+Blue) = 115+58+193=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #733AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733AC1 is #8CC53E. Grayscale: #595959. Windows color (decimal): -9225535 or 12663411. OLE color: 12663411.
HSL color Cylindrical-coordinate representation of color #733AC1: hue angle of 265.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733AC1 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 58 | 193 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.24 |
| HSL | 265.33º | 0.54% | 0.49% | - |
| HSV(B) | 265.33º | 0.7% | 0.76% | - |
| XYZ | 18.21 | 10.52 | 51.52 | - |
| YUV | 90.43 | 185.88 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 193 | 0.40 | 0.70 | 0 | 0.24 | 265.33 | 0.54 | 0.49 |
| Hex | 73 | 3A | C1 | 28 | 46 | 0 | 18 | 109 | 36 | 31 |
| Octal | 163 | 72 | 301 | 50 | 106 | 0 | 30 | 411 | 66 | 61 |
| Binary | 1110011 | 111010 | 11000001 | 101000 | 1000110 | 0 | 11000 | 100001001 | 110110 | 110001 |
Color Harmonies of #733AC1
Complementary color
Monochromatic Colors of #733AC1
Black with #733AC1
Text Example
Text Example
White with #733AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733AC1; }
p { color: rgb(115,58,193); }
H1.HeaderClassName
{
color: #733AC1;
}
.AnyTagClassName
{
color: #733AC1;
}
</style>
background-color css
<style>
a { background-color: #733AC1; }
a { background-color: rgb(115,58,193); }
div.DivClassName
{
background-color: #733AC1;
}
.BgClassName
{
background-color: #733AC1;
}
</style>
border-color css
<style>
span { border-color: #733AC1; }
span { border-color: rgb(115,58,193); }
td.TdClassName
{
border-color: #733AC1;
}
.TagClassName
{
border-color: #733AC1;
}
</style>