Shades of Purple Heart #7318B1
Tints of Purple Heart #7318B1
RGB
CMYK
RGB Variations
Color information
#7318B1 (or 0x7318B1) is known color: Purple Heart. HEX triplet: 73, 18 and B1. RGB value is (115,24,177). Sum of RGB (Red+Green+Blue) = 115+24+177=316 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.39% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 177 (69.53% from 255 or 56.01% from 316); Max value from RGB is 177 - color contains mainly: blue. Hex color #7318B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7318B1 is #8CE74E. Grayscale: #444444. Windows color (decimal): -9234255 or 11606131. OLE color: 11606131.
HSL color Cylindrical-coordinate representation of color #7318B1: hue angle of 275.69º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7318B1 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 24 | 177 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.31 |
| HSL | 275.69º | 0.76% | 0.39% | - |
| HSV(B) | 275.69º | 0.86% | 0.69% | - |
| XYZ | 15.33 | 7.47 | 42.23 | - |
| YUV | 68.65 | 189.15 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 24 | 177 | 0.35 | 0.86 | 0 | 0.31 | 275.69 | 0.76 | 0.39 |
| Hex | 73 | 18 | B1 | 23 | 56 | 0 | 1F | 114 | 4C | 27 |
| Octal | 163 | 30 | 261 | 43 | 126 | 0 | 37 | 424 | 114 | 47 |
| Binary | 1110011 | 11000 | 10110001 | 100011 | 1010110 | 0 | 11111 | 100010100 | 1001100 | 100111 |
Color Harmonies of #7318B1
Complementary color
Monochromatic Colors of #7318B1
Black with #7318B1
Text Example
Text Example
White with #7318B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7318B1; }
p { color: rgb(115,24,177); }
H1.HeaderClassName
{
color: #7318B1;
}
.AnyTagClassName
{
color: #7318B1;
}
</style>
background-color css
<style>
a { background-color: #7318B1; }
a { background-color: rgb(115,24,177); }
div.DivClassName
{
background-color: #7318B1;
}
.BgClassName
{
background-color: #7318B1;
}
</style>
border-color css
<style>
span { border-color: #7318B1; }
span { border-color: rgb(115,24,177); }
td.TdClassName
{
border-color: #7318B1;
}
.TagClassName
{
border-color: #7318B1;
}
</style>