Shades of Purple #6B0579
Tints of Purple #6B0579
RGB
CMYK
RGB Variations
Color information
#6B0579 (or 0x6B0579) is known color: Purple. HEX triplet: 6B, 05 and 79. RGB value is (107,5,121). Sum of RGB (Red+Green+Blue) = 107+5+121=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #6B0579 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0579 is #94FA86. Grayscale: #303030. Windows color (decimal): -9763463 or 7931243. OLE color: 7931243.
HSL color Cylindrical-coordinate representation of color #6B0579: hue angle of 292.76º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0579 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 5 | 121 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.53 |
| HSL | 292.76º | 0.92% | 0.25% | - |
| HSV(B) | 292.76º | 0.96% | 0.47% | - |
| XYZ | 9.57 | 4.61 | 18.48 | - |
| YUV | 48.72 | 168.79 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 121 | 0.12 | 0.96 | 0 | 0.53 | 292.76 | 0.92 | 0.25 |
| Hex | 6B | 5 | 79 | C | 60 | 0 | 35 | 125 | 5C | 19 |
| Octal | 153 | 5 | 171 | 14 | 140 | 0 | 65 | 445 | 134 | 31 |
| Binary | 1101011 | 101 | 1111001 | 1100 | 1100000 | 0 | 110101 | 100100101 | 1011100 | 11001 |
Color Harmonies of #6B0579
Complementary color
Monochromatic Colors of #6B0579
Black with #6B0579
Text Example
Text Example
White with #6B0579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0579; }
p { color: rgb(107,5,121); }
H1.HeaderClassName
{
color: #6B0579;
}
.AnyTagClassName
{
color: #6B0579;
}
</style>
background-color css
<style>
a { background-color: #6B0579; }
a { background-color: rgb(107,5,121); }
div.DivClassName
{
background-color: #6B0579;
}
.BgClassName
{
background-color: #6B0579;
}
</style>
border-color css
<style>
span { border-color: #6B0579; }
span { border-color: rgb(107,5,121); }
td.TdClassName
{
border-color: #6B0579;
}
.TagClassName
{
border-color: #6B0579;
}
</style>