Shades of Purple #6B0566
Tints of Purple #6B0566
RGB
CMYK
RGB Variations
Color information
#6B0566 (or 0x6B0566) is known color: Purple. HEX triplet: 6B, 05 and 66. RGB value is (107,5,102). Sum of RGB (Red+Green+Blue) = 107+5+102=214 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0566 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0566 is #94FA99. Grayscale: #2E2E2E. Windows color (decimal): -9763482 or 6686059. OLE color: 6686059.
HSL color Cylindrical-coordinate representation of color #6B0566: hue angle of 302.94º 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 #6B0566 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 5 | 102 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.58 |
| HSL | 302.94º | 0.91% | 0.22% | - |
| HSV(B) | 302.94º | 0.95% | 0.42% | - |
| XYZ | 8.52 | 4.19 | 12.93 | - |
| YUV | 46.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 5 | 102 | 0 | 0.95 | 0.05 | 0.58 | 302.94 | 0.91 | 0.22 |
| Hex | 6B | 5 | 66 | 0 | 5F | 5 | 3A | 12F | 5B | 16 |
| Octal | 153 | 5 | 146 | 0 | 137 | 5 | 72 | 457 | 133 | 26 |
| Binary | 1101011 | 101 | 1100110 | 0 | 1011111 | 101 | 111010 | 100101111 | 1011011 | 10110 |
Color Harmonies of #6B0566
Complementary color
Monochromatic Colors of #6B0566
Black with #6B0566
Text Example
Text Example
White with #6B0566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0566; }
p { color: rgb(107,5,102); }
H1.HeaderClassName
{
color: #6B0566;
}
.AnyTagClassName
{
color: #6B0566;
}
</style>
background-color css
<style>
a { background-color: #6B0566; }
a { background-color: rgb(107,5,102); }
div.DivClassName
{
background-color: #6B0566;
}
.BgClassName
{
background-color: #6B0566;
}
</style>
border-color css
<style>
span { border-color: #6B0566; }
span { border-color: rgb(107,5,102); }
td.TdClassName
{
border-color: #6B0566;
}
.TagClassName
{
border-color: #6B0566;
}
</style>