Shades of Royal Purple #6C299F
Tints of Royal Purple #6C299F
RGB
CMYK
RGB Variations
Color information
#6C299F (or 0x6C299F) is known color: Royal Purple. HEX triplet: 6C, 29 and 9F. RGB value is (108,41,159). Sum of RGB (Red+Green+Blue) = 108+41+159=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #6C299F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C299F is #93D660. Grayscale: #4A4A4A. Windows color (decimal): -9688673 or 10430828. OLE color: 10430828.
HSL color Cylindrical-coordinate representation of color #6C299F: hue angle of 274.07º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C299F is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 41 | 159 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.38 |
| HSL | 274.07º | 0.59% | 0.39% | - |
| HSV(B) | 274.07º | 0.74% | 0.62% | - |
| XYZ | 13.24 | 7.28 | 33.51 | - |
| YUV | 74.49 | 175.7 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 159 | 0.32 | 0.74 | 0 | 0.38 | 274.07 | 0.59 | 0.39 |
| Hex | 6C | 29 | 9F | 20 | 4A | 0 | 26 | 112 | 3B | 27 |
| Octal | 154 | 51 | 237 | 40 | 112 | 0 | 46 | 422 | 73 | 47 |
| Binary | 1101100 | 101001 | 10011111 | 100000 | 1001010 | 0 | 100110 | 100010010 | 111011 | 100111 |
Color Harmonies of #6C299F
Complementary color
Monochromatic Colors of #6C299F
Black with #6C299F
Text Example
Text Example
White with #6C299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C299F; }
p { color: rgb(108,41,159); }
H1.HeaderClassName
{
color: #6C299F;
}
.AnyTagClassName
{
color: #6C299F;
}
</style>
background-color css
<style>
a { background-color: #6C299F; }
a { background-color: rgb(108,41,159); }
div.DivClassName
{
background-color: #6C299F;
}
.BgClassName
{
background-color: #6C299F;
}
</style>
border-color css
<style>
span { border-color: #6C299F; }
span { border-color: rgb(108,41,159); }
td.TdClassName
{
border-color: #6C299F;
}
.TagClassName
{
border-color: #6C299F;
}
</style>