Shades of Purple #78067D
Tints of Purple #78067D
RGB
CMYK
RGB Variations
Color information
#78067D (or 0x78067D) is known color: Purple. HEX triplet: 78, 06 and 7D. RGB value is (120,6,125). Sum of RGB (Red+Green+Blue) = 120+6+125=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #78067D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78067D is #87F982. Grayscale: #353535. Windows color (decimal): -8911235 or 8193656. OLE color: 8193656.
HSL color Cylindrical-coordinate representation of color #78067D: hue angle of 297.48º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #78067D is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 6 | 125 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.51 |
| HSL | 297.48º | 0.91% | 0.26% | - |
| HSV(B) | 297.48º | 0.95% | 0.49% | - |
| XYZ | 11.51 | 5.6 | 19.88 | - |
| YUV | 53.65 | 168.27 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 6 | 125 | 0.04 | 0.95 | 0 | 0.51 | 297.48 | 0.91 | 0.26 |
| Hex | 78 | 6 | 7D | 4 | 5F | 0 | 33 | 129 | 5B | 1A |
| Octal | 170 | 6 | 175 | 4 | 137 | 0 | 63 | 451 | 133 | 32 |
| Binary | 1111000 | 110 | 1111101 | 100 | 1011111 | 0 | 110011 | 100101001 | 1011011 | 11010 |
Color Harmonies of #78067D
Complementary color
Monochromatic Colors of #78067D
Black with #78067D
Text Example
Text Example
White with #78067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78067D; }
p { color: rgb(120,6,125); }
H1.HeaderClassName
{
color: #78067D;
}
.AnyTagClassName
{
color: #78067D;
}
</style>
background-color css
<style>
a { background-color: #78067D; }
a { background-color: rgb(120,6,125); }
div.DivClassName
{
background-color: #78067D;
}
.BgClassName
{
background-color: #78067D;
}
</style>
border-color css
<style>
span { border-color: #78067D; }
span { border-color: rgb(120,6,125); }
td.TdClassName
{
border-color: #78067D;
}
.TagClassName
{
border-color: #78067D;
}
</style>