Shades of Purple Heart #7825BC
Tints of Purple Heart #7825BC
RGB
CMYK
RGB Variations
Color information
#7825BC (or 0x7825BC) is known color: Purple Heart. HEX triplet: 78, 25 and BC. RGB value is (120,37,188). Sum of RGB (Red+Green+Blue) = 120+37+188=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 37 (14.84% from 255 or 10.72% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #7825BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7825BC is #87DA43. Grayscale: #4E4E4E. Windows color (decimal): -8903236 or 12330360. OLE color: 12330360.
HSL color Cylindrical-coordinate representation of color #7825BC: hue angle of 272.98º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7825BC is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 37 | 188 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.26 |
| HSL | 272.98º | 0.67% | 0.44% | - |
| HSV(B) | 272.98º | 0.8% | 0.74% | - |
| XYZ | 17.48 | 8.95 | 48.38 | - |
| YUV | 79.03 | 189.5 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 37 | 188 | 0.36 | 0.80 | 0 | 0.26 | 272.98 | 0.67 | 0.44 |
| Hex | 78 | 25 | BC | 24 | 50 | 0 | 1A | 111 | 43 | 2C |
| Octal | 170 | 45 | 274 | 44 | 120 | 0 | 32 | 421 | 103 | 54 |
| Binary | 1111000 | 100101 | 10111100 | 100100 | 1010000 | 0 | 11010 | 100010001 | 1000011 | 101100 |
Color Harmonies of #7825BC
Complementary color
Monochromatic Colors of #7825BC
Black with #7825BC
Text Example
Text Example
White with #7825BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7825BC; }
p { color: rgb(120,37,188); }
H1.HeaderClassName
{
color: #7825BC;
}
.AnyTagClassName
{
color: #7825BC;
}
</style>
background-color css
<style>
a { background-color: #7825BC; }
a { background-color: rgb(120,37,188); }
div.DivClassName
{
background-color: #7825BC;
}
.BgClassName
{
background-color: #7825BC;
}
</style>
border-color css
<style>
span { border-color: #7825BC; }
span { border-color: rgb(120,37,188); }
td.TdClassName
{
border-color: #7825BC;
}
.TagClassName
{
border-color: #7825BC;
}
</style>