Shades of Purple #7B0565
Tints of Purple #7B0565
RGB
CMYK
RGB Variations
Color information
#7B0565 (or 0x7B0565) is known color: Purple. HEX triplet: 7B, 05 and 65. RGB value is (123,5,101). Sum of RGB (Red+Green+Blue) = 123+5+101=229 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.71% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0565 is #84FA9A. Grayscale: #323232. Windows color (decimal): -8714907 or 6620539. OLE color: 6620539.
HSL color Cylindrical-coordinate representation of color #7B0565: hue angle of 311.19º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B0565 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 5 | 101 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.52 |
| HSL | 311.19º | 0.92% | 0.25% | - |
| HSV(B) | 311.19º | 0.96% | 0.48% | - |
| XYZ | 10.57 | 5.26 | 12.77 | - |
| YUV | 51.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 101 | 0 | 0.96 | 0.18 | 0.52 | 311.19 | 0.92 | 0.25 |
| Hex | 7B | 5 | 65 | 0 | 60 | 12 | 34 | 137 | 5C | 19 |
| Octal | 173 | 5 | 145 | 0 | 140 | 22 | 64 | 467 | 134 | 31 |
| Binary | 1111011 | 101 | 1100101 | 0 | 1100000 | 10010 | 110100 | 100110111 | 1011100 | 11001 |
Color Harmonies of #7B0565
Complementary color
Monochromatic Colors of #7B0565
Black with #7B0565
Text Example
Text Example
White with #7B0565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0565; }
p { color: rgb(123,5,101); }
H1.HeaderClassName
{
color: #7B0565;
}
.AnyTagClassName
{
color: #7B0565;
}
</style>
background-color css
<style>
a { background-color: #7B0565; }
a { background-color: rgb(123,5,101); }
div.DivClassName
{
background-color: #7B0565;
}
.BgClassName
{
background-color: #7B0565;
}
</style>
border-color css
<style>
span { border-color: #7B0565; }
span { border-color: rgb(123,5,101); }
td.TdClassName
{
border-color: #7B0565;
}
.TagClassName
{
border-color: #7B0565;
}
</style>