Shades of Royal Purple #6C36AD
Tints of Royal Purple #6C36AD
RGB
CMYK
RGB Variations
Color information
#6C36AD (or 0x6C36AD) is known color: Royal Purple. HEX triplet: 6C, 36 and AD. RGB value is (108,54,173). Sum of RGB (Red+Green+Blue) = 108+54+173=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C36AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C36AD is #93C952. Grayscale: #535353. Windows color (decimal): -9685331 or 11351660. OLE color: 11351660.
HSL color Cylindrical-coordinate representation of color #6C36AD: hue angle of 267.23º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C36AD is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 54 | 173 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.32 |
| HSL | 267.23º | 0.52% | 0.45% | - |
| HSV(B) | 267.23º | 0.69% | 0.68% | - |
| XYZ | 15.05 | 8.84 | 40.45 | - |
| YUV | 83.71 | 178.39 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 54 | 173 | 0.38 | 0.69 | 0 | 0.32 | 267.23 | 0.52 | 0.45 |
| Hex | 6C | 36 | AD | 26 | 45 | 0 | 20 | 10B | 34 | 2D |
| Octal | 154 | 66 | 255 | 46 | 105 | 0 | 40 | 413 | 64 | 55 |
| Binary | 1101100 | 110110 | 10101101 | 100110 | 1000101 | 0 | 100000 | 100001011 | 110100 | 101101 |
Color Harmonies of #6C36AD
Complementary color
Monochromatic Colors of #6C36AD
Black with #6C36AD
Text Example
Text Example
White with #6C36AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C36AD; }
p { color: rgb(108,54,173); }
H1.HeaderClassName
{
color: #6C36AD;
}
.AnyTagClassName
{
color: #6C36AD;
}
</style>
background-color css
<style>
a { background-color: #6C36AD; }
a { background-color: rgb(108,54,173); }
div.DivClassName
{
background-color: #6C36AD;
}
.BgClassName
{
background-color: #6C36AD;
}
</style>
border-color css
<style>
span { border-color: #6C36AD; }
span { border-color: rgb(108,54,173); }
td.TdClassName
{
border-color: #6C36AD;
}
.TagClassName
{
border-color: #6C36AD;
}
</style>