Shades of Purple #6B0578
Tints of Purple #6B0578
RGB
CMYK
RGB Variations
Color information
#6B0578 (or 0x6B0578) is known color: Purple. HEX triplet: 6B, 05 and 78. RGB value is (107,5,120). Sum of RGB (Red+Green+Blue) = 107+5+120=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 120 (47.27% from 255 or 51.72% from 232); Max value from RGB is 120 - color contains mainly: blue. Hex color #6B0578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0578 is #94FA87. Grayscale: #303030. Windows color (decimal): -9763464 or 7865707. OLE color: 7865707.
HSL color Cylindrical-coordinate representation of color #6B0578: hue angle of 293.22º 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 #6B0578 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 5 | 120 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.53 |
| HSL | 293.22º | 0.92% | 0.25% | - |
| HSV(B) | 293.22º | 0.96% | 0.47% | - |
| XYZ | 9.51 | 4.59 | 18.15 | - |
| YUV | 48.61 | 168.29 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 120 | 0.11 | 0.96 | 0 | 0.53 | 293.22 | 0.92 | 0.25 |
| Hex | 6B | 5 | 78 | B | 60 | 0 | 35 | 125 | 5C | 19 |
| Octal | 153 | 5 | 170 | 13 | 140 | 0 | 65 | 445 | 134 | 31 |
| Binary | 1101011 | 101 | 1111000 | 1011 | 1100000 | 0 | 110101 | 100100101 | 1011100 | 11001 |
Color Harmonies of #6B0578
Complementary color
Monochromatic Colors of #6B0578
Black with #6B0578
Text Example
Text Example
White with #6B0578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0578; }
p { color: rgb(107,5,120); }
H1.HeaderClassName
{
color: #6B0578;
}
.AnyTagClassName
{
color: #6B0578;
}
</style>
background-color css
<style>
a { background-color: #6B0578; }
a { background-color: rgb(107,5,120); }
div.DivClassName
{
background-color: #6B0578;
}
.BgClassName
{
background-color: #6B0578;
}
</style>
border-color css
<style>
span { border-color: #6B0578; }
span { border-color: rgb(107,5,120); }
td.TdClassName
{
border-color: #6B0578;
}
.TagClassName
{
border-color: #6B0578;
}
</style>