Shades of Purple #6B0691
Tints of Purple #6B0691
RGB
CMYK
RGB Variations
Color information
#6B0691 (or 0x6B0691) is known color: Purple. HEX triplet: 6B, 06 and 91. RGB value is (107,6,145). Sum of RGB (Red+Green+Blue) = 107+6+145=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #6B0691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0691 is #94F96E. Grayscale: #333333. Windows color (decimal): -9763183 or 9504363. OLE color: 9504363.
HSL color Cylindrical-coordinate representation of color #6B0691: hue angle of 283.6º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0691 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 6 | 145 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.43 |
| HSL | 283.6º | 0.92% | 0.3% | - |
| HSV(B) | 283.6º | 0.96% | 0.57% | - |
| XYZ | 11.24 | 5.3 | 27.22 | - |
| YUV | 52.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 6 | 145 | 0.26 | 0.96 | 0 | 0.43 | 283.6 | 0.92 | 0.3 |
| Hex | 6B | 6 | 91 | 1A | 60 | 0 | 2B | 11C | 5C | 1E |
| Octal | 153 | 6 | 221 | 32 | 140 | 0 | 53 | 434 | 134 | 36 |
| Binary | 1101011 | 110 | 10010001 | 11010 | 1100000 | 0 | 101011 | 100011100 | 1011100 | 11110 |
Color Harmonies of #6B0691
Complementary color
Monochromatic Colors of #6B0691
Black with #6B0691
Text Example
Text Example
White with #6B0691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0691; }
p { color: rgb(107,6,145); }
H1.HeaderClassName
{
color: #6B0691;
}
.AnyTagClassName
{
color: #6B0691;
}
</style>
background-color css
<style>
a { background-color: #6B0691; }
a { background-color: rgb(107,6,145); }
div.DivClassName
{
background-color: #6B0691;
}
.BgClassName
{
background-color: #6B0691;
}
</style>
border-color css
<style>
span { border-color: #6B0691; }
span { border-color: rgb(107,6,145); }
td.TdClassName
{
border-color: #6B0691;
}
.TagClassName
{
border-color: #6B0691;
}
</style>