Shades of Purple #7B0669
Tints of Purple #7B0669
RGB
CMYK
RGB Variations
Color information
#7B0669 (or 0x7B0669) is known color: Purple. HEX triplet: 7B, 06 and 69. RGB value is (123,6,105). Sum of RGB (Red+Green+Blue) = 123+6+105=234 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.56% from 234); Green value is 6 (2.73% from 255 or 2.56% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0669 is #84F996. Grayscale: #333333. Windows color (decimal): -8714647 or 6882939. OLE color: 6882939.
HSL color Cylindrical-coordinate representation of color #7B0669: hue angle of 309.23º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0669 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 6 | 105 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.52 |
| HSL | 309.23º | 0.91% | 0.25% | - |
| HSV(B) | 309.23º | 0.95% | 0.48% | - |
| XYZ | 10.78 | 5.36 | 13.83 | - |
| YUV | 52.27 | 157.76 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 105 | 0 | 0.95 | 0.15 | 0.52 | 309.23 | 0.91 | 0.25 |
| Hex | 7B | 6 | 69 | 0 | 5F | F | 34 | 135 | 5B | 19 |
| Octal | 173 | 6 | 151 | 0 | 137 | 17 | 64 | 465 | 133 | 31 |
| Binary | 1111011 | 110 | 1101001 | 0 | 1011111 | 1111 | 110100 | 100110101 | 1011011 | 11001 |
Color Harmonies of #7B0669
Complementary color
Monochromatic Colors of #7B0669
Black with #7B0669
Text Example
Text Example
White with #7B0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0669; }
p { color: rgb(123,6,105); }
H1.HeaderClassName
{
color: #7B0669;
}
.AnyTagClassName
{
color: #7B0669;
}
</style>
background-color css
<style>
a { background-color: #7B0669; }
a { background-color: rgb(123,6,105); }
div.DivClassName
{
background-color: #7B0669;
}
.BgClassName
{
background-color: #7B0669;
}
</style>
border-color css
<style>
span { border-color: #7B0669; }
span { border-color: rgb(123,6,105); }
td.TdClassName
{
border-color: #7B0669;
}
.TagClassName
{
border-color: #7B0669;
}
</style>