Shades of Dark Purple #7F146C
Tints of Dark Purple #7F146C
RGB
CMYK
RGB Variations
Color information
#7F146C (or 0x7F146C) is known color: Dark Purple. HEX triplet: 7F, 14 and 6C. RGB value is (127,20,108). Sum of RGB (Red+Green+Blue) = 127+20+108=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F146C is #80EB93. Grayscale: #3D3D3D. Windows color (decimal): -8448916 or 7083135. OLE color: 7083135.
HSL color Cylindrical-coordinate representation of color #7F146C: hue angle of 310.65º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F146C is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 108 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.50 |
| HSL | 310.65º | 0.73% | 0.29% | - |
| HSV(B) | 310.65º | 0.84% | 0.5% | - |
| XYZ | 11.71 | 6.1 | 14.75 | - |
| YUV | 62.03 | 153.95 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 108 | 0 | 0.84 | 0.15 | 0.50 | 310.65 | 0.73 | 0.29 |
| Hex | 7F | 14 | 6C | 0 | 54 | F | 32 | 137 | 49 | 1D |
| Octal | 177 | 24 | 154 | 0 | 124 | 17 | 62 | 467 | 111 | 35 |
| Binary | 1111111 | 10100 | 1101100 | 0 | 1010100 | 1111 | 110010 | 100110111 | 1001001 | 11101 |
Color Harmonies of #7F146C
Complementary color
Monochromatic Colors of #7F146C
Black with #7F146C
Text Example
Text Example
White with #7F146C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F146C; }
p { color: rgb(127,20,108); }
H1.HeaderClassName
{
color: #7F146C;
}
.AnyTagClassName
{
color: #7F146C;
}
</style>
background-color css
<style>
a { background-color: #7F146C; }
a { background-color: rgb(127,20,108); }
div.DivClassName
{
background-color: #7F146C;
}
.BgClassName
{
background-color: #7F146C;
}
</style>
border-color css
<style>
span { border-color: #7F146C; }
span { border-color: rgb(127,20,108); }
td.TdClassName
{
border-color: #7F146C;
}
.TagClassName
{
border-color: #7F146C;
}
</style>