Shades of Royal Purple #6C37AB
Tints of Royal Purple #6C37AB
RGB
CMYK
RGB Variations
Color information
#6C37AB (or 0x6C37AB) is known color: Royal Purple. HEX triplet: 6C, 37 and AB. RGB value is (108,55,171). Sum of RGB (Red+Green+Blue) = 108+55+171=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C37AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C37AB is #93C854. Grayscale: #535353. Windows color (decimal): -9685077 or 11220844. OLE color: 11220844.
HSL color Cylindrical-coordinate representation of color #6C37AB: hue angle of 267.41º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C37AB is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 55 | 171 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.33 |
| HSL | 267.41º | 0.51% | 0.44% | - |
| HSV(B) | 267.41º | 0.68% | 0.67% | - |
| XYZ | 14.9 | 8.86 | 39.45 | - |
| YUV | 84.07 | 177.06 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 55 | 171 | 0.37 | 0.68 | 0 | 0.33 | 267.41 | 0.51 | 0.44 |
| Hex | 6C | 37 | AB | 25 | 44 | 0 | 21 | 10B | 33 | 2C |
| Octal | 154 | 67 | 253 | 45 | 104 | 0 | 41 | 413 | 63 | 54 |
| Binary | 1101100 | 110111 | 10101011 | 100101 | 1000100 | 0 | 100001 | 100001011 | 110011 | 101100 |
Color Harmonies of #6C37AB
Complementary color
Monochromatic Colors of #6C37AB
Black with #6C37AB
Text Example
Text Example
White with #6C37AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C37AB; }
p { color: rgb(108,55,171); }
H1.HeaderClassName
{
color: #6C37AB;
}
.AnyTagClassName
{
color: #6C37AB;
}
</style>
background-color css
<style>
a { background-color: #6C37AB; }
a { background-color: rgb(108,55,171); }
div.DivClassName
{
background-color: #6C37AB;
}
.BgClassName
{
background-color: #6C37AB;
}
</style>
border-color css
<style>
span { border-color: #6C37AB; }
span { border-color: rgb(108,55,171); }
td.TdClassName
{
border-color: #6C37AB;
}
.TagClassName
{
border-color: #6C37AB;
}
</style>