Shades of Purple #6F0569
Tints of Purple #6F0569
RGB
CMYK
RGB Variations
Color information
#6F0569 (or 0x6F0569) is known color: Purple. HEX triplet: 6F, 05 and 69. RGB value is (111,5,105). Sum of RGB (Red+Green+Blue) = 111+5+105=221 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.23% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0569 is #90FA96. Grayscale: #2F2F2F. Windows color (decimal): -9501335 or 6882671. OLE color: 6882671.
HSL color Cylindrical-coordinate representation of color #6F0569: hue angle of 303.4º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F0569 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 105 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.56 |
| HSL | 303.4º | 0.91% | 0.23% | - |
| HSV(B) | 303.4º | 0.95% | 0.44% | - |
| XYZ | 9.16 | 4.51 | 13.75 | - |
| YUV | 48.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 105 | 0 | 0.95 | 0.05 | 0.56 | 303.4 | 0.91 | 0.23 |
| Hex | 6F | 5 | 69 | 0 | 5F | 5 | 38 | 12F | 5B | 17 |
| Octal | 157 | 5 | 151 | 0 | 137 | 5 | 70 | 457 | 133 | 27 |
| Binary | 1101111 | 101 | 1101001 | 0 | 1011111 | 101 | 111000 | 100101111 | 1011011 | 10111 |
Color Harmonies of #6F0569
Complementary color
Monochromatic Colors of #6F0569
Black with #6F0569
Text Example
Text Example
White with #6F0569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0569; }
p { color: rgb(111,5,105); }
H1.HeaderClassName
{
color: #6F0569;
}
.AnyTagClassName
{
color: #6F0569;
}
</style>
background-color css
<style>
a { background-color: #6F0569; }
a { background-color: rgb(111,5,105); }
div.DivClassName
{
background-color: #6F0569;
}
.BgClassName
{
background-color: #6F0569;
}
</style>
border-color css
<style>
span { border-color: #6F0569; }
span { border-color: rgb(111,5,105); }
td.TdClassName
{
border-color: #6F0569;
}
.TagClassName
{
border-color: #6F0569;
}
</style>