Shades of Royal Purple #6C2CAB
Tints of Royal Purple #6C2CAB
RGB
CMYK
RGB Variations
Color information
#6C2CAB (or 0x6C2CAB) is known color: Royal Purple. HEX triplet: 6C, 2C and AB. RGB value is (108,44,171). Sum of RGB (Red+Green+Blue) = 108+44+171=323 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.44% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C2CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2CAB is #93D354. Grayscale: #4D4D4D. Windows color (decimal): -9687893 or 11218028. OLE color: 11218028.
HSL color Cylindrical-coordinate representation of color #6C2CAB: hue angle of 270.24º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C2CAB is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 44 | 171 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.33 |
| HSL | 270.24º | 0.59% | 0.42% | - |
| HSV(B) | 270.24º | 0.74% | 0.67% | - |
| XYZ | 14.44 | 7.93 | 39.3 | - |
| YUV | 77.61 | 180.7 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 44 | 171 | 0.37 | 0.74 | 0 | 0.33 | 270.24 | 0.59 | 0.42 |
| Hex | 6C | 2C | AB | 25 | 4A | 0 | 21 | 10E | 3B | 2A |
| Octal | 154 | 54 | 253 | 45 | 112 | 0 | 41 | 416 | 73 | 52 |
| Binary | 1101100 | 101100 | 10101011 | 100101 | 1001010 | 0 | 100001 | 100001110 | 111011 | 101010 |
Color Harmonies of #6C2CAB
Complementary color
Monochromatic Colors of #6C2CAB
Black with #6C2CAB
Text Example
Text Example
White with #6C2CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2CAB; }
p { color: rgb(108,44,171); }
H1.HeaderClassName
{
color: #6C2CAB;
}
.AnyTagClassName
{
color: #6C2CAB;
}
</style>
background-color css
<style>
a { background-color: #6C2CAB; }
a { background-color: rgb(108,44,171); }
div.DivClassName
{
background-color: #6C2CAB;
}
.BgClassName
{
background-color: #6C2CAB;
}
</style>
border-color css
<style>
span { border-color: #6C2CAB; }
span { border-color: rgb(108,44,171); }
td.TdClassName
{
border-color: #6C2CAB;
}
.TagClassName
{
border-color: #6C2CAB;
}
</style>