Shades of Royal Purple #6C2EAA
Tints of Royal Purple #6C2EAA
RGB
CMYK
RGB Variations
Color information
#6C2EAA (or 0x6C2EAA) is known color: Royal Purple. HEX triplet: 6C, 2E and AA. RGB value is (108,46,170). Sum of RGB (Red+Green+Blue) = 108+46+170=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 46 (18.36% from 255 or 14.20% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C2EAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2EAA is #93D155. Grayscale: #4E4E4E. Windows color (decimal): -9687382 or 11153004. OLE color: 11153004.
HSL color Cylindrical-coordinate representation of color #6C2EAA: hue angle of 270º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2EAA is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 46 | 170 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.33 |
| HSL | 270º | 0.57% | 0.42% | - |
| HSV(B) | 270º | 0.73% | 0.67% | - |
| XYZ | 14.42 | 8.04 | 38.82 | - |
| YUV | 78.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 46 | 170 | 0.36 | 0.73 | 0 | 0.33 | 270 | 0.57 | 0.42 |
| Hex | 6C | 2E | AA | 24 | 49 | 0 | 21 | 10E | 39 | 2A |
| Octal | 154 | 56 | 252 | 44 | 111 | 0 | 41 | 416 | 71 | 52 |
| Binary | 1101100 | 101110 | 10101010 | 100100 | 1001001 | 0 | 100001 | 100001110 | 111001 | 101010 |
Color Harmonies of #6C2EAA
Complementary color
Monochromatic Colors of #6C2EAA
Black with #6C2EAA
Text Example
Text Example
White with #6C2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2EAA; }
p { color: rgb(108,46,170); }
H1.HeaderClassName
{
color: #6C2EAA;
}
.AnyTagClassName
{
color: #6C2EAA;
}
</style>
background-color css
<style>
a { background-color: #6C2EAA; }
a { background-color: rgb(108,46,170); }
div.DivClassName
{
background-color: #6C2EAA;
}
.BgClassName
{
background-color: #6C2EAA;
}
</style>
border-color css
<style>
span { border-color: #6C2EAA; }
span { border-color: rgb(108,46,170); }
td.TdClassName
{
border-color: #6C2EAA;
}
.TagClassName
{
border-color: #6C2EAA;
}
</style>