Shades of Purple #6F1373
Tints of Purple #6F1373
RGB
CMYK
RGB Variations
Color information
#6F1373 (or 0x6F1373) is known color: Purple. HEX triplet: 6F, 13 and 73. RGB value is (111,19,115). Sum of RGB (Red+Green+Blue) = 111+19+115=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F1373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1373 is #90EC8C. Grayscale: #393939. Windows color (decimal): -9497741 or 7541615. OLE color: 7541615.
HSL color Cylindrical-coordinate representation of color #6F1373: hue angle of 297.5º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1373 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 19 | 115 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.55 |
| HSL | 297.5º | 0.72% | 0.26% | - |
| HSV(B) | 297.5º | 0.83% | 0.45% | - |
| XYZ | 9.88 | 5.08 | 16.68 | - |
| YUV | 57.45 | 160.48 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 115 | 0.03 | 0.83 | 0 | 0.55 | 297.5 | 0.72 | 0.26 |
| Hex | 6F | 13 | 73 | 3 | 53 | 0 | 37 | 12A | 48 | 1A |
| Octal | 157 | 23 | 163 | 3 | 123 | 0 | 67 | 452 | 110 | 32 |
| Binary | 1101111 | 10011 | 1110011 | 11 | 1010011 | 0 | 110111 | 100101010 | 1001000 | 11010 |
Color Harmonies of #6F1373
Complementary color
Monochromatic Colors of #6F1373
Black with #6F1373
Text Example
Text Example
White with #6F1373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1373; }
p { color: rgb(111,19,115); }
H1.HeaderClassName
{
color: #6F1373;
}
.AnyTagClassName
{
color: #6F1373;
}
</style>
background-color css
<style>
a { background-color: #6F1373; }
a { background-color: rgb(111,19,115); }
div.DivClassName
{
background-color: #6F1373;
}
.BgClassName
{
background-color: #6F1373;
}
</style>
border-color css
<style>
span { border-color: #6F1373; }
span { border-color: rgb(111,19,115); }
td.TdClassName
{
border-color: #6F1373;
}
.TagClassName
{
border-color: #6F1373;
}
</style>