Shades of Dark Purple #7F0F64
Tints of Dark Purple #7F0F64
RGB
CMYK
RGB Variations
Color information
#7F0F64 (or 0x7F0F64) is known color: Dark Purple. HEX triplet: 7F, 0F and 64. RGB value is (127,15,100). Sum of RGB (Red+Green+Blue) = 127+15+100=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0F64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0F64 is #80F09B. Grayscale: #393939. Windows color (decimal): -8450204 or 6557567. OLE color: 6557567.
HSL color Cylindrical-coordinate representation of color #7F0F64: hue angle of 314.46º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F0F64 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 15 | 100 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.50 |
| HSL | 314.46º | 0.79% | 0.28% | - |
| HSV(B) | 314.46º | 0.88% | 0.5% | - |
| XYZ | 11.22 | 5.77 | 12.58 | - |
| YUV | 58.18 | 151.61 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 15 | 100 | 0 | 0.88 | 0.21 | 0.50 | 314.46 | 0.79 | 0.28 |
| Hex | 7F | F | 64 | 0 | 58 | 15 | 32 | 13A | 4F | 1C |
| Octal | 177 | 17 | 144 | 0 | 130 | 25 | 62 | 472 | 117 | 34 |
| Binary | 1111111 | 1111 | 1100100 | 0 | 1011000 | 10101 | 110010 | 100111010 | 1001111 | 11100 |
Color Harmonies of #7F0F64
Complementary color
Monochromatic Colors of #7F0F64
Black with #7F0F64
Text Example
Text Example
White with #7F0F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0F64; }
p { color: rgb(127,15,100); }
H1.HeaderClassName
{
color: #7F0F64;
}
.AnyTagClassName
{
color: #7F0F64;
}
</style>
background-color css
<style>
a { background-color: #7F0F64; }
a { background-color: rgb(127,15,100); }
div.DivClassName
{
background-color: #7F0F64;
}
.BgClassName
{
background-color: #7F0F64;
}
</style>
border-color css
<style>
span { border-color: #7F0F64; }
span { border-color: rgb(127,15,100); }
td.TdClassName
{
border-color: #7F0F64;
}
.TagClassName
{
border-color: #7F0F64;
}
</style>