Shades of Royal Purple #6A2EA2
Tints of Royal Purple #6A2EA2
RGB
CMYK
RGB Variations
Color information
#6A2EA2 (or 0x6A2EA2) is known color: Royal Purple. HEX triplet: 6A, 2E and A2. RGB value is (106,46,162). Sum of RGB (Red+Green+Blue) = 106+46+162=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #6A2EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2EA2 is #95D15D. Grayscale: #4C4C4C. Windows color (decimal): -9818462 or 10628714. OLE color: 10628714.
HSL color Cylindrical-coordinate representation of color #6A2EA2: hue angle of 271.03º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A2EA2 is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 106 | 46 | 162 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.36 |
| HSL | 271.03º | 0.56% | 0.41% | - |
| HSV(B) | 271.03º | 0.72% | 0.64% | - |
| XYZ | 13.44 | 7.63 | 34.95 | - |
| YUV | 77.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 46 | 162 | 0.35 | 0.72 | 0 | 0.36 | 271.03 | 0.56 | 0.41 |
| Hex | 6A | 2E | A2 | 23 | 48 | 0 | 24 | 10F | 38 | 29 |
| Octal | 152 | 56 | 242 | 43 | 110 | 0 | 44 | 417 | 70 | 51 |
| Binary | 1101010 | 101110 | 10100010 | 100011 | 1001000 | 0 | 100100 | 100001111 | 111000 | 101001 |
Color Harmonies of #6A2EA2
Complementary color
Monochromatic Colors of #6A2EA2
Black with #6A2EA2
Text Example
Text Example
White with #6A2EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2EA2; }
p { color: rgb(106,46,162); }
H1.HeaderClassName
{
color: #6A2EA2;
}
.AnyTagClassName
{
color: #6A2EA2;
}
</style>
background-color css
<style>
a { background-color: #6A2EA2; }
a { background-color: rgb(106,46,162); }
div.DivClassName
{
background-color: #6A2EA2;
}
.BgClassName
{
background-color: #6A2EA2;
}
</style>
border-color css
<style>
span { border-color: #6A2EA2; }
span { border-color: rgb(106,46,162); }
td.TdClassName
{
border-color: #6A2EA2;
}
.TagClassName
{
border-color: #6A2EA2;
}
</style>