Shades of Purple #7D0567
Tints of Purple #7D0567
RGB
CMYK
RGB Variations
Color information
#7D0567 (or 0x7D0567) is known color: Purple. HEX triplet: 7D, 05 and 67. RGB value is (125,5,103). Sum of RGB (Red+Green+Blue) = 125+5+103=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0567 is #82FA98. Grayscale: #333333. Windows color (decimal): -8583833 or 6751613. OLE color: 6751613.
HSL color Cylindrical-coordinate representation of color #7D0567: hue angle of 311º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D0567 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 5 | 103 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.51 |
| HSL | 311º | 0.92% | 0.25% | - |
| HSV(B) | 311º | 0.96% | 0.49% | - |
| XYZ | 10.96 | 5.45 | 13.31 | - |
| YUV | 52.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 5 | 103 | 0 | 0.96 | 0.18 | 0.51 | 311 | 0.92 | 0.25 |
| Hex | 7D | 5 | 67 | 0 | 60 | 12 | 33 | 137 | 5C | 19 |
| Octal | 175 | 5 | 147 | 0 | 140 | 22 | 63 | 467 | 134 | 31 |
| Binary | 1111101 | 101 | 1100111 | 0 | 1100000 | 10010 | 110011 | 100110111 | 1011100 | 11001 |
Color Harmonies of #7D0567
Complementary color
Monochromatic Colors of #7D0567
Black with #7D0567
Text Example
Text Example
White with #7D0567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0567; }
p { color: rgb(125,5,103); }
H1.HeaderClassName
{
color: #7D0567;
}
.AnyTagClassName
{
color: #7D0567;
}
</style>
background-color css
<style>
a { background-color: #7D0567; }
a { background-color: rgb(125,5,103); }
div.DivClassName
{
background-color: #7D0567;
}
.BgClassName
{
background-color: #7D0567;
}
</style>
border-color css
<style>
span { border-color: #7D0567; }
span { border-color: rgb(125,5,103); }
td.TdClassName
{
border-color: #7D0567;
}
.TagClassName
{
border-color: #7D0567;
}
</style>