Shades of Purple #6F0870
Tints of Purple #6F0870
RGB
CMYK
RGB Variations
Color information
#6F0870 (or 0x6F0870) is known color: Purple. HEX triplet: 6F, 08 and 70. RGB value is (111,8,112). Sum of RGB (Red+Green+Blue) = 111+8+112=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F0870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0870 is #90F78F. Grayscale: #323232. Windows color (decimal): -9500560 or 7342191. OLE color: 7342191.
HSL color Cylindrical-coordinate representation of color #6F0870: hue angle of 299.42º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0870 is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 8 | 112 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.56 |
| HSL | 299.42º | 0.87% | 0.24% | - |
| HSV(B) | 299.42º | 0.93% | 0.44% | - |
| XYZ | 9.57 | 4.72 | 15.74 | - |
| YUV | 50.65 | 162.62 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 112 | 0.01 | 0.93 | 0 | 0.56 | 299.42 | 0.87 | 0.24 |
| Hex | 6F | 8 | 70 | 1 | 5D | 0 | 38 | 12B | 57 | 18 |
| Octal | 157 | 10 | 160 | 1 | 135 | 0 | 70 | 453 | 127 | 30 |
| Binary | 1101111 | 1000 | 1110000 | 1 | 1011101 | 0 | 111000 | 100101011 | 1010111 | 11000 |
Color Harmonies of #6F0870
Complementary color
Monochromatic Colors of #6F0870
Black with #6F0870
Text Example
Text Example
White with #6F0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0870; }
p { color: rgb(111,8,112); }
H1.HeaderClassName
{
color: #6F0870;
}
.AnyTagClassName
{
color: #6F0870;
}
</style>
background-color css
<style>
a { background-color: #6F0870; }
a { background-color: rgb(111,8,112); }
div.DivClassName
{
background-color: #6F0870;
}
.BgClassName
{
background-color: #6F0870;
}
</style>
border-color css
<style>
span { border-color: #6F0870; }
span { border-color: rgb(111,8,112); }
td.TdClassName
{
border-color: #6F0870;
}
.TagClassName
{
border-color: #6F0870;
}
</style>