Shades of Purple Heart #733DC9
Tints of Purple Heart #733DC9
RGB
CMYK
RGB Variations
Color information
#733DC9 (or 0x733DC9) is known color: Purple Heart. HEX triplet: 73, 3D and C9. RGB value is (115,61,201). Sum of RGB (Red+Green+Blue) = 115+61+201=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #733DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733DC9 is #8CC236. Grayscale: #5C5C5C. Windows color (decimal): -9224759 or 13188467. OLE color: 13188467.
HSL color Cylindrical-coordinate representation of color #733DC9: hue angle of 263.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #733DC9 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 61 | 201 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.21 |
| HSL | 263.14º | 0.56% | 0.51% | - |
| HSV(B) | 263.14º | 0.7% | 0.79% | - |
| XYZ | 19.28 | 11.2 | 56.4 | - |
| YUV | 93.11 | 188.89 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 201 | 0.43 | 0.70 | 0 | 0.21 | 263.14 | 0.56 | 0.51 |
| Hex | 73 | 3D | C9 | 2B | 46 | 0 | 15 | 107 | 38 | 33 |
| Octal | 163 | 75 | 311 | 53 | 106 | 0 | 25 | 407 | 70 | 63 |
| Binary | 1110011 | 111101 | 11001001 | 101011 | 1000110 | 0 | 10101 | 100000111 | 111000 | 110011 |
Color Harmonies of #733DC9
Complementary color
Monochromatic Colors of #733DC9
Black with #733DC9
Text Example
Text Example
White with #733DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DC9; }
p { color: rgb(115,61,201); }
H1.HeaderClassName
{
color: #733DC9;
}
.AnyTagClassName
{
color: #733DC9;
}
</style>
background-color css
<style>
a { background-color: #733DC9; }
a { background-color: rgb(115,61,201); }
div.DivClassName
{
background-color: #733DC9;
}
.BgClassName
{
background-color: #733DC9;
}
</style>
border-color css
<style>
span { border-color: #733DC9; }
span { border-color: rgb(115,61,201); }
td.TdClassName
{
border-color: #733DC9;
}
.TagClassName
{
border-color: #733DC9;
}
</style>