Shades of Purple #6F048A
Tints of Purple #6F048A
RGB
CMYK
RGB Variations
Color information
#6F048A (or 0x6F048A) is known color: Purple. HEX triplet: 6F, 04 and 8A. RGB value is (111,4,138). Sum of RGB (Red+Green+Blue) = 111+4+138=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F048A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F048A is #90FB75. Grayscale: #323232. Windows color (decimal): -9501558 or 9045103. OLE color: 9045103.
HSL color Cylindrical-coordinate representation of color #6F048A: hue angle of 287.91º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F048A is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 4 | 138 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.46 |
| HSL | 287.91º | 0.94% | 0.28% | - |
| HSV(B) | 287.91º | 0.97% | 0.54% | - |
| XYZ | 11.19 | 5.3 | 24.48 | - |
| YUV | 51.27 | 176.95 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 4 | 138 | 0.20 | 0.97 | 0 | 0.46 | 287.91 | 0.94 | 0.28 |
| Hex | 6F | 4 | 8A | 14 | 61 | 0 | 2E | 120 | 5E | 1C |
| Octal | 157 | 4 | 212 | 24 | 141 | 0 | 56 | 440 | 136 | 34 |
| Binary | 1101111 | 100 | 10001010 | 10100 | 1100001 | 0 | 101110 | 100100000 | 1011110 | 11100 |
Color Harmonies of #6F048A
Complementary color
Monochromatic Colors of #6F048A
Black with #6F048A
Text Example
Text Example
White with #6F048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F048A; }
p { color: rgb(111,4,138); }
H1.HeaderClassName
{
color: #6F048A;
}
.AnyTagClassName
{
color: #6F048A;
}
</style>
background-color css
<style>
a { background-color: #6F048A; }
a { background-color: rgb(111,4,138); }
div.DivClassName
{
background-color: #6F048A;
}
.BgClassName
{
background-color: #6F048A;
}
</style>
border-color css
<style>
span { border-color: #6F048A; }
span { border-color: rgb(111,4,138); }
td.TdClassName
{
border-color: #6F048A;
}
.TagClassName
{
border-color: #6F048A;
}
</style>