Shades of Flirt #6F3152
Tints of Flirt #6F3152
RGB
CMYK
RGB Variations
Color information
#6F3152 (or 0x6F3152) is known color: Flirt. HEX triplet: 6F, 31 and 52. RGB value is (111,49,82). Sum of RGB (Red+Green+Blue) = 111+49+82=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3152 is #90CEAD. Grayscale: #474747. Windows color (decimal): -9490094 or 5386607. OLE color: 5386607.
HSL color Cylindrical-coordinate representation of color #6F3152: hue angle of 328.06º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F3152 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 82 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.56 |
| HSL | 328.06º | 0.39% | 0.31% | - |
| HSV(B) | 328.06º | 0.56% | 0.44% | - |
| XYZ | 9.18 | 6.19 | 8.69 | - |
| YUV | 71.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 82 | 0 | 0.56 | 0.26 | 0.56 | 328.06 | 0.39 | 0.31 |
| Hex | 6F | 31 | 52 | 0 | 38 | 1A | 38 | 148 | 27 | 1F |
| Octal | 157 | 61 | 122 | 0 | 70 | 32 | 70 | 510 | 47 | 37 |
| Binary | 1101111 | 110001 | 1010010 | 0 | 111000 | 11010 | 111000 | 101001000 | 100111 | 11111 |
Color Harmonies of #6F3152
Complementary color
Monochromatic Colors of #6F3152
Black with #6F3152
Text Example
Text Example
White with #6F3152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3152; }
p { color: rgb(111,49,82); }
H1.HeaderClassName
{
color: #6F3152;
}
.AnyTagClassName
{
color: #6F3152;
}
</style>
background-color css
<style>
a { background-color: #6F3152; }
a { background-color: rgb(111,49,82); }
div.DivClassName
{
background-color: #6F3152;
}
.BgClassName
{
background-color: #6F3152;
}
</style>
border-color css
<style>
span { border-color: #6F3152; }
span { border-color: rgb(111,49,82); }
td.TdClassName
{
border-color: #6F3152;
}
.TagClassName
{
border-color: #6F3152;
}
</style>