Shades of Purple #6B0569
Tints of Purple #6B0569
RGB
CMYK
RGB Variations
Color information
#6B0569 (or 0x6B0569) is known color: Purple. HEX triplet: 6B, 05 and 69. RGB value is (107,5,105). Sum of RGB (Red+Green+Blue) = 107+5+105=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 105 (41.41% from 255 or 48.39% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0569 is #94FA96. Grayscale: #2E2E2E. Windows color (decimal): -9763479 or 6882667. OLE color: 6882667.
HSL color Cylindrical-coordinate representation of color #6B0569: hue angle of 301.18º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0569 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 105 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.58 |
| HSL | 301.18º | 0.91% | 0.22% | - |
| HSV(B) | 301.18º | 0.95% | 0.42% | - |
| XYZ | 8.67 | 4.25 | 13.73 | - |
| YUV | 46.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 105 | 0 | 0.95 | 0.02 | 0.58 | 301.18 | 0.91 | 0.22 |
| Hex | 6B | 5 | 69 | 0 | 5F | 2 | 3A | 12D | 5B | 16 |
| Octal | 153 | 5 | 151 | 0 | 137 | 2 | 72 | 455 | 133 | 26 |
| Binary | 1101011 | 101 | 1101001 | 0 | 1011111 | 10 | 111010 | 100101101 | 1011011 | 10110 |
Color Harmonies of #6B0569
Complementary color
Monochromatic Colors of #6B0569
Black with #6B0569
Text Example
Text Example
White with #6B0569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0569; }
p { color: rgb(107,5,105); }
H1.HeaderClassName
{
color: #6B0569;
}
.AnyTagClassName
{
color: #6B0569;
}
</style>
background-color css
<style>
a { background-color: #6B0569; }
a { background-color: rgb(107,5,105); }
div.DivClassName
{
background-color: #6B0569;
}
.BgClassName
{
background-color: #6B0569;
}
</style>
border-color css
<style>
span { border-color: #6B0569; }
span { border-color: rgb(107,5,105); }
td.TdClassName
{
border-color: #6B0569;
}
.TagClassName
{
border-color: #6B0569;
}
</style>