Shades of Purple Heart #7331CF
Tints of Purple Heart #7331CF
RGB
CMYK
RGB Variations
Color information
#7331CF (or 0x7331CF) is known color: Purple Heart. HEX triplet: 73, 31 and CF. RGB value is (115,49,207). Sum of RGB (Red+Green+Blue) = 115+49+207=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #7331CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7331CF is #8CCE30. Grayscale: #565656. Windows color (decimal): -9227825 or 13578611. OLE color: 13578611.
HSL color Cylindrical-coordinate representation of color #7331CF: hue angle of 265.06º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7331CF is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 49 | 207 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.19 |
| HSL | 265.06º | 0.62% | 0.5% | - |
| HSV(B) | 265.06º | 0.76% | 0.81% | - |
| XYZ | 19.43 | 10.35 | 60 | - |
| YUV | 86.75 | 195.87 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 207 | 0.44 | 0.76 | 0 | 0.19 | 265.06 | 0.62 | 0.5 |
| Hex | 73 | 31 | CF | 2C | 4C | 0 | 13 | 109 | 3E | 32 |
| Octal | 163 | 61 | 317 | 54 | 114 | 0 | 23 | 411 | 76 | 62 |
| Binary | 1110011 | 110001 | 11001111 | 101100 | 1001100 | 0 | 10011 | 100001001 | 111110 | 110010 |
Color Harmonies of #7331CF
Complementary color
Monochromatic Colors of #7331CF
Black with #7331CF
Text Example
Text Example
White with #7331CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7331CF; }
p { color: rgb(115,49,207); }
H1.HeaderClassName
{
color: #7331CF;
}
.AnyTagClassName
{
color: #7331CF;
}
</style>
background-color css
<style>
a { background-color: #7331CF; }
a { background-color: rgb(115,49,207); }
div.DivClassName
{
background-color: #7331CF;
}
.BgClassName
{
background-color: #7331CF;
}
</style>
border-color css
<style>
span { border-color: #7331CF; }
span { border-color: rgb(115,49,207); }
td.TdClassName
{
border-color: #7331CF;
}
.TagClassName
{
border-color: #7331CF;
}
</style>