Shades of Purple #6A018D
Tints of Purple #6A018D
RGB
CMYK
RGB Variations
Color information
#6A018D (or 0x6A018D) is known color: Purple. HEX triplet: 6A, 01 and 8D. RGB value is (106,1,141). Sum of RGB (Red+Green+Blue) = 106+1+141=248 (32% of max value = 765). Red value is 106 (41.80% from 255 or 42.74% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A018D is #95FE72. Grayscale: #2F2F2F. Windows color (decimal): -9830003 or 9240938. OLE color: 9240938.
HSL color Cylindrical-coordinate representation of color #6A018D: hue angle of 285º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A018D is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 1 | 141 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.45 |
| HSL | 285º | 0.99% | 0.28% | - |
| HSV(B) | 285º | 0.99% | 0.55% | - |
| XYZ | 10.76 | 5.01 | 25.6 | - |
| YUV | 48.36 | 180.29 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 1 | 141 | 0.25 | 0.99 | 0 | 0.45 | 285 | 0.99 | 0.28 |
| Hex | 6A | 1 | 8D | 19 | 63 | 0 | 2D | 11D | 63 | 1C |
| Octal | 152 | 1 | 215 | 31 | 143 | 0 | 55 | 435 | 143 | 34 |
| Binary | 1101010 | 1 | 10001101 | 11001 | 1100011 | 0 | 101101 | 100011101 | 1100011 | 11100 |
Color Harmonies of #6A018D
Complementary color
Monochromatic Colors of #6A018D
Black with #6A018D
Text Example
Text Example
White with #6A018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A018D; }
p { color: rgb(106,1,141); }
H1.HeaderClassName
{
color: #6A018D;
}
.AnyTagClassName
{
color: #6A018D;
}
</style>
background-color css
<style>
a { background-color: #6A018D; }
a { background-color: rgb(106,1,141); }
div.DivClassName
{
background-color: #6A018D;
}
.BgClassName
{
background-color: #6A018D;
}
</style>
border-color css
<style>
span { border-color: #6A018D; }
span { border-color: rgb(106,1,141); }
td.TdClassName
{
border-color: #6A018D;
}
.TagClassName
{
border-color: #6A018D;
}
</style>