Shades of Purple Heart #733CC1
Tints of Purple Heart #733CC1
RGB
CMYK
RGB Variations
Color information
#733CC1 (or 0x733CC1) is known color: Purple Heart. HEX triplet: 73, 3C and C1. RGB value is (115,60,193). Sum of RGB (Red+Green+Blue) = 115+60+193=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 193 (75.78% from 255 or 52.45% from 368); Max value from RGB is 193 - color contains mainly: blue. Hex color #733CC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733CC1 is #8CC33E. Grayscale: #5B5B5B. Windows color (decimal): -9225023 or 12663923. OLE color: 12663923.
HSL color Cylindrical-coordinate representation of color #733CC1: hue angle of 264.81º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #733CC1 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 60 | 193 | - |
| CMYK | 0.40 | 0.69 | 0 | 0.24 |
| HSL | 264.81º | 0.53% | 0.5% | - |
| HSV(B) | 264.81º | 0.69% | 0.76% | - |
| XYZ | 18.31 | 10.73 | 51.56 | - |
| YUV | 91.61 | 185.22 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 193 | 0.40 | 0.69 | 0 | 0.24 | 264.81 | 0.53 | 0.5 |
| Hex | 73 | 3C | C1 | 28 | 45 | 0 | 18 | 109 | 35 | 32 |
| Octal | 163 | 74 | 301 | 50 | 105 | 0 | 30 | 411 | 65 | 62 |
| Binary | 1110011 | 111100 | 11000001 | 101000 | 1000101 | 0 | 11000 | 100001001 | 110101 | 110010 |
Color Harmonies of #733CC1
Complementary color
Monochromatic Colors of #733CC1
Black with #733CC1
Text Example
Text Example
White with #733CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733CC1; }
p { color: rgb(115,60,193); }
H1.HeaderClassName
{
color: #733CC1;
}
.AnyTagClassName
{
color: #733CC1;
}
</style>
background-color css
<style>
a { background-color: #733CC1; }
a { background-color: rgb(115,60,193); }
div.DivClassName
{
background-color: #733CC1;
}
.BgClassName
{
background-color: #733CC1;
}
</style>
border-color css
<style>
span { border-color: #733CC1; }
span { border-color: rgb(115,60,193); }
td.TdClassName
{
border-color: #733CC1;
}
.TagClassName
{
border-color: #733CC1;
}
</style>