Shades of Purple #6F0566
Tints of Purple #6F0566
RGB
CMYK
RGB Variations
Color information
#6F0566 (or 0x6F0566) is known color: Purple. HEX triplet: 6F, 05 and 66. RGB value is (111,5,102). Sum of RGB (Red+Green+Blue) = 111+5+102=218 (28% of max value = 765). Red value is 111 (43.75% from 255 or 50.92% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0566 is #90FA99. Grayscale: #2F2F2F. Windows color (decimal): -9501338 or 6686063. OLE color: 6686063.
HSL color Cylindrical-coordinate representation of color #6F0566: hue angle of 305.09º 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 #6F0566 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 5 | 102 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.56 |
| HSL | 305.09º | 0.91% | 0.23% | - |
| HSV(B) | 305.09º | 0.95% | 0.44% | - |
| XYZ | 9.01 | 4.45 | 12.95 | - |
| YUV | 47.75 | 158.62 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 102 | 0 | 0.95 | 0.08 | 0.56 | 305.09 | 0.91 | 0.23 |
| Hex | 6F | 5 | 66 | 0 | 5F | 8 | 38 | 131 | 5B | 17 |
| Octal | 157 | 5 | 146 | 0 | 137 | 10 | 70 | 461 | 133 | 27 |
| Binary | 1101111 | 101 | 1100110 | 0 | 1011111 | 1000 | 111000 | 100110001 | 1011011 | 10111 |
Color Harmonies of #6F0566
Complementary color
Monochromatic Colors of #6F0566
Black with #6F0566
Text Example
Text Example
White with #6F0566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0566; }
p { color: rgb(111,5,102); }
H1.HeaderClassName
{
color: #6F0566;
}
.AnyTagClassName
{
color: #6F0566;
}
</style>
background-color css
<style>
a { background-color: #6F0566; }
a { background-color: rgb(111,5,102); }
div.DivClassName
{
background-color: #6F0566;
}
.BgClassName
{
background-color: #6F0566;
}
</style>
border-color css
<style>
span { border-color: #6F0566; }
span { border-color: rgb(111,5,102); }
td.TdClassName
{
border-color: #6F0566;
}
.TagClassName
{
border-color: #6F0566;
}
</style>