Shades of Royal Purple #6C2CAA
Tints of Royal Purple #6C2CAA
RGB
CMYK
RGB Variations
Color information
#6C2CAA (or 0x6C2CAA) is known color: Royal Purple. HEX triplet: 6C, 2C and AA. RGB value is (108,44,170). Sum of RGB (Red+Green+Blue) = 108+44+170=322 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.54% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 170 (66.80% from 255 or 52.80% from 322); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C2CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2CAA is #93D355. Grayscale: #4D4D4D. Windows color (decimal): -9687894 or 11152492. OLE color: 11152492.
HSL color Cylindrical-coordinate representation of color #6C2CAA: hue angle of 270.48º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C2CAA is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 44 | 170 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.33 |
| HSL | 270.48º | 0.59% | 0.42% | - |
| HSV(B) | 270.48º | 0.74% | 0.67% | - |
| XYZ | 14.34 | 7.89 | 38.8 | - |
| YUV | 77.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 44 | 170 | 0.36 | 0.74 | 0 | 0.33 | 270.48 | 0.59 | 0.42 |
| Hex | 6C | 2C | AA | 24 | 4A | 0 | 21 | 10E | 3B | 2A |
| Octal | 154 | 54 | 252 | 44 | 112 | 0 | 41 | 416 | 73 | 52 |
| Binary | 1101100 | 101100 | 10101010 | 100100 | 1001010 | 0 | 100001 | 100001110 | 111011 | 101010 |
Color Harmonies of #6C2CAA
Complementary color
Monochromatic Colors of #6C2CAA
Black with #6C2CAA
Text Example
Text Example
White with #6C2CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2CAA; }
p { color: rgb(108,44,170); }
H1.HeaderClassName
{
color: #6C2CAA;
}
.AnyTagClassName
{
color: #6C2CAA;
}
</style>
background-color css
<style>
a { background-color: #6C2CAA; }
a { background-color: rgb(108,44,170); }
div.DivClassName
{
background-color: #6C2CAA;
}
.BgClassName
{
background-color: #6C2CAA;
}
</style>
border-color css
<style>
span { border-color: #6C2CAA; }
span { border-color: rgb(108,44,170); }
td.TdClassName
{
border-color: #6C2CAA;
}
.TagClassName
{
border-color: #6C2CAA;
}
</style>