Shades of Purple #6F0B6A
Tints of Purple #6F0B6A
RGB
CMYK
RGB Variations
Color information
#6F0B6A (or 0x6F0B6A) is known color: Purple. HEX triplet: 6F, 0B and 6A. RGB value is (111,11,106). Sum of RGB (Red+Green+Blue) = 111+11+106=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0B6A is #90F495. Grayscale: #333333. Windows color (decimal): -9499798 or 6949743. OLE color: 6949743.
HSL color Cylindrical-coordinate representation of color #6F0B6A: hue angle of 303º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B6A is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 11 | 106 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.56 |
| HSL | 303º | 0.82% | 0.24% | - |
| HSV(B) | 303º | 0.9% | 0.44% | - |
| XYZ | 9.28 | 4.66 | 14.05 | - |
| YUV | 51.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 11 | 106 | 0 | 0.90 | 0.05 | 0.56 | 303 | 0.82 | 0.24 |
| Hex | 6F | B | 6A | 0 | 5A | 5 | 38 | 12F | 52 | 18 |
| Octal | 157 | 13 | 152 | 0 | 132 | 5 | 70 | 457 | 122 | 30 |
| Binary | 1101111 | 1011 | 1101010 | 0 | 1011010 | 101 | 111000 | 100101111 | 1010010 | 11000 |
Color Harmonies of #6F0B6A
Complementary color
Monochromatic Colors of #6F0B6A
Black with #6F0B6A
Text Example
Text Example
White with #6F0B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0B6A; }
p { color: rgb(111,11,106); }
H1.HeaderClassName
{
color: #6F0B6A;
}
.AnyTagClassName
{
color: #6F0B6A;
}
</style>
background-color css
<style>
a { background-color: #6F0B6A; }
a { background-color: rgb(111,11,106); }
div.DivClassName
{
background-color: #6F0B6A;
}
.BgClassName
{
background-color: #6F0B6A;
}
</style>
border-color css
<style>
span { border-color: #6F0B6A; }
span { border-color: rgb(111,11,106); }
td.TdClassName
{
border-color: #6F0B6A;
}
.TagClassName
{
border-color: #6F0B6A;
}
</style>