Shades of Purple Heart #733CDA
Tints of Purple Heart #733CDA
RGB
CMYK
RGB Variations
Color information
#733CDA (or 0x733CDA) is known color: Purple Heart. HEX triplet: 73, 3C and DA. RGB value is (115,60,218). Sum of RGB (Red+Green+Blue) = 115+60+218=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #733CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733CDA is #8CC325. Grayscale: #5D5D5D. Windows color (decimal): -9224998 or 14302323. OLE color: 14302323.
HSL color Cylindrical-coordinate representation of color #733CDA: hue angle of 260.89º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733CDA is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 60 | 218 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.15 |
| HSL | 260.89º | 0.68% | 0.55% | - |
| HSV(B) | 260.89º | 0.72% | 0.85% | - |
| XYZ | 21.34 | 11.94 | 67.51 | - |
| YUV | 94.46 | 197.72 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 218 | 0.47 | 0.72 | 0 | 0.15 | 260.89 | 0.68 | 0.55 |
| Hex | 73 | 3C | DA | 2F | 48 | 0 | F | 105 | 44 | 37 |
| Octal | 163 | 74 | 332 | 57 | 110 | 0 | 17 | 405 | 104 | 67 |
| Binary | 1110011 | 111100 | 11011010 | 101111 | 1001000 | 0 | 1111 | 100000101 | 1000100 | 110111 |
Color Harmonies of #733CDA
Complementary color
Monochromatic Colors of #733CDA
Black with #733CDA
Text Example
Text Example
White with #733CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733CDA; }
p { color: rgb(115,60,218); }
H1.HeaderClassName
{
color: #733CDA;
}
.AnyTagClassName
{
color: #733CDA;
}
</style>
background-color css
<style>
a { background-color: #733CDA; }
a { background-color: rgb(115,60,218); }
div.DivClassName
{
background-color: #733CDA;
}
.BgClassName
{
background-color: #733CDA;
}
</style>
border-color css
<style>
span { border-color: #733CDA; }
span { border-color: rgb(115,60,218); }
td.TdClassName
{
border-color: #733CDA;
}
.TagClassName
{
border-color: #733CDA;
}
</style>