Shades of Purple #6F0F7C
Tints of Purple #6F0F7C
RGB
CMYK
RGB Variations
Color information
#6F0F7C (or 0x6F0F7C) is known color: Purple. HEX triplet: 6F, 0F and 7C. RGB value is (111,15,124). Sum of RGB (Red+Green+Blue) = 111+15+124=250 (33% of max value = 765). Red value is 111 (43.75% from 255 or 44.4% from 250); Green value is 15 (6.25% from 255 or 6% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #6F0F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0F7C is #90F083. Grayscale: #373737. Windows color (decimal): -9498756 or 8130415. OLE color: 8130415.
HSL color Cylindrical-coordinate representation of color #6F0F7C: hue angle of 292.84º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6F0F7C is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 15 | 124 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.51 |
| HSL | 292.84º | 0.78% | 0.27% | - |
| HSV(B) | 292.84º | 0.88% | 0.49% | - |
| XYZ | 10.36 | 5.18 | 19.52 | - |
| YUV | 56.13 | 166.3 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 124 | 0.10 | 0.88 | 0 | 0.51 | 292.84 | 0.78 | 0.27 |
| Hex | 6F | F | 7C | A | 58 | 0 | 33 | 125 | 4E | 1B |
| Octal | 157 | 17 | 174 | 12 | 130 | 0 | 63 | 445 | 116 | 33 |
| Binary | 1101111 | 1111 | 1111100 | 1010 | 1011000 | 0 | 110011 | 100100101 | 1001110 | 11011 |
Color Harmonies of #6F0F7C
Complementary color
Monochromatic Colors of #6F0F7C
Black with #6F0F7C
Text Example
Text Example
White with #6F0F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0F7C; }
p { color: rgb(111,15,124); }
H1.HeaderClassName
{
color: #6F0F7C;
}
.AnyTagClassName
{
color: #6F0F7C;
}
</style>
background-color css
<style>
a { background-color: #6F0F7C; }
a { background-color: rgb(111,15,124); }
div.DivClassName
{
background-color: #6F0F7C;
}
.BgClassName
{
background-color: #6F0F7C;
}
</style>
border-color css
<style>
span { border-color: #6F0F7C; }
span { border-color: rgb(111,15,124); }
td.TdClassName
{
border-color: #6F0F7C;
}
.TagClassName
{
border-color: #6F0F7C;
}
</style>