Shades of Purple #6B1070
Tints of Purple #6B1070
RGB
CMYK
RGB Variations
Color information
#6B1070 (or 0x6B1070) is known color: Purple. HEX triplet: 6B, 10 and 70. RGB value is (107,16,112). Sum of RGB (Red+Green+Blue) = 107+16+112=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B1070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1070 is #94EF8F. Grayscale: #353535. Windows color (decimal): -9760656 or 7344235. OLE color: 7344235.
HSL color Cylindrical-coordinate representation of color #6B1070: hue angle of 296.88º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6B1070 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 16 | 112 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.56 |
| HSL | 296.88º | 0.75% | 0.25% | - |
| HSV(B) | 296.88º | 0.86% | 0.44% | - |
| XYZ | 9.17 | 4.67 | 15.75 | - |
| YUV | 54.15 | 160.65 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 16 | 112 | 0.04 | 0.86 | 0 | 0.56 | 296.88 | 0.75 | 0.25 |
| Hex | 6B | 10 | 70 | 4 | 56 | 0 | 38 | 129 | 4B | 19 |
| Octal | 153 | 20 | 160 | 4 | 126 | 0 | 70 | 451 | 113 | 31 |
| Binary | 1101011 | 10000 | 1110000 | 100 | 1010110 | 0 | 111000 | 100101001 | 1001011 | 11001 |
Color Harmonies of #6B1070
Complementary color
Monochromatic Colors of #6B1070
Black with #6B1070
Text Example
Text Example
White with #6B1070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1070; }
p { color: rgb(107,16,112); }
H1.HeaderClassName
{
color: #6B1070;
}
.AnyTagClassName
{
color: #6B1070;
}
</style>
background-color css
<style>
a { background-color: #6B1070; }
a { background-color: rgb(107,16,112); }
div.DivClassName
{
background-color: #6B1070;
}
.BgClassName
{
background-color: #6B1070;
}
</style>
border-color css
<style>
span { border-color: #6B1070; }
span { border-color: rgb(107,16,112); }
td.TdClassName
{
border-color: #6B1070;
}
.TagClassName
{
border-color: #6B1070;
}
</style>