Shades of Dark Purple #7F2364
Tints of Dark Purple #7F2364
RGB
CMYK
RGB Variations
Color information
#7F2364 (or 0x7F2364) is known color: Dark Purple. HEX triplet: 7F, 23 and 64. RGB value is (127,35,100). Sum of RGB (Red+Green+Blue) = 127+35+100=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 35 (14.06% from 255 or 13.36% from 262); Blue value is 100 (39.45% from 255 or 38.17% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2364 is #80DC9B. Grayscale: #454545. Windows color (decimal): -8445084 or 6562687. OLE color: 6562687.
HSL color Cylindrical-coordinate representation of color #7F2364: hue angle of 317.61º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F2364 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 35 | 100 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.50 |
| HSL | 317.61º | 0.57% | 0.32% | - |
| HSV(B) | 317.61º | 0.72% | 0.5% | - |
| XYZ | 11.65 | 6.63 | 12.72 | - |
| YUV | 69.92 | 144.98 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 35 | 100 | 0 | 0.72 | 0.21 | 0.50 | 317.61 | 0.57 | 0.32 |
| Hex | 7F | 23 | 64 | 0 | 48 | 15 | 32 | 13E | 39 | 20 |
| Octal | 177 | 43 | 144 | 0 | 110 | 25 | 62 | 476 | 71 | 40 |
| Binary | 1111111 | 100011 | 1100100 | 0 | 1001000 | 10101 | 110010 | 100111110 | 111001 | 100000 |
Color Harmonies of #7F2364
Complementary color
Monochromatic Colors of #7F2364
Black with #7F2364
Text Example
Text Example
White with #7F2364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F2364; }
p { color: rgb(127,35,100); }
H1.HeaderClassName
{
color: #7F2364;
}
.AnyTagClassName
{
color: #7F2364;
}
</style>
background-color css
<style>
a { background-color: #7F2364; }
a { background-color: rgb(127,35,100); }
div.DivClassName
{
background-color: #7F2364;
}
.BgClassName
{
background-color: #7F2364;
}
</style>
border-color css
<style>
span { border-color: #7F2364; }
span { border-color: rgb(127,35,100); }
td.TdClassName
{
border-color: #7F2364;
}
.TagClassName
{
border-color: #7F2364;
}
</style>