Shades of Purple #6B0671
Tints of Purple #6B0671
RGB
CMYK
RGB Variations
Color information
#6B0671 (or 0x6B0671) is known color: Purple. HEX triplet: 6B, 06 and 71. RGB value is (107,6,113). Sum of RGB (Red+Green+Blue) = 107+6+113=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 6 (2.73% from 255 or 2.65% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B0671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0671 is #94F98E. Grayscale: #303030. Windows color (decimal): -9763215 or 7407211. OLE color: 7407211.
HSL color Cylindrical-coordinate representation of color #6B0671: hue angle of 296.64º degrees, saturation: 0.9, 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 #6B0671 is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 6 | 113 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.56 |
| HSL | 296.64º | 0.9% | 0.23% | - |
| HSV(B) | 296.64º | 0.95% | 0.44% | - |
| XYZ | 9.11 | 4.45 | 16 | - |
| YUV | 48.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 113 | 0.05 | 0.95 | 0 | 0.56 | 296.64 | 0.9 | 0.23 |
| Hex | 6B | 6 | 71 | 5 | 5F | 0 | 38 | 129 | 5A | 17 |
| Octal | 153 | 6 | 161 | 5 | 137 | 0 | 70 | 451 | 132 | 27 |
| Binary | 1101011 | 110 | 1110001 | 101 | 1011111 | 0 | 111000 | 100101001 | 1011010 | 10111 |
Color Harmonies of #6B0671
Complementary color
Monochromatic Colors of #6B0671
Black with #6B0671
Text Example
Text Example
White with #6B0671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0671; }
p { color: rgb(107,6,113); }
H1.HeaderClassName
{
color: #6B0671;
}
.AnyTagClassName
{
color: #6B0671;
}
</style>
background-color css
<style>
a { background-color: #6B0671; }
a { background-color: rgb(107,6,113); }
div.DivClassName
{
background-color: #6B0671;
}
.BgClassName
{
background-color: #6B0671;
}
</style>
border-color css
<style>
span { border-color: #6B0671; }
span { border-color: rgb(107,6,113); }
td.TdClassName
{
border-color: #6B0671;
}
.TagClassName
{
border-color: #6B0671;
}
</style>