Shades of Royal Purple #6C3494
Tints of Royal Purple #6C3494
RGB
CMYK
RGB Variations
Color information
#6C3494 (or 0x6C3494) is known color: Royal Purple. HEX triplet: 6C, 34 and 94. RGB value is (108,52,148). Sum of RGB (Red+Green+Blue) = 108+52+148=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 52 (20.70% from 255 or 16.88% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C3494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3494 is #93CB6B. Grayscale: #4F4F4F. Windows color (decimal): -9685868 or 9712748. OLE color: 9712748.
HSL color Cylindrical-coordinate representation of color #6C3494: hue angle of 275º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C3494 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 52 | 148 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.42 |
| HSL | 275º | 0.48% | 0.39% | - |
| HSV(B) | 275º | 0.65% | 0.58% | - |
| XYZ | 12.76 | 7.78 | 28.85 | - |
| YUV | 79.69 | 166.55 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 148 | 0.27 | 0.65 | 0 | 0.42 | 275 | 0.48 | 0.39 |
| Hex | 6C | 34 | 94 | 1B | 41 | 0 | 2A | 113 | 30 | 27 |
| Octal | 154 | 64 | 224 | 33 | 101 | 0 | 52 | 423 | 60 | 47 |
| Binary | 1101100 | 110100 | 10010100 | 11011 | 1000001 | 0 | 101010 | 100010011 | 110000 | 100111 |
Color Harmonies of #6C3494
Complementary color
Monochromatic Colors of #6C3494
Black with #6C3494
Text Example
Text Example
White with #6C3494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3494; }
p { color: rgb(108,52,148); }
H1.HeaderClassName
{
color: #6C3494;
}
.AnyTagClassName
{
color: #6C3494;
}
</style>
background-color css
<style>
a { background-color: #6C3494; }
a { background-color: rgb(108,52,148); }
div.DivClassName
{
background-color: #6C3494;
}
.BgClassName
{
background-color: #6C3494;
}
</style>
border-color css
<style>
span { border-color: #6C3494; }
span { border-color: rgb(108,52,148); }
td.TdClassName
{
border-color: #6C3494;
}
.TagClassName
{
border-color: #6C3494;
}
</style>