Shades of Purple #6F046B
Tints of Purple #6F046B
RGB
CMYK
RGB Variations
Color information
#6F046B (or 0x6F046B) is known color: Purple. HEX triplet: 6F, 04 and 6B. RGB value is (111,4,107). Sum of RGB (Red+Green+Blue) = 111+4+107=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F046B is #90FB94. Grayscale: #2F2F2F. Windows color (decimal): -9501589 or 7013487. OLE color: 7013487.
HSL color Cylindrical-coordinate representation of color #6F046B: hue angle of 302.24º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F046B is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 4 | 107 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.56 |
| HSL | 302.24º | 0.93% | 0.23% | - |
| HSV(B) | 302.24º | 0.96% | 0.44% | - |
| XYZ | 9.25 | 4.53 | 14.3 | - |
| YUV | 47.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 107 | 0 | 0.96 | 0.04 | 0.56 | 302.24 | 0.93 | 0.23 |
| Hex | 6F | 4 | 6B | 0 | 60 | 4 | 38 | 12E | 5D | 17 |
| Octal | 157 | 4 | 153 | 0 | 140 | 4 | 70 | 456 | 135 | 27 |
| Binary | 1101111 | 100 | 1101011 | 0 | 1100000 | 100 | 111000 | 100101110 | 1011101 | 10111 |
Color Harmonies of #6F046B
Complementary color
Monochromatic Colors of #6F046B
Black with #6F046B
Text Example
Text Example
White with #6F046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F046B; }
p { color: rgb(111,4,107); }
H1.HeaderClassName
{
color: #6F046B;
}
.AnyTagClassName
{
color: #6F046B;
}
</style>
background-color css
<style>
a { background-color: #6F046B; }
a { background-color: rgb(111,4,107); }
div.DivClassName
{
background-color: #6F046B;
}
.BgClassName
{
background-color: #6F046B;
}
</style>
border-color css
<style>
span { border-color: #6F046B; }
span { border-color: rgb(111,4,107); }
td.TdClassName
{
border-color: #6F046B;
}
.TagClassName
{
border-color: #6F046B;
}
</style>