Shades of Purple #6F1885
Tints of Purple #6F1885
RGB
CMYK
RGB Variations
Color information
#6F1885 (or 0x6F1885) is known color: Purple. HEX triplet: 6F, 18 and 85. RGB value is (111,24,133). Sum of RGB (Red+Green+Blue) = 111+24+133=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F1885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F1885 is #90E77A. Grayscale: #3E3E3E. Windows color (decimal): -9496443 or 8722543. OLE color: 8722543.
HSL color Cylindrical-coordinate representation of color #6F1885: hue angle of 287.89º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F1885 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 24 | 133 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.48 |
| HSL | 287.89º | 0.69% | 0.31% | - |
| HSV(B) | 287.89º | 0.82% | 0.52% | - |
| XYZ | 11.12 | 5.73 | 22.71 | - |
| YUV | 62.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 24 | 133 | 0.17 | 0.82 | 0 | 0.48 | 287.89 | 0.69 | 0.31 |
| Hex | 6F | 18 | 85 | 11 | 52 | 0 | 30 | 120 | 45 | 1F |
| Octal | 157 | 30 | 205 | 21 | 122 | 0 | 60 | 440 | 105 | 37 |
| Binary | 1101111 | 11000 | 10000101 | 10001 | 1010010 | 0 | 110000 | 100100000 | 1000101 | 11111 |
Color Harmonies of #6F1885
Complementary color
Monochromatic Colors of #6F1885
Black with #6F1885
Text Example
Text Example
White with #6F1885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1885; }
p { color: rgb(111,24,133); }
H1.HeaderClassName
{
color: #6F1885;
}
.AnyTagClassName
{
color: #6F1885;
}
</style>
background-color css
<style>
a { background-color: #6F1885; }
a { background-color: rgb(111,24,133); }
div.DivClassName
{
background-color: #6F1885;
}
.BgClassName
{
background-color: #6F1885;
}
</style>
border-color css
<style>
span { border-color: #6F1885; }
span { border-color: rgb(111,24,133); }
td.TdClassName
{
border-color: #6F1885;
}
.TagClassName
{
border-color: #6F1885;
}
</style>