Shades of Royal Purple #6C39AD
Tints of Royal Purple #6C39AD
RGB
CMYK
RGB Variations
Color information
#6C39AD (or 0x6C39AD) is known color: Royal Purple. HEX triplet: 6C, 39 and AD. RGB value is (108,57,173). Sum of RGB (Red+Green+Blue) = 108+57+173=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C39AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C39AD is #93C652. Grayscale: #555555. Windows color (decimal): -9684563 or 11352428. OLE color: 11352428.
HSL color Cylindrical-coordinate representation of color #6C39AD: hue angle of 266.38º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C39AD is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 57 | 173 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.32 |
| HSL | 266.38º | 0.5% | 0.45% | - |
| HSV(B) | 266.38º | 0.67% | 0.68% | - |
| XYZ | 15.19 | 9.13 | 40.5 | - |
| YUV | 85.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 57 | 173 | 0.38 | 0.67 | 0 | 0.32 | 266.38 | 0.5 | 0.45 |
| Hex | 6C | 39 | AD | 26 | 43 | 0 | 20 | 10A | 32 | 2D |
| Octal | 154 | 71 | 255 | 46 | 103 | 0 | 40 | 412 | 62 | 55 |
| Binary | 1101100 | 111001 | 10101101 | 100110 | 1000011 | 0 | 100000 | 100001010 | 110010 | 101101 |
Color Harmonies of #6C39AD
Complementary color
Monochromatic Colors of #6C39AD
Black with #6C39AD
Text Example
Text Example
White with #6C39AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C39AD; }
p { color: rgb(108,57,173); }
H1.HeaderClassName
{
color: #6C39AD;
}
.AnyTagClassName
{
color: #6C39AD;
}
</style>
background-color css
<style>
a { background-color: #6C39AD; }
a { background-color: rgb(108,57,173); }
div.DivClassName
{
background-color: #6C39AD;
}
.BgClassName
{
background-color: #6C39AD;
}
</style>
border-color css
<style>
span { border-color: #6C39AD; }
span { border-color: rgb(108,57,173); }
td.TdClassName
{
border-color: #6C39AD;
}
.TagClassName
{
border-color: #6C39AD;
}
</style>