Shades of Royal Purple #6C2C9B
Tints of Royal Purple #6C2C9B
RGB
CMYK
RGB Variations
Color information
#6C2C9B (or 0x6C2C9B) is known color: Royal Purple. HEX triplet: 6C, 2C and 9B. RGB value is (108,44,155). Sum of RGB (Red+Green+Blue) = 108+44+155=307 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.18% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C2C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2C9B is #93D364. Grayscale: #4B4B4B. Windows color (decimal): -9687909 or 10169452. OLE color: 10169452.
HSL color Cylindrical-coordinate representation of color #6C2C9B: hue angle of 274.59º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C2C9B is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 44 | 155 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.39 |
| HSL | 274.59º | 0.56% | 0.39% | - |
| HSV(B) | 274.59º | 0.72% | 0.61% | - |
| XYZ | 13 | 7.36 | 31.74 | - |
| YUV | 75.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 44 | 155 | 0.30 | 0.72 | 0 | 0.39 | 274.59 | 0.56 | 0.39 |
| Hex | 6C | 2C | 9B | 1E | 48 | 0 | 27 | 113 | 38 | 27 |
| Octal | 154 | 54 | 233 | 36 | 110 | 0 | 47 | 423 | 70 | 47 |
| Binary | 1101100 | 101100 | 10011011 | 11110 | 1001000 | 0 | 100111 | 100010011 | 111000 | 100111 |
Color Harmonies of #6C2C9B
Complementary color
Monochromatic Colors of #6C2C9B
Black with #6C2C9B
Text Example
Text Example
White with #6C2C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2C9B; }
p { color: rgb(108,44,155); }
H1.HeaderClassName
{
color: #6C2C9B;
}
.AnyTagClassName
{
color: #6C2C9B;
}
</style>
background-color css
<style>
a { background-color: #6C2C9B; }
a { background-color: rgb(108,44,155); }
div.DivClassName
{
background-color: #6C2C9B;
}
.BgClassName
{
background-color: #6C2C9B;
}
</style>
border-color css
<style>
span { border-color: #6C2C9B; }
span { border-color: rgb(108,44,155); }
td.TdClassName
{
border-color: #6C2C9B;
}
.TagClassName
{
border-color: #6C2C9B;
}
</style>