Shades of Purple Heart #733ACC
Tints of Purple Heart #733ACC
RGB
CMYK
RGB Variations
Color information
#733ACC (or 0x733ACC) is known color: Purple Heart. HEX triplet: 73, 3A and CC. RGB value is (115,58,204). Sum of RGB (Red+Green+Blue) = 115+58+204=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #733ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733ACC is #8CC533. Grayscale: #5B5B5B. Windows color (decimal): -9225524 or 13384307. OLE color: 13384307.
HSL color Cylindrical-coordinate representation of color #733ACC: hue angle of 263.42º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733ACC is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 115 | 58 | 204 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.2 |
| HSL | 263.42º | 0.59% | 0.51% | - |
| HSV(B) | 263.42º | 0.72% | 0.8% | - |
| XYZ | 19.48 | 11.03 | 58.23 | - |
| YUV | 91.69 | 191.38 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 204 | 0.44 | 0.72 | 0 | 0.2 | 263.42 | 0.59 | 0.51 |
| Hex | 73 | 3A | CC | 2C | 48 | 0 | 14 | 107 | 3B | 33 |
| Octal | 163 | 72 | 314 | 54 | 110 | 0 | 24 | 407 | 73 | 63 |
| Binary | 1110011 | 111010 | 11001100 | 101100 | 1001000 | 0 | 10100 | 100000111 | 111011 | 110011 |
Color Harmonies of #733ACC
Complementary color
Monochromatic Colors of #733ACC
Black with #733ACC
Text Example
Text Example
White with #733ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733ACC; }
p { color: rgb(115,58,204); }
H1.HeaderClassName
{
color: #733ACC;
}
.AnyTagClassName
{
color: #733ACC;
}
</style>
background-color css
<style>
a { background-color: #733ACC; }
a { background-color: rgb(115,58,204); }
div.DivClassName
{
background-color: #733ACC;
}
.BgClassName
{
background-color: #733ACC;
}
</style>
border-color css
<style>
span { border-color: #733ACC; }
span { border-color: rgb(115,58,204); }
td.TdClassName
{
border-color: #733ACC;
}
.TagClassName
{
border-color: #733ACC;
}
</style>