Shades of Royal Purple #6C2DAB
Tints of Royal Purple #6C2DAB
RGB
CMYK
RGB Variations
Color information
#6C2DAB (or 0x6C2DAB) is known color: Royal Purple. HEX triplet: 6C, 2D and AB. RGB value is (108,45,171). Sum of RGB (Red+Green+Blue) = 108+45+171=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C2DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2DAB is #93D254. Grayscale: #4D4D4D. Windows color (decimal): -9687637 or 11218284. OLE color: 11218284.
HSL color Cylindrical-coordinate representation of color #6C2DAB: hue angle of 270º degrees, saturation: 0.58, 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 #6C2DAB is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 45 | 171 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.33 |
| HSL | 270º | 0.58% | 0.42% | - |
| HSV(B) | 270º | 0.74% | 0.67% | - |
| XYZ | 14.47 | 8.01 | 39.31 | - |
| YUV | 78.2 | 180.37 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 171 | 0.37 | 0.74 | 0 | 0.33 | 270 | 0.58 | 0.42 |
| Hex | 6C | 2D | AB | 25 | 4A | 0 | 21 | 10E | 3A | 2A |
| Octal | 154 | 55 | 253 | 45 | 112 | 0 | 41 | 416 | 72 | 52 |
| Binary | 1101100 | 101101 | 10101011 | 100101 | 1001010 | 0 | 100001 | 100001110 | 111010 | 101010 |
Color Harmonies of #6C2DAB
Complementary color
Monochromatic Colors of #6C2DAB
Black with #6C2DAB
Text Example
Text Example
White with #6C2DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2DAB; }
p { color: rgb(108,45,171); }
H1.HeaderClassName
{
color: #6C2DAB;
}
.AnyTagClassName
{
color: #6C2DAB;
}
</style>
background-color css
<style>
a { background-color: #6C2DAB; }
a { background-color: rgb(108,45,171); }
div.DivClassName
{
background-color: #6C2DAB;
}
.BgClassName
{
background-color: #6C2DAB;
}
</style>
border-color css
<style>
span { border-color: #6C2DAB; }
span { border-color: rgb(108,45,171); }
td.TdClassName
{
border-color: #6C2DAB;
}
.TagClassName
{
border-color: #6C2DAB;
}
</style>