Shades of Purple #6A1484
Tints of Purple #6A1484
RGB
CMYK
RGB Variations
Color information
#6A1484 (or 0x6A1484) is known color: Purple. HEX triplet: 6A, 14 and 84. RGB value is (106,20,132). Sum of RGB (Red+Green+Blue) = 106+20+132=258 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.09% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A1484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A1484 is #95EB7B. Grayscale: #3A3A3A. Windows color (decimal): -9825148 or 8655978. OLE color: 8655978.
HSL color Cylindrical-coordinate representation of color #6A1484: hue angle of 286.07º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A1484 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 20 | 132 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.48 |
| HSL | 286.07º | 0.74% | 0.3% | - |
| HSV(B) | 286.07º | 0.85% | 0.52% | - |
| XYZ | 10.36 | 5.23 | 22.29 | - |
| YUV | 58.48 | 169.49 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 20 | 132 | 0.20 | 0.85 | 0 | 0.48 | 286.07 | 0.74 | 0.3 |
| Hex | 6A | 14 | 84 | 14 | 55 | 0 | 30 | 11E | 4A | 1E |
| Octal | 152 | 24 | 204 | 24 | 125 | 0 | 60 | 436 | 112 | 36 |
| Binary | 1101010 | 10100 | 10000100 | 10100 | 1010101 | 0 | 110000 | 100011110 | 1001010 | 11110 |
Color Harmonies of #6A1484
Complementary color
Monochromatic Colors of #6A1484
Black with #6A1484
Text Example
Text Example
White with #6A1484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1484; }
p { color: rgb(106,20,132); }
H1.HeaderClassName
{
color: #6A1484;
}
.AnyTagClassName
{
color: #6A1484;
}
</style>
background-color css
<style>
a { background-color: #6A1484; }
a { background-color: rgb(106,20,132); }
div.DivClassName
{
background-color: #6A1484;
}
.BgClassName
{
background-color: #6A1484;
}
</style>
border-color css
<style>
span { border-color: #6A1484; }
span { border-color: rgb(106,20,132); }
td.TdClassName
{
border-color: #6A1484;
}
.TagClassName
{
border-color: #6A1484;
}
</style>