Shades of Purple #78137F
Tints of Purple #78137F
RGB
CMYK
RGB Variations
Color information
#78137F (or 0x78137F) is known color: Purple. HEX triplet: 78, 13 and 7F. RGB value is (120,19,127). Sum of RGB (Red+Green+Blue) = 120+19+127=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #78137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78137F is #87EC80. Grayscale: #3D3D3D. Windows color (decimal): -8907905 or 8328056. OLE color: 8328056.
HSL color Cylindrical-coordinate representation of color #78137F: hue angle of 296.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78137F is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 19 | 127 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.50 |
| HSL | 296.11º | 0.74% | 0.29% | - |
| HSV(B) | 296.11º | 0.85% | 0.5% | - |
| XYZ | 11.81 | 5.99 | 20.61 | - |
| YUV | 61.51 | 164.96 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 127 | 0.06 | 0.85 | 0 | 0.50 | 296.11 | 0.74 | 0.29 |
| Hex | 78 | 13 | 7F | 6 | 55 | 0 | 32 | 128 | 4A | 1D |
| Octal | 170 | 23 | 177 | 6 | 125 | 0 | 62 | 450 | 112 | 35 |
| Binary | 1111000 | 10011 | 1111111 | 110 | 1010101 | 0 | 110010 | 100101000 | 1001010 | 11101 |
Color Harmonies of #78137F
Complementary color
Monochromatic Colors of #78137F
Black with #78137F
Text Example
Text Example
White with #78137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78137F; }
p { color: rgb(120,19,127); }
H1.HeaderClassName
{
color: #78137F;
}
.AnyTagClassName
{
color: #78137F;
}
</style>
background-color css
<style>
a { background-color: #78137F; }
a { background-color: rgb(120,19,127); }
div.DivClassName
{
background-color: #78137F;
}
.BgClassName
{
background-color: #78137F;
}
</style>
border-color css
<style>
span { border-color: #78137F; }
span { border-color: rgb(120,19,127); }
td.TdClassName
{
border-color: #78137F;
}
.TagClassName
{
border-color: #78137F;
}
</style>