Shades of Purple Heart #733DC4
Tints of Purple Heart #733DC4
RGB
CMYK
RGB Variations
Color information
#733DC4 (or 0x733DC4) is known color: Purple Heart. HEX triplet: 73, 3D and C4. RGB value is (115,61,196). Sum of RGB (Red+Green+Blue) = 115+61+196=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 196 (76.95% from 255 or 52.69% from 372); Max value from RGB is 196 - color contains mainly: blue. Hex color #733DC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #733DC4 is #8CC23B. Grayscale: #5C5C5C. Windows color (decimal): -9224764 or 12860787. OLE color: 12860787.
HSL color Cylindrical-coordinate representation of color #733DC4: hue angle of 264º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #733DC4 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 61 | 196 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.23 |
| HSL | 264º | 0.53% | 0.5% | - |
| HSV(B) | 264º | 0.69% | 0.77% | - |
| XYZ | 18.7 | 10.97 | 53.36 | - |
| YUV | 92.54 | 186.39 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 61 | 196 | 0.41 | 0.69 | 0 | 0.23 | 264 | 0.53 | 0.5 |
| Hex | 73 | 3D | C4 | 29 | 45 | 0 | 17 | 108 | 35 | 32 |
| Octal | 163 | 75 | 304 | 51 | 105 | 0 | 27 | 410 | 65 | 62 |
| Binary | 1110011 | 111101 | 11000100 | 101001 | 1000101 | 0 | 10111 | 100001000 | 110101 | 110010 |
Color Harmonies of #733DC4
Complementary color
Monochromatic Colors of #733DC4
Black with #733DC4
Text Example
Text Example
White with #733DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733DC4; }
p { color: rgb(115,61,196); }
H1.HeaderClassName
{
color: #733DC4;
}
.AnyTagClassName
{
color: #733DC4;
}
</style>
background-color css
<style>
a { background-color: #733DC4; }
a { background-color: rgb(115,61,196); }
div.DivClassName
{
background-color: #733DC4;
}
.BgClassName
{
background-color: #733DC4;
}
</style>
border-color css
<style>
span { border-color: #733DC4; }
span { border-color: rgb(115,61,196); }
td.TdClassName
{
border-color: #733DC4;
}
.TagClassName
{
border-color: #733DC4;
}
</style>