Shades of Royal Purple #6C39AB
Tints of Royal Purple #6C39AB
RGB
CMYK
RGB Variations
Color information
#6C39AB (or 0x6C39AB) is known color: Royal Purple. HEX triplet: 6C, 39 and AB. RGB value is (108,57,171). Sum of RGB (Red+Green+Blue) = 108+57+171=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C39AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C39AB is #93C654. Grayscale: #545454. Windows color (decimal): -9684565 or 11221356. OLE color: 11221356.
HSL color Cylindrical-coordinate representation of color #6C39AB: hue angle of 266.84º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C39AB is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 57 | 171 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.33 |
| HSL | 266.84º | 0.5% | 0.45% | - |
| HSV(B) | 266.84º | 0.67% | 0.67% | - |
| XYZ | 15 | 9.05 | 39.49 | - |
| YUV | 85.25 | 176.4 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 57 | 171 | 0.37 | 0.67 | 0 | 0.33 | 266.84 | 0.5 | 0.45 |
| Hex | 6C | 39 | AB | 25 | 43 | 0 | 21 | 10B | 32 | 2D |
| Octal | 154 | 71 | 253 | 45 | 103 | 0 | 41 | 413 | 62 | 55 |
| Binary | 1101100 | 111001 | 10101011 | 100101 | 1000011 | 0 | 100001 | 100001011 | 110010 | 101101 |
Color Harmonies of #6C39AB
Complementary color
Monochromatic Colors of #6C39AB
Black with #6C39AB
Text Example
Text Example
White with #6C39AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C39AB; }
p { color: rgb(108,57,171); }
H1.HeaderClassName
{
color: #6C39AB;
}
.AnyTagClassName
{
color: #6C39AB;
}
</style>
background-color css
<style>
a { background-color: #6C39AB; }
a { background-color: rgb(108,57,171); }
div.DivClassName
{
background-color: #6C39AB;
}
.BgClassName
{
background-color: #6C39AB;
}
</style>
border-color css
<style>
span { border-color: #6C39AB; }
span { border-color: rgb(108,57,171); }
td.TdClassName
{
border-color: #6C39AB;
}
.TagClassName
{
border-color: #6C39AB;
}
</style>