Shades of Purple #6F0580
Tints of Purple #6F0580
RGB
CMYK
RGB Variations
Color information
#6F0580 (or 0x6F0580) is known color: Purple. HEX triplet: 6F, 05 and 80. RGB value is (111,5,128). Sum of RGB (Red+Green+Blue) = 111+5+128=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F0580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0580 is #90FA7F. Grayscale: #323232. Windows color (decimal): -9501312 or 8389999. OLE color: 8389999.
HSL color Cylindrical-coordinate representation of color #6F0580: hue angle of 291.71º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0580 is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 5 | 128 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.50 |
| HSL | 291.71º | 0.92% | 0.26% | - |
| HSV(B) | 291.71º | 0.96% | 0.5% | - |
| XYZ | 10.51 | 5.05 | 20.84 | - |
| YUV | 50.72 | 171.62 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 128 | 0.13 | 0.96 | 0 | 0.50 | 291.71 | 0.92 | 0.26 |
| Hex | 6F | 5 | 80 | D | 60 | 0 | 32 | 124 | 5C | 1A |
| Octal | 157 | 5 | 200 | 15 | 140 | 0 | 62 | 444 | 134 | 32 |
| Binary | 1101111 | 101 | 10000000 | 1101 | 1100000 | 0 | 110010 | 100100100 | 1011100 | 11010 |
Color Harmonies of #6F0580
Complementary color
Monochromatic Colors of #6F0580
Black with #6F0580
Text Example
Text Example
White with #6F0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0580; }
p { color: rgb(111,5,128); }
H1.HeaderClassName
{
color: #6F0580;
}
.AnyTagClassName
{
color: #6F0580;
}
</style>
background-color css
<style>
a { background-color: #6F0580; }
a { background-color: rgb(111,5,128); }
div.DivClassName
{
background-color: #6F0580;
}
.BgClassName
{
background-color: #6F0580;
}
</style>
border-color css
<style>
span { border-color: #6F0580; }
span { border-color: rgb(111,5,128); }
td.TdClassName
{
border-color: #6F0580;
}
.TagClassName
{
border-color: #6F0580;
}
</style>