Shades of Royal Purple #6C2A9B
Tints of Royal Purple #6C2A9B
RGB
CMYK
RGB Variations
Color information
#6C2A9B (or 0x6C2A9B) is known color: Royal Purple. HEX triplet: 6C, 2A and 9B. RGB value is (108,42,155). Sum of RGB (Red+Green+Blue) = 108+42+155=305 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.41% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C2A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2A9B is #93D564. Grayscale: #4A4A4A. Windows color (decimal): -9688421 or 10168940. OLE color: 10168940.
HSL color Cylindrical-coordinate representation of color #6C2A9B: hue angle of 275.04º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C2A9B is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 42 | 155 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.39 |
| HSL | 275.04º | 0.57% | 0.39% | - |
| HSV(B) | 275.04º | 0.73% | 0.61% | - |
| XYZ | 12.93 | 7.21 | 31.72 | - |
| YUV | 74.62 | 173.37 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 155 | 0.30 | 0.73 | 0 | 0.39 | 275.04 | 0.57 | 0.39 |
| Hex | 6C | 2A | 9B | 1E | 49 | 0 | 27 | 113 | 39 | 27 |
| Octal | 154 | 52 | 233 | 36 | 111 | 0 | 47 | 423 | 71 | 47 |
| Binary | 1101100 | 101010 | 10011011 | 11110 | 1001001 | 0 | 100111 | 100010011 | 111001 | 100111 |
Color Harmonies of #6C2A9B
Complementary color
Monochromatic Colors of #6C2A9B
Black with #6C2A9B
Text Example
Text Example
White with #6C2A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A9B; }
p { color: rgb(108,42,155); }
H1.HeaderClassName
{
color: #6C2A9B;
}
.AnyTagClassName
{
color: #6C2A9B;
}
</style>
background-color css
<style>
a { background-color: #6C2A9B; }
a { background-color: rgb(108,42,155); }
div.DivClassName
{
background-color: #6C2A9B;
}
.BgClassName
{
background-color: #6C2A9B;
}
</style>
border-color css
<style>
span { border-color: #6C2A9B; }
span { border-color: rgb(108,42,155); }
td.TdClassName
{
border-color: #6C2A9B;
}
.TagClassName
{
border-color: #6C2A9B;
}
</style>