Shades of Dark Purple #7F247B
Tints of Dark Purple #7F247B
RGB
CMYK
RGB Variations
Color information
#7F247B (or 0x7F247B) is known color: Dark Purple. HEX triplet: 7F, 24 and 7B. RGB value is (127,36,123). Sum of RGB (Red+Green+Blue) = 127+36+123=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 127 - color contains mainly: red. Hex color #7F247B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F247B is #80DB84. Grayscale: #484848. Windows color (decimal): -8444805 or 8070271. OLE color: 8070271.
HSL color Cylindrical-coordinate representation of color #7F247B: hue angle of 302.64º degrees, saturation: 0.56, 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 #7F247B is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 36 | 123 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.50 |
| HSL | 302.64º | 0.56% | 0.32% | - |
| HSV(B) | 302.64º | 0.72% | 0.5% | - |
| XYZ | 12.96 | 7.2 | 19.45 | - |
| YUV | 73.13 | 156.15 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 36 | 123 | 0 | 0.72 | 0.03 | 0.50 | 302.64 | 0.56 | 0.32 |
| Hex | 7F | 24 | 7B | 0 | 48 | 3 | 32 | 12F | 38 | 20 |
| Octal | 177 | 44 | 173 | 0 | 110 | 3 | 62 | 457 | 70 | 40 |
| Binary | 1111111 | 100100 | 1111011 | 0 | 1001000 | 11 | 110010 | 100101111 | 111000 | 100000 |
Color Harmonies of #7F247B
Complementary color
Monochromatic Colors of #7F247B
Black with #7F247B
Text Example
Text Example
White with #7F247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F247B; }
p { color: rgb(127,36,123); }
H1.HeaderClassName
{
color: #7F247B;
}
.AnyTagClassName
{
color: #7F247B;
}
</style>
background-color css
<style>
a { background-color: #7F247B; }
a { background-color: rgb(127,36,123); }
div.DivClassName
{
background-color: #7F247B;
}
.BgClassName
{
background-color: #7F247B;
}
</style>
border-color css
<style>
span { border-color: #7F247B; }
span { border-color: rgb(127,36,123); }
td.TdClassName
{
border-color: #7F247B;
}
.TagClassName
{
border-color: #7F247B;
}
</style>