Shades of Purple #6F0182
Tints of Purple #6F0182
RGB
CMYK
RGB Variations
Color information
#6F0182 (or 0x6F0182) is known color: Purple. HEX triplet: 6F, 01 and 82. RGB value is (111,1,130). Sum of RGB (Red+Green+Blue) = 111+1+130=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F0182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F0182 is #90FE7D. Grayscale: #303030. Windows color (decimal): -9502334 or 8520047. OLE color: 8520047.
HSL color Cylindrical-coordinate representation of color #6F0182: hue angle of 291.16º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0182 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 1 | 130 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.49 |
| HSL | 291.16º | 0.98% | 0.26% | - |
| HSV(B) | 291.16º | 0.99% | 0.51% | - |
| XYZ | 10.6 | 5.01 | 21.53 | - |
| YUV | 48.6 | 173.94 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 1 | 130 | 0.15 | 0.99 | 0 | 0.49 | 291.16 | 0.98 | 0.26 |
| Hex | 6F | 1 | 82 | F | 63 | 0 | 31 | 123 | 62 | 1A |
| Octal | 157 | 1 | 202 | 17 | 143 | 0 | 61 | 443 | 142 | 32 |
| Binary | 1101111 | 1 | 10000010 | 1111 | 1100011 | 0 | 110001 | 100100011 | 1100010 | 11010 |
Color Harmonies of #6F0182
Complementary color
Monochromatic Colors of #6F0182
Black with #6F0182
Text Example
Text Example
White with #6F0182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0182; }
p { color: rgb(111,1,130); }
H1.HeaderClassName
{
color: #6F0182;
}
.AnyTagClassName
{
color: #6F0182;
}
</style>
background-color css
<style>
a { background-color: #6F0182; }
a { background-color: rgb(111,1,130); }
div.DivClassName
{
background-color: #6F0182;
}
.BgClassName
{
background-color: #6F0182;
}
</style>
border-color css
<style>
span { border-color: #6F0182; }
span { border-color: rgb(111,1,130); }
td.TdClassName
{
border-color: #6F0182;
}
.TagClassName
{
border-color: #6F0182;
}
</style>