Shades of Purple #78017F
Tints of Purple #78017F
RGB
CMYK
RGB Variations
Color information
#78017F (or 0x78017F) is known color: Purple. HEX triplet: 78, 01 and 7F. RGB value is (120,1,127). Sum of RGB (Red+Green+Blue) = 120+1+127=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 127 (50% from 255 or 51.21% from 248); Max value from RGB is 127 - color contains mainly: blue. Hex color #78017F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78017F is #87FE80. Grayscale: #323232. Windows color (decimal): -8912513 or 8323448. OLE color: 8323448.
HSL color Cylindrical-coordinate representation of color #78017F: hue angle of 296.67º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #78017F is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 1 | 127 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.50 |
| HSL | 296.67º | 0.98% | 0.25% | - |
| HSV(B) | 296.67º | 0.99% | 0.5% | - |
| XYZ | 11.59 | 5.55 | 20.54 | - |
| YUV | 50.95 | 170.92 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 127 | 0.06 | 0.99 | 0 | 0.50 | 296.67 | 0.98 | 0.25 |
| Hex | 78 | 1 | 7F | 6 | 63 | 0 | 32 | 129 | 62 | 19 |
| Octal | 170 | 1 | 177 | 6 | 143 | 0 | 62 | 451 | 142 | 31 |
| Binary | 1111000 | 1 | 1111111 | 110 | 1100011 | 0 | 110010 | 100101001 | 1100010 | 11001 |
Color Harmonies of #78017F
Complementary color
Monochromatic Colors of #78017F
Black with #78017F
Text Example
Text Example
White with #78017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78017F; }
p { color: rgb(120,1,127); }
H1.HeaderClassName
{
color: #78017F;
}
.AnyTagClassName
{
color: #78017F;
}
</style>
background-color css
<style>
a { background-color: #78017F; }
a { background-color: rgb(120,1,127); }
div.DivClassName
{
background-color: #78017F;
}
.BgClassName
{
background-color: #78017F;
}
</style>
border-color css
<style>
span { border-color: #78017F; }
span { border-color: rgb(120,1,127); }
td.TdClassName
{
border-color: #78017F;
}
.TagClassName
{
border-color: #78017F;
}
</style>