Shades of Royal Purple #6C2FAD
Tints of Royal Purple #6C2FAD
RGB
CMYK
RGB Variations
Color information
#6C2FAD (or 0x6C2FAD) is known color: Royal Purple. HEX triplet: 6C, 2F and AD. RGB value is (108,47,173). Sum of RGB (Red+Green+Blue) = 108+47+173=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C2FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2FAD is #93D052. Grayscale: #4F4F4F. Windows color (decimal): -9687123 or 11349868. OLE color: 11349868.
HSL color Cylindrical-coordinate representation of color #6C2FAD: hue angle of 269.05º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2FAD is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 47 | 173 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.32 |
| HSL | 269.05º | 0.57% | 0.43% | - |
| HSV(B) | 269.05º | 0.73% | 0.68% | - |
| XYZ | 14.74 | 8.24 | 40.35 | - |
| YUV | 79.6 | 180.71 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 47 | 173 | 0.38 | 0.73 | 0 | 0.32 | 269.05 | 0.57 | 0.43 |
| Hex | 6C | 2F | AD | 26 | 49 | 0 | 20 | 10D | 39 | 2B |
| Octal | 154 | 57 | 255 | 46 | 111 | 0 | 40 | 415 | 71 | 53 |
| Binary | 1101100 | 101111 | 10101101 | 100110 | 1001001 | 0 | 100000 | 100001101 | 111001 | 101011 |
Color Harmonies of #6C2FAD
Complementary color
Monochromatic Colors of #6C2FAD
Black with #6C2FAD
Text Example
Text Example
White with #6C2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2FAD; }
p { color: rgb(108,47,173); }
H1.HeaderClassName
{
color: #6C2FAD;
}
.AnyTagClassName
{
color: #6C2FAD;
}
</style>
background-color css
<style>
a { background-color: #6C2FAD; }
a { background-color: rgb(108,47,173); }
div.DivClassName
{
background-color: #6C2FAD;
}
.BgClassName
{
background-color: #6C2FAD;
}
</style>
border-color css
<style>
span { border-color: #6C2FAD; }
span { border-color: rgb(108,47,173); }
td.TdClassName
{
border-color: #6C2FAD;
}
.TagClassName
{
border-color: #6C2FAD;
}
</style>