Shades of Purple Heart #7831CF
Tints of Purple Heart #7831CF
RGB
CMYK
RGB Variations
Color information
#7831CF (or 0x7831CF) is known color: Purple Heart. HEX triplet: 78, 31 and CF. RGB value is (120,49,207). Sum of RGB (Red+Green+Blue) = 120+49+207=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #7831CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7831CF is #87CE30. Grayscale: #575757. Windows color (decimal): -8900145 or 13578616. OLE color: 13578616.
HSL color Cylindrical-coordinate representation of color #7831CF: hue angle of 266.96º 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 #7831CF is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 49 | 207 | - |
| CMYK | 0.42 | 0.76 | 0 | 0.19 |
| HSL | 266.96º | 0.62% | 0.5% | - |
| HSV(B) | 266.96º | 0.76% | 0.81% | - |
| XYZ | 20.11 | 10.69 | 60.04 | - |
| YUV | 88.24 | 195.02 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 49 | 207 | 0.42 | 0.76 | 0 | 0.19 | 266.96 | 0.62 | 0.5 |
| Hex | 78 | 31 | CF | 2A | 4C | 0 | 13 | 10B | 3E | 32 |
| Octal | 170 | 61 | 317 | 52 | 114 | 0 | 23 | 413 | 76 | 62 |
| Binary | 1111000 | 110001 | 11001111 | 101010 | 1001100 | 0 | 10011 | 100001011 | 111110 | 110010 |
Color Harmonies of #7831CF
Complementary color
Monochromatic Colors of #7831CF
Black with #7831CF
Text Example
Text Example
White with #7831CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7831CF; }
p { color: rgb(120,49,207); }
H1.HeaderClassName
{
color: #7831CF;
}
.AnyTagClassName
{
color: #7831CF;
}
</style>
background-color css
<style>
a { background-color: #7831CF; }
a { background-color: rgb(120,49,207); }
div.DivClassName
{
background-color: #7831CF;
}
.BgClassName
{
background-color: #7831CF;
}
</style>
border-color css
<style>
span { border-color: #7831CF; }
span { border-color: rgb(120,49,207); }
td.TdClassName
{
border-color: #7831CF;
}
.TagClassName
{
border-color: #7831CF;
}
</style>