Shades of Royal Purple #6C2B9D
Tints of Royal Purple #6C2B9D
RGB
CMYK
RGB Variations
Color information
#6C2B9D (or 0x6C2B9D) is known color: Royal Purple. HEX triplet: 6C, 2B and 9D. RGB value is (108,43,157). Sum of RGB (Red+Green+Blue) = 108+43+157=308 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.06% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C2B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2B9D is #93D462. Grayscale: #4B4B4B. Windows color (decimal): -9688163 or 10300268. OLE color: 10300268.
HSL color Cylindrical-coordinate representation of color #6C2B9D: hue angle of 274.21º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2B9D is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 43 | 157 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.38 |
| HSL | 274.21º | 0.57% | 0.39% | - |
| HSV(B) | 274.21º | 0.73% | 0.62% | - |
| XYZ | 13.13 | 7.35 | 32.62 | - |
| YUV | 75.43 | 174.03 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 157 | 0.31 | 0.73 | 0 | 0.38 | 274.21 | 0.57 | 0.39 |
| Hex | 6C | 2B | 9D | 1F | 49 | 0 | 26 | 112 | 39 | 27 |
| Octal | 154 | 53 | 235 | 37 | 111 | 0 | 46 | 422 | 71 | 47 |
| Binary | 1101100 | 101011 | 10011101 | 11111 | 1001001 | 0 | 100110 | 100010010 | 111001 | 100111 |
Color Harmonies of #6C2B9D
Complementary color
Monochromatic Colors of #6C2B9D
Black with #6C2B9D
Text Example
Text Example
White with #6C2B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2B9D; }
p { color: rgb(108,43,157); }
H1.HeaderClassName
{
color: #6C2B9D;
}
.AnyTagClassName
{
color: #6C2B9D;
}
</style>
background-color css
<style>
a { background-color: #6C2B9D; }
a { background-color: rgb(108,43,157); }
div.DivClassName
{
background-color: #6C2B9D;
}
.BgClassName
{
background-color: #6C2B9D;
}
</style>
border-color css
<style>
span { border-color: #6C2B9D; }
span { border-color: rgb(108,43,157); }
td.TdClassName
{
border-color: #6C2B9D;
}
.TagClassName
{
border-color: #6C2B9D;
}
</style>