Shades of Royal Purple #6D3BAE
Tints of Royal Purple #6D3BAE
RGB
CMYK
RGB Variations
Color information
#6D3BAE (or 0x6D3BAE) is known color: Royal Purple. HEX triplet: 6D, 3B and AE. RGB value is (109,59,174). Sum of RGB (Red+Green+Blue) = 109+59+174=342 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.87% from 342); Green value is 59 (23.44% from 255 or 17.25% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D3BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3BAE is #92C451. Grayscale: #565656. Windows color (decimal): -9618514 or 11418477. OLE color: 11418477.
HSL color Cylindrical-coordinate representation of color #6D3BAE: hue angle of 266.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D3BAE is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 59 | 174 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.32 |
| HSL | 266.09º | 0.49% | 0.46% | - |
| HSV(B) | 266.09º | 0.66% | 0.68% | - |
| XYZ | 15.51 | 9.44 | 41.05 | - |
| YUV | 87.06 | 177.07 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 174 | 0.37 | 0.66 | 0 | 0.32 | 266.09 | 0.49 | 0.46 |
| Hex | 6D | 3B | AE | 25 | 42 | 0 | 20 | 10A | 31 | 2E |
| Octal | 155 | 73 | 256 | 45 | 102 | 0 | 40 | 412 | 61 | 56 |
| Binary | 1101101 | 111011 | 10101110 | 100101 | 1000010 | 0 | 100000 | 100001010 | 110001 | 101110 |
Color Harmonies of #6D3BAE
Complementary color
Monochromatic Colors of #6D3BAE
Black with #6D3BAE
Text Example
Text Example
White with #6D3BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3BAE; }
p { color: rgb(109,59,174); }
H1.HeaderClassName
{
color: #6D3BAE;
}
.AnyTagClassName
{
color: #6D3BAE;
}
</style>
background-color css
<style>
a { background-color: #6D3BAE; }
a { background-color: rgb(109,59,174); }
div.DivClassName
{
background-color: #6D3BAE;
}
.BgClassName
{
background-color: #6D3BAE;
}
</style>
border-color css
<style>
span { border-color: #6D3BAE; }
span { border-color: rgb(109,59,174); }
td.TdClassName
{
border-color: #6D3BAE;
}
.TagClassName
{
border-color: #6D3BAE;
}
</style>