Shades of Purple #6A0578
Tints of Purple #6A0578
RGB
CMYK
RGB Variations
Color information
#6A0578 (or 0x6A0578) is known color: Purple. HEX triplet: 6A, 05 and 78. RGB value is (106,5,120). Sum of RGB (Red+Green+Blue) = 106+5+120=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #6A0578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0578 is #95FA87. Grayscale: #2F2F2F. Windows color (decimal): -9829000 or 7865706. OLE color: 7865706.
HSL color Cylindrical-coordinate representation of color #6A0578: hue angle of 292.7º 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 #6A0578 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 5 | 120 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.53 |
| HSL | 292.7º | 0.92% | 0.25% | - |
| HSV(B) | 292.7º | 0.96% | 0.47% | - |
| XYZ | 9.39 | 4.53 | 18.15 | - |
| YUV | 48.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 5 | 120 | 0.12 | 0.96 | 0 | 0.53 | 292.7 | 0.92 | 0.25 |
| Hex | 6A | 5 | 78 | C | 60 | 0 | 35 | 125 | 5C | 19 |
| Octal | 152 | 5 | 170 | 14 | 140 | 0 | 65 | 445 | 134 | 31 |
| Binary | 1101010 | 101 | 1111000 | 1100 | 1100000 | 0 | 110101 | 100100101 | 1011100 | 11001 |
Color Harmonies of #6A0578
Complementary color
Monochromatic Colors of #6A0578
Black with #6A0578
Text Example
Text Example
White with #6A0578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0578; }
p { color: rgb(106,5,120); }
H1.HeaderClassName
{
color: #6A0578;
}
.AnyTagClassName
{
color: #6A0578;
}
</style>
background-color css
<style>
a { background-color: #6A0578; }
a { background-color: rgb(106,5,120); }
div.DivClassName
{
background-color: #6A0578;
}
.BgClassName
{
background-color: #6A0578;
}
</style>
border-color css
<style>
span { border-color: #6A0578; }
span { border-color: rgb(106,5,120); }
td.TdClassName
{
border-color: #6A0578;
}
.TagClassName
{
border-color: #6A0578;
}
</style>