Shades of Purple Heart #7337C4
Tints of Purple Heart #7337C4
RGB
CMYK
RGB Variations
Color information
#7337C4 (or 0x7337C4) is known color: Purple Heart. HEX triplet: 73, 37 and C4. RGB value is (115,55,196). Sum of RGB (Red+Green+Blue) = 115+55+196=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 55 (21.88% from 255 or 15.03% from 366); Blue value is 196 (76.95% from 255 or 53.55% from 366); Max value from RGB is 196 - color contains mainly: blue. Hex color #7337C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7337C4 is #8CC83B. Grayscale: #585858. Windows color (decimal): -9226300 or 12859251. OLE color: 12859251.
HSL color Cylindrical-coordinate representation of color #7337C4: hue angle of 265.53º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7337C4 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 115 | 55 | 196 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.23 |
| HSL | 265.53º | 0.56% | 0.49% | - |
| HSV(B) | 265.53º | 0.72% | 0.77% | - |
| XYZ | 18.4 | 10.36 | 53.25 | - |
| YUV | 89.01 | 188.38 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 196 | 0.41 | 0.72 | 0 | 0.23 | 265.53 | 0.56 | 0.49 |
| Hex | 73 | 37 | C4 | 29 | 48 | 0 | 17 | 10A | 38 | 31 |
| Octal | 163 | 67 | 304 | 51 | 110 | 0 | 27 | 412 | 70 | 61 |
| Binary | 1110011 | 110111 | 11000100 | 101001 | 1001000 | 0 | 10111 | 100001010 | 111000 | 110001 |
Color Harmonies of #7337C4
Complementary color
Monochromatic Colors of #7337C4
Black with #7337C4
Text Example
Text Example
White with #7337C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7337C4; }
p { color: rgb(115,55,196); }
H1.HeaderClassName
{
color: #7337C4;
}
.AnyTagClassName
{
color: #7337C4;
}
</style>
background-color css
<style>
a { background-color: #7337C4; }
a { background-color: rgb(115,55,196); }
div.DivClassName
{
background-color: #7337C4;
}
.BgClassName
{
background-color: #7337C4;
}
</style>
border-color css
<style>
span { border-color: #7337C4; }
span { border-color: rgb(115,55,196); }
td.TdClassName
{
border-color: #7337C4;
}
.TagClassName
{
border-color: #7337C4;
}
</style>