Shades of Royal Purple #6C42AB
Tints of Royal Purple #6C42AB
RGB
CMYK
RGB Variations
Color information
#6C42AB (or 0x6C42AB) is known color: Royal Purple. HEX triplet: 6C, 42 and AB. RGB value is (108,66,171). Sum of RGB (Red+Green+Blue) = 108+66+171=345 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.30% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C42AB is #93BD54. Grayscale: #5A5A5A. Windows color (decimal): -9682261 or 11223660. OLE color: 11223660.
HSL color Cylindrical-coordinate representation of color #6C42AB: hue angle of 264º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C42AB is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 66 | 171 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.33 |
| HSL | 264º | 0.44% | 0.46% | - |
| HSV(B) | 264º | 0.61% | 0.67% | - |
| XYZ | 15.48 | 10.02 | 39.65 | - |
| YUV | 90.53 | 173.41 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 66 | 171 | 0.37 | 0.61 | 0 | 0.33 | 264 | 0.44 | 0.46 |
| Hex | 6C | 42 | AB | 25 | 3D | 0 | 21 | 108 | 2C | 2E |
| Octal | 154 | 102 | 253 | 45 | 75 | 0 | 41 | 410 | 54 | 56 |
| Binary | 1101100 | 1000010 | 10101011 | 100101 | 111101 | 0 | 100001 | 100001000 | 101100 | 101110 |
Color Harmonies of #6C42AB
Complementary color
Monochromatic Colors of #6C42AB
Black with #6C42AB
Text Example
Text Example
White with #6C42AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C42AB; }
p { color: rgb(108,66,171); }
H1.HeaderClassName
{
color: #6C42AB;
}
.AnyTagClassName
{
color: #6C42AB;
}
</style>
background-color css
<style>
a { background-color: #6C42AB; }
a { background-color: rgb(108,66,171); }
div.DivClassName
{
background-color: #6C42AB;
}
.BgClassName
{
background-color: #6C42AB;
}
</style>
border-color css
<style>
span { border-color: #6C42AB; }
span { border-color: rgb(108,66,171); }
td.TdClassName
{
border-color: #6C42AB;
}
.TagClassName
{
border-color: #6C42AB;
}
</style>