Shades of Purple #6F1270
Tints of Purple #6F1270
RGB
CMYK
RGB Variations
Color information
#6F1270 (or 0x6F1270) is known color: Purple. HEX triplet: 6F, 12 and 70. RGB value is (111,18,112). Sum of RGB (Red+Green+Blue) = 111+18+112=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F1270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1270 is #90ED8F. Grayscale: #383838. Windows color (decimal): -9498000 or 7344751. OLE color: 7344751.
HSL color Cylindrical-coordinate representation of color #6F1270: hue angle of 299.36º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F1270 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 112 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.56 |
| HSL | 299.36º | 0.72% | 0.25% | - |
| HSV(B) | 299.36º | 0.84% | 0.44% | - |
| XYZ | 9.7 | 4.98 | 15.78 | - |
| YUV | 56.52 | 159.31 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 112 | 0.01 | 0.84 | 0 | 0.56 | 299.36 | 0.72 | 0.25 |
| Hex | 6F | 12 | 70 | 1 | 54 | 0 | 38 | 12B | 48 | 19 |
| Octal | 157 | 22 | 160 | 1 | 124 | 0 | 70 | 453 | 110 | 31 |
| Binary | 1101111 | 10010 | 1110000 | 1 | 1010100 | 0 | 111000 | 100101011 | 1001000 | 11001 |
Color Harmonies of #6F1270
Complementary color
Monochromatic Colors of #6F1270
Black with #6F1270
Text Example
Text Example
White with #6F1270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1270; }
p { color: rgb(111,18,112); }
H1.HeaderClassName
{
color: #6F1270;
}
.AnyTagClassName
{
color: #6F1270;
}
</style>
background-color css
<style>
a { background-color: #6F1270; }
a { background-color: rgb(111,18,112); }
div.DivClassName
{
background-color: #6F1270;
}
.BgClassName
{
background-color: #6F1270;
}
</style>
border-color css
<style>
span { border-color: #6F1270; }
span { border-color: rgb(111,18,112); }
td.TdClassName
{
border-color: #6F1270;
}
.TagClassName
{
border-color: #6F1270;
}
</style>