Shades of Purple #6F0C6B
Tints of Purple #6F0C6B
RGB
CMYK
RGB Variations
Color information
#6F0C6B (or 0x6F0C6B) is known color: Purple. HEX triplet: 6F, 0C and 6B. RGB value is (111,12,107). Sum of RGB (Red+Green+Blue) = 111+12+107=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0C6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0C6B is #90F394. Grayscale: #343434. Windows color (decimal): -9499541 or 7015535. OLE color: 7015535.
HSL color Cylindrical-coordinate representation of color #6F0C6B: hue angle of 302.42º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F0C6B is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 12 | 107 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.56 |
| HSL | 302.42º | 0.8% | 0.24% | - |
| HSV(B) | 302.42º | 0.89% | 0.44% | - |
| XYZ | 9.34 | 4.7 | 14.33 | - |
| YUV | 52.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 107 | 0 | 0.89 | 0.04 | 0.56 | 302.42 | 0.8 | 0.24 |
| Hex | 6F | C | 6B | 0 | 59 | 4 | 38 | 12E | 50 | 18 |
| Octal | 157 | 14 | 153 | 0 | 131 | 4 | 70 | 456 | 120 | 30 |
| Binary | 1101111 | 1100 | 1101011 | 0 | 1011001 | 100 | 111000 | 100101110 | 1010000 | 11000 |
Color Harmonies of #6F0C6B
Complementary color
Monochromatic Colors of #6F0C6B
Black with #6F0C6B
Text Example
Text Example
White with #6F0C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0C6B; }
p { color: rgb(111,12,107); }
H1.HeaderClassName
{
color: #6F0C6B;
}
.AnyTagClassName
{
color: #6F0C6B;
}
</style>
background-color css
<style>
a { background-color: #6F0C6B; }
a { background-color: rgb(111,12,107); }
div.DivClassName
{
background-color: #6F0C6B;
}
.BgClassName
{
background-color: #6F0C6B;
}
</style>
border-color css
<style>
span { border-color: #6F0C6B; }
span { border-color: rgb(111,12,107); }
td.TdClassName
{
border-color: #6F0C6B;
}
.TagClassName
{
border-color: #6F0C6B;
}
</style>