Shades of Purple #6B086F
Tints of Purple #6B086F
RGB
CMYK
RGB Variations
Color information
#6B086F (or 0x6B086F) is known color: Purple. HEX triplet: 6B, 08 and 6F. RGB value is (107,8,111). Sum of RGB (Red+Green+Blue) = 107+8+111=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 111 - color contains mainly: blue. Hex color #6B086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B086F is #94F790. Grayscale: #313131. Windows color (decimal): -9762705 or 7276651. OLE color: 7276651.
HSL color Cylindrical-coordinate representation of color #6B086F: hue angle of 297.67º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B086F is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 8 | 111 | - |
| CMYK | 0.04 | 0.93 | 0 | 0.56 |
| HSL | 297.67º | 0.87% | 0.23% | - |
| HSV(B) | 297.67º | 0.93% | 0.44% | - |
| XYZ | 9.02 | 4.45 | 15.42 | - |
| YUV | 49.34 | 162.8 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 8 | 111 | 0.04 | 0.93 | 0 | 0.56 | 297.67 | 0.87 | 0.23 |
| Hex | 6B | 8 | 6F | 4 | 5D | 0 | 38 | 12A | 57 | 17 |
| Octal | 153 | 10 | 157 | 4 | 135 | 0 | 70 | 452 | 127 | 27 |
| Binary | 1101011 | 1000 | 1101111 | 100 | 1011101 | 0 | 111000 | 100101010 | 1010111 | 10111 |
Color Harmonies of #6B086F
Complementary color
Monochromatic Colors of #6B086F
Black with #6B086F
Text Example
Text Example
White with #6B086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B086F; }
p { color: rgb(107,8,111); }
H1.HeaderClassName
{
color: #6B086F;
}
.AnyTagClassName
{
color: #6B086F;
}
</style>
background-color css
<style>
a { background-color: #6B086F; }
a { background-color: rgb(107,8,111); }
div.DivClassName
{
background-color: #6B086F;
}
.BgClassName
{
background-color: #6B086F;
}
</style>
border-color css
<style>
span { border-color: #6B086F; }
span { border-color: rgb(107,8,111); }
td.TdClassName
{
border-color: #6B086F;
}
.TagClassName
{
border-color: #6B086F;
}
</style>