Shades of Royal Purple #6C2A95
Tints of Royal Purple #6C2A95
RGB
CMYK
RGB Variations
Color information
#6C2A95 (or 0x6C2A95) is known color: Royal Purple. HEX triplet: 6C, 2A and 95. RGB value is (108,42,149). Sum of RGB (Red+Green+Blue) = 108+42+149=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #6C2A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2A95 is #93D56A. Grayscale: #494949. Windows color (decimal): -9688427 or 9775724. OLE color: 9775724.
HSL color Cylindrical-coordinate representation of color #6C2A95: hue angle of 277.01º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C2A95 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 42 | 149 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.42 |
| HSL | 277.01º | 0.56% | 0.37% | - |
| HSV(B) | 277.01º | 0.72% | 0.58% | - |
| XYZ | 12.44 | 7.01 | 29.13 | - |
| YUV | 73.93 | 170.37 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 149 | 0.28 | 0.72 | 0 | 0.42 | 277.01 | 0.56 | 0.37 |
| Hex | 6C | 2A | 95 | 1C | 48 | 0 | 2A | 115 | 38 | 25 |
| Octal | 154 | 52 | 225 | 34 | 110 | 0 | 52 | 425 | 70 | 45 |
| Binary | 1101100 | 101010 | 10010101 | 11100 | 1001000 | 0 | 101010 | 100010101 | 111000 | 100101 |
Color Harmonies of #6C2A95
Complementary color
Monochromatic Colors of #6C2A95
Black with #6C2A95
Text Example
Text Example
White with #6C2A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A95; }
p { color: rgb(108,42,149); }
H1.HeaderClassName
{
color: #6C2A95;
}
.AnyTagClassName
{
color: #6C2A95;
}
</style>
background-color css
<style>
a { background-color: #6C2A95; }
a { background-color: rgb(108,42,149); }
div.DivClassName
{
background-color: #6C2A95;
}
.BgClassName
{
background-color: #6C2A95;
}
</style>
border-color css
<style>
span { border-color: #6C2A95; }
span { border-color: rgb(108,42,149); }
td.TdClassName
{
border-color: #6C2A95;
}
.TagClassName
{
border-color: #6C2A95;
}
</style>