Shades of Purple #6F0573
Tints of Purple #6F0573
RGB
CMYK
RGB Variations
Color information
#6F0573 (or 0x6F0573) is known color: Purple. HEX triplet: 6F, 05 and 73. RGB value is (111,5,115). Sum of RGB (Red+Green+Blue) = 111+5+115=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F0573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0573 is #90FA8C. Grayscale: #303030. Windows color (decimal): -9501325 or 7538031. OLE color: 7538031.
HSL color Cylindrical-coordinate representation of color #6F0573: hue angle of 297.82º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0573 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 5 | 115 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.55 |
| HSL | 297.82º | 0.92% | 0.24% | - |
| HSV(B) | 297.82º | 0.96% | 0.45% | - |
| XYZ | 9.7 | 4.73 | 16.62 | - |
| YUV | 49.23 | 165.12 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 5 | 115 | 0.03 | 0.96 | 0 | 0.55 | 297.82 | 0.92 | 0.24 |
| Hex | 6F | 5 | 73 | 3 | 60 | 0 | 37 | 12A | 5C | 18 |
| Octal | 157 | 5 | 163 | 3 | 140 | 0 | 67 | 452 | 134 | 30 |
| Binary | 1101111 | 101 | 1110011 | 11 | 1100000 | 0 | 110111 | 100101010 | 1011100 | 11000 |
Color Harmonies of #6F0573
Complementary color
Monochromatic Colors of #6F0573
Black with #6F0573
Text Example
Text Example
White with #6F0573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0573; }
p { color: rgb(111,5,115); }
H1.HeaderClassName
{
color: #6F0573;
}
.AnyTagClassName
{
color: #6F0573;
}
</style>
background-color css
<style>
a { background-color: #6F0573; }
a { background-color: rgb(111,5,115); }
div.DivClassName
{
background-color: #6F0573;
}
.BgClassName
{
background-color: #6F0573;
}
</style>
border-color css
<style>
span { border-color: #6F0573; }
span { border-color: rgb(111,5,115); }
td.TdClassName
{
border-color: #6F0573;
}
.TagClassName
{
border-color: #6F0573;
}
</style>