Shades of Purple #6A0282
Tints of Purple #6A0282
RGB
CMYK
RGB Variations
Color information
#6A0282 (or 0x6A0282) is known color: Purple. HEX triplet: 6A, 02 and 82. RGB value is (106,2,130). Sum of RGB (Red+Green+Blue) = 106+2+130=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #6A0282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0282 is #95FD7D. Grayscale: #2F2F2F. Windows color (decimal): -9829758 or 8520298. OLE color: 8520298.
HSL color Cylindrical-coordinate representation of color #6A0282: hue angle of 288.75º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6A0282 is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 106 | 2 | 130 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.49 |
| HSL | 288.75º | 0.97% | 0.26% | - |
| HSV(B) | 288.75º | 0.98% | 0.51% | - |
| XYZ | 9.99 | 4.72 | 21.5 | - |
| YUV | 47.69 | 174.46 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 2 | 130 | 0.18 | 0.98 | 0 | 0.49 | 288.75 | 0.97 | 0.26 |
| Hex | 6A | 2 | 82 | 12 | 62 | 0 | 31 | 121 | 61 | 1A |
| Octal | 152 | 2 | 202 | 22 | 142 | 0 | 61 | 441 | 141 | 32 |
| Binary | 1101010 | 10 | 10000010 | 10010 | 1100010 | 0 | 110001 | 100100001 | 1100001 | 11010 |
Color Harmonies of #6A0282
Complementary color
Monochromatic Colors of #6A0282
Black with #6A0282
Text Example
Text Example
White with #6A0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A0282; }
p { color: rgb(106,2,130); }
H1.HeaderClassName
{
color: #6A0282;
}
.AnyTagClassName
{
color: #6A0282;
}
</style>
background-color css
<style>
a { background-color: #6A0282; }
a { background-color: rgb(106,2,130); }
div.DivClassName
{
background-color: #6A0282;
}
.BgClassName
{
background-color: #6A0282;
}
</style>
border-color css
<style>
span { border-color: #6A0282; }
span { border-color: rgb(106,2,130); }
td.TdClassName
{
border-color: #6A0282;
}
.TagClassName
{
border-color: #6A0282;
}
</style>