Shades of Royal Purple #6C2C98
Tints of Royal Purple #6C2C98
RGB
CMYK
RGB Variations
Color information
#6C2C98 (or 0x6C2C98) is known color: Royal Purple. HEX triplet: 6C, 2C and 98. RGB value is (108,44,152). Sum of RGB (Red+Green+Blue) = 108+44+152=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #6C2C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2C98 is #93D367. Grayscale: #4B4B4B. Windows color (decimal): -9687912 or 9972844. OLE color: 9972844.
HSL color Cylindrical-coordinate representation of color #6C2C98: hue angle of 275.56º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C2C98 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 44 | 152 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.40 |
| HSL | 275.56º | 0.55% | 0.38% | - |
| HSV(B) | 275.56º | 0.71% | 0.6% | - |
| XYZ | 12.75 | 7.26 | 30.43 | - |
| YUV | 75.45 | 171.2 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 44 | 152 | 0.29 | 0.71 | 0 | 0.40 | 275.56 | 0.55 | 0.38 |
| Hex | 6C | 2C | 98 | 1D | 47 | 0 | 28 | 114 | 37 | 26 |
| Octal | 154 | 54 | 230 | 35 | 107 | 0 | 50 | 424 | 67 | 46 |
| Binary | 1101100 | 101100 | 10011000 | 11101 | 1000111 | 0 | 101000 | 100010100 | 110111 | 100110 |
Color Harmonies of #6C2C98
Complementary color
Monochromatic Colors of #6C2C98
Black with #6C2C98
Text Example
Text Example
White with #6C2C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2C98; }
p { color: rgb(108,44,152); }
H1.HeaderClassName
{
color: #6C2C98;
}
.AnyTagClassName
{
color: #6C2C98;
}
</style>
background-color css
<style>
a { background-color: #6C2C98; }
a { background-color: rgb(108,44,152); }
div.DivClassName
{
background-color: #6C2C98;
}
.BgClassName
{
background-color: #6C2C98;
}
</style>
border-color css
<style>
span { border-color: #6C2C98; }
span { border-color: rgb(108,44,152); }
td.TdClassName
{
border-color: #6C2C98;
}
.TagClassName
{
border-color: #6C2C98;
}
</style>