Shades of Purple Heart #733AC8
Tints of Purple Heart #733AC8
RGB
CMYK
RGB Variations
Color information
#733AC8 (or 0x733AC8) is known color: Purple Heart. HEX triplet: 73, 3A and C8. RGB value is (115,58,200). Sum of RGB (Red+Green+Blue) = 115+58+200=373 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.83% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 200 (78.52% from 255 or 53.62% from 373); Max value from RGB is 200 - color contains mainly: blue. Hex color #733AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733AC8 is #8CC537. Grayscale: #5A5A5A. Windows color (decimal): -9225528 or 13122163. OLE color: 13122163.
HSL color Cylindrical-coordinate representation of color #733AC8: hue angle of 264.08º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #733AC8 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 115 | 58 | 200 | - |
| CMYK | 0.42 | 0.71 | 0 | 0.22 |
| HSL | 264.08º | 0.56% | 0.51% | - |
| HSV(B) | 264.08º | 0.71% | 0.78% | - |
| XYZ | 19.01 | 10.84 | 55.73 | - |
| YUV | 91.23 | 189.38 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 200 | 0.42 | 0.71 | 0 | 0.22 | 264.08 | 0.56 | 0.51 |
| Hex | 73 | 3A | C8 | 2A | 47 | 0 | 16 | 108 | 38 | 33 |
| Octal | 163 | 72 | 310 | 52 | 107 | 0 | 26 | 410 | 70 | 63 |
| Binary | 1110011 | 111010 | 11001000 | 101010 | 1000111 | 0 | 10110 | 100001000 | 111000 | 110011 |
Color Harmonies of #733AC8
Complementary color
Monochromatic Colors of #733AC8
Black with #733AC8
Text Example
Text Example
White with #733AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733AC8; }
p { color: rgb(115,58,200); }
H1.HeaderClassName
{
color: #733AC8;
}
.AnyTagClassName
{
color: #733AC8;
}
</style>
background-color css
<style>
a { background-color: #733AC8; }
a { background-color: rgb(115,58,200); }
div.DivClassName
{
background-color: #733AC8;
}
.BgClassName
{
background-color: #733AC8;
}
</style>
border-color css
<style>
span { border-color: #733AC8; }
span { border-color: rgb(115,58,200); }
td.TdClassName
{
border-color: #733AC8;
}
.TagClassName
{
border-color: #733AC8;
}
</style>