Shades of Purple #6F0A70
Tints of Purple #6F0A70
RGB
CMYK
RGB Variations
Color information
#6F0A70 (or 0x6F0A70) is known color: Purple. HEX triplet: 6F, 0A and 70. RGB value is (111,10,112). Sum of RGB (Red+Green+Blue) = 111+10+112=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 112 (44.14% from 255 or 48.07% from 233); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F0A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0A70 is #90F58F. Grayscale: #333333. Windows color (decimal): -9500048 or 7342703. OLE color: 7342703.
HSL color Cylindrical-coordinate representation of color #6F0A70: hue angle of 299.41º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A70 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 10 | 112 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.56 |
| HSL | 299.41º | 0.84% | 0.24% | - |
| HSV(B) | 299.41º | 0.91% | 0.44% | - |
| XYZ | 9.59 | 4.77 | 15.74 | - |
| YUV | 51.83 | 161.96 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 10 | 112 | 0.01 | 0.91 | 0 | 0.56 | 299.41 | 0.84 | 0.24 |
| Hex | 6F | A | 70 | 1 | 5B | 0 | 38 | 12B | 54 | 18 |
| Octal | 157 | 12 | 160 | 1 | 133 | 0 | 70 | 453 | 124 | 30 |
| Binary | 1101111 | 1010 | 1110000 | 1 | 1011011 | 0 | 111000 | 100101011 | 1010100 | 11000 |
Color Harmonies of #6F0A70
Complementary color
Monochromatic Colors of #6F0A70
Black with #6F0A70
Text Example
Text Example
White with #6F0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0A70; }
p { color: rgb(111,10,112); }
H1.HeaderClassName
{
color: #6F0A70;
}
.AnyTagClassName
{
color: #6F0A70;
}
</style>
background-color css
<style>
a { background-color: #6F0A70; }
a { background-color: rgb(111,10,112); }
div.DivClassName
{
background-color: #6F0A70;
}
.BgClassName
{
background-color: #6F0A70;
}
</style>
border-color css
<style>
span { border-color: #6F0A70; }
span { border-color: rgb(111,10,112); }
td.TdClassName
{
border-color: #6F0A70;
}
.TagClassName
{
border-color: #6F0A70;
}
</style>