Shades of Dark Purple #7F237B
Tints of Dark Purple #7F237B
RGB
CMYK
RGB Variations
Color information
#7F237B (or 0x7F237B) is known color: Dark Purple. HEX triplet: 7F, 23 and 7B. RGB value is (127,35,123). Sum of RGB (Red+Green+Blue) = 127+35+123=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 127 - color contains mainly: red. Hex color #7F237B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F237B is #80DC84. Grayscale: #484848. Windows color (decimal): -8445061 or 8070015. OLE color: 8070015.
HSL color Cylindrical-coordinate representation of color #7F237B: hue angle of 302.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 #7F237B is Cyan = 0, Magento = 0.72, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 35 | 123 | - |
| CMYK | 0 | 0.72 | 0.03 | 0.50 |
| HSL | 302.61º | 0.57% | 0.32% | - |
| HSV(B) | 302.61º | 0.72% | 0.5% | - |
| XYZ | 12.93 | 7.14 | 19.44 | - |
| YUV | 72.54 | 156.48 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 35 | 123 | 0 | 0.72 | 0.03 | 0.50 | 302.61 | 0.57 | 0.32 |
| Hex | 7F | 23 | 7B | 0 | 48 | 3 | 32 | 12F | 39 | 20 |
| Octal | 177 | 43 | 173 | 0 | 110 | 3 | 62 | 457 | 71 | 40 |
| Binary | 1111111 | 100011 | 1111011 | 0 | 1001000 | 11 | 110010 | 100101111 | 111001 | 100000 |
Color Harmonies of #7F237B
Complementary color
Monochromatic Colors of #7F237B
Black with #7F237B
Text Example
Text Example
White with #7F237B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F237B; }
p { color: rgb(127,35,123); }
H1.HeaderClassName
{
color: #7F237B;
}
.AnyTagClassName
{
color: #7F237B;
}
</style>
background-color css
<style>
a { background-color: #7F237B; }
a { background-color: rgb(127,35,123); }
div.DivClassName
{
background-color: #7F237B;
}
.BgClassName
{
background-color: #7F237B;
}
</style>
border-color css
<style>
span { border-color: #7F237B; }
span { border-color: rgb(127,35,123); }
td.TdClassName
{
border-color: #7F237B;
}
.TagClassName
{
border-color: #7F237B;
}
</style>