Shades of Purple #6A0183
Tints of Purple #6A0183
RGB
CMYK
RGB Variations
Color information
#6A0183 (or 0x6A0183) is known color: Purple. HEX triplet: 6A, 01 and 83. RGB value is (106,1,131). Sum of RGB (Red+Green+Blue) = 106+1+131=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 131 (51.56% from 255 or 55.04% from 238); Max value from RGB is 131 - color contains mainly: blue. Hex color #6A0183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0183 is #95FE7C. Grayscale: #2E2E2E. Windows color (decimal): -9830013 or 8585578. OLE color: 8585578.
HSL color Cylindrical-coordinate representation of color #6A0183: hue angle of 288.46º 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 #6A0183 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 1 | 131 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.49 |
| HSL | 288.46º | 0.98% | 0.26% | - |
| HSV(B) | 288.46º | 0.99% | 0.51% | - |
| XYZ | 10.05 | 4.72 | 21.85 | - |
| YUV | 47.22 | 175.29 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 1 | 131 | 0.19 | 0.99 | 0 | 0.49 | 288.46 | 0.98 | 0.26 |
| Hex | 6A | 1 | 83 | 13 | 63 | 0 | 31 | 120 | 62 | 1A |
| Octal | 152 | 1 | 203 | 23 | 143 | 0 | 61 | 440 | 142 | 32 |
| Binary | 1101010 | 1 | 10000011 | 10011 | 1100011 | 0 | 110001 | 100100000 | 1100010 | 11010 |
Color Harmonies of #6A0183
Complementary color
Monochromatic Colors of #6A0183
Black with #6A0183
Text Example
Text Example
White with #6A0183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0183; }
p { color: rgb(106,1,131); }
H1.HeaderClassName
{
color: #6A0183;
}
.AnyTagClassName
{
color: #6A0183;
}
</style>
background-color css
<style>
a { background-color: #6A0183; }
a { background-color: rgb(106,1,131); }
div.DivClassName
{
background-color: #6A0183;
}
.BgClassName
{
background-color: #6A0183;
}
</style>
border-color css
<style>
span { border-color: #6A0183; }
span { border-color: rgb(106,1,131); }
td.TdClassName
{
border-color: #6A0183;
}
.TagClassName
{
border-color: #6A0183;
}
</style>