Shades of Purple #6B0C71
Tints of Purple #6B0C71
RGB
CMYK
RGB Variations
Color information
#6B0C71 (or 0x6B0C71) is known color: Purple. HEX triplet: 6B, 0C and 71. RGB value is (107,12,113). Sum of RGB (Red+Green+Blue) = 107+12+113=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #6B0C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0C71 is #94F38E. Grayscale: #333333. Windows color (decimal): -9761679 or 7408747. OLE color: 7408747.
HSL color Cylindrical-coordinate representation of color #6B0C71: hue angle of 296.44º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B0C71 is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 12 | 113 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.56 |
| HSL | 296.44º | 0.81% | 0.25% | - |
| HSV(B) | 296.44º | 0.89% | 0.44% | - |
| XYZ | 9.18 | 4.58 | 16.02 | - |
| YUV | 51.92 | 162.47 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 12 | 113 | 0.05 | 0.89 | 0 | 0.56 | 296.44 | 0.81 | 0.25 |
| Hex | 6B | C | 71 | 5 | 59 | 0 | 38 | 128 | 51 | 19 |
| Octal | 153 | 14 | 161 | 5 | 131 | 0 | 70 | 450 | 121 | 31 |
| Binary | 1101011 | 1100 | 1110001 | 101 | 1011001 | 0 | 111000 | 100101000 | 1010001 | 11001 |
Color Harmonies of #6B0C71
Complementary color
Monochromatic Colors of #6B0C71
Black with #6B0C71
Text Example
Text Example
White with #6B0C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B0C71; }
p { color: rgb(107,12,113); }
H1.HeaderClassName
{
color: #6B0C71;
}
.AnyTagClassName
{
color: #6B0C71;
}
</style>
background-color css
<style>
a { background-color: #6B0C71; }
a { background-color: rgb(107,12,113); }
div.DivClassName
{
background-color: #6B0C71;
}
.BgClassName
{
background-color: #6B0C71;
}
</style>
border-color css
<style>
span { border-color: #6B0C71; }
span { border-color: rgb(107,12,113); }
td.TdClassName
{
border-color: #6B0C71;
}
.TagClassName
{
border-color: #6B0C71;
}
</style>