Shades of Purple Heart #733ACF
Tints of Purple Heart #733ACF
RGB
CMYK
RGB Variations
Color information
#733ACF (or 0x733ACF) is known color: Purple Heart. HEX triplet: 73, 3A and CF. RGB value is (115,58,207). Sum of RGB (Red+Green+Blue) = 115+58+207=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #733ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733ACF is #8CC530. Grayscale: #5B5B5B. Windows color (decimal): -9225521 or 13580915. OLE color: 13580915.
HSL color Cylindrical-coordinate representation of color #733ACF: hue angle of 262.95º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #733ACF is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 58 | 207 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.19 |
| HSL | 262.95º | 0.61% | 0.52% | - |
| HSV(B) | 262.95º | 0.72% | 0.81% | - |
| XYZ | 19.85 | 11.18 | 60.14 | - |
| YUV | 92.03 | 192.88 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 58 | 207 | 0.44 | 0.72 | 0 | 0.19 | 262.95 | 0.61 | 0.52 |
| Hex | 73 | 3A | CF | 2C | 48 | 0 | 13 | 107 | 3D | 34 |
| Octal | 163 | 72 | 317 | 54 | 110 | 0 | 23 | 407 | 75 | 64 |
| Binary | 1110011 | 111010 | 11001111 | 101100 | 1001000 | 0 | 10011 | 100000111 | 111101 | 110100 |
Color Harmonies of #733ACF
Complementary color
Monochromatic Colors of #733ACF
Black with #733ACF
Text Example
Text Example
White with #733ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733ACF; }
p { color: rgb(115,58,207); }
H1.HeaderClassName
{
color: #733ACF;
}
.AnyTagClassName
{
color: #733ACF;
}
</style>
background-color css
<style>
a { background-color: #733ACF; }
a { background-color: rgb(115,58,207); }
div.DivClassName
{
background-color: #733ACF;
}
.BgClassName
{
background-color: #733ACF;
}
</style>
border-color css
<style>
span { border-color: #733ACF; }
span { border-color: rgb(115,58,207); }
td.TdClassName
{
border-color: #733ACF;
}
.TagClassName
{
border-color: #733ACF;
}
</style>