Shades of Purple Heart #7337CF
Tints of Purple Heart #7337CF
RGB
CMYK
RGB Variations
Color information
#7337CF (or 0x7337CF) is known color: Purple Heart. HEX triplet: 73, 37 and CF. RGB value is (115,55,207). Sum of RGB (Red+Green+Blue) = 115+55+207=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 55 (21.88% from 255 or 14.59% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #7337CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7337CF is #8CC830. Grayscale: #595959. Windows color (decimal): -9226289 or 13580147. OLE color: 13580147.
HSL color Cylindrical-coordinate representation of color #7337CF: hue angle of 263.68º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7337CF is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 55 | 207 | - |
| CMYK | 0.44 | 0.73 | 0 | 0.19 |
| HSL | 263.68º | 0.61% | 0.51% | - |
| HSV(B) | 263.68º | 0.73% | 0.81% | - |
| XYZ | 19.7 | 10.88 | 60.09 | - |
| YUV | 90.27 | 193.88 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 207 | 0.44 | 0.73 | 0 | 0.19 | 263.68 | 0.61 | 0.51 |
| Hex | 73 | 37 | CF | 2C | 49 | 0 | 13 | 108 | 3D | 33 |
| Octal | 163 | 67 | 317 | 54 | 111 | 0 | 23 | 410 | 75 | 63 |
| Binary | 1110011 | 110111 | 11001111 | 101100 | 1001001 | 0 | 10011 | 100001000 | 111101 | 110011 |
Color Harmonies of #7337CF
Complementary color
Monochromatic Colors of #7337CF
Black with #7337CF
Text Example
Text Example
White with #7337CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7337CF; }
p { color: rgb(115,55,207); }
H1.HeaderClassName
{
color: #7337CF;
}
.AnyTagClassName
{
color: #7337CF;
}
</style>
background-color css
<style>
a { background-color: #7337CF; }
a { background-color: rgb(115,55,207); }
div.DivClassName
{
background-color: #7337CF;
}
.BgClassName
{
background-color: #7337CF;
}
</style>
border-color css
<style>
span { border-color: #7337CF; }
span { border-color: rgb(115,55,207); }
td.TdClassName
{
border-color: #7337CF;
}
.TagClassName
{
border-color: #7337CF;
}
</style>