Shades of Royal Purple #6D3BA7
Tints of Royal Purple #6D3BA7
RGB
CMYK
RGB Variations
Color information
#6D3BA7 (or 0x6D3BA7) is known color: Royal Purple. HEX triplet: 6D, 3B and A7. RGB value is (109,59,167). Sum of RGB (Red+Green+Blue) = 109+59+167=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 59 (23.44% from 255 or 17.61% from 335); Blue value is 167 (65.62% from 255 or 49.85% from 335); Max value from RGB is 167 - color contains mainly: blue. Hex color #6D3BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3BA7 is #92C458. Grayscale: #555555. Windows color (decimal): -9618521 or 10959725. OLE color: 10959725.
HSL color Cylindrical-coordinate representation of color #6D3BA7: hue angle of 267.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6D3BA7 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 109 | 59 | 167 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.35 |
| HSL | 267.78º | 0.48% | 0.44% | - |
| HSV(B) | 267.78º | 0.65% | 0.65% | - |
| XYZ | 14.85 | 9.17 | 37.55 | - |
| YUV | 86.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 167 | 0.35 | 0.65 | 0 | 0.35 | 267.78 | 0.48 | 0.44 |
| Hex | 6D | 3B | A7 | 23 | 41 | 0 | 23 | 10C | 30 | 2C |
| Octal | 155 | 73 | 247 | 43 | 101 | 0 | 43 | 414 | 60 | 54 |
| Binary | 1101101 | 111011 | 10100111 | 100011 | 1000001 | 0 | 100011 | 100001100 | 110000 | 101100 |
Color Harmonies of #6D3BA7
Complementary color
Monochromatic Colors of #6D3BA7
Black with #6D3BA7
Text Example
Text Example
White with #6D3BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3BA7; }
p { color: rgb(109,59,167); }
H1.HeaderClassName
{
color: #6D3BA7;
}
.AnyTagClassName
{
color: #6D3BA7;
}
</style>
background-color css
<style>
a { background-color: #6D3BA7; }
a { background-color: rgb(109,59,167); }
div.DivClassName
{
background-color: #6D3BA7;
}
.BgClassName
{
background-color: #6D3BA7;
}
</style>
border-color css
<style>
span { border-color: #6D3BA7; }
span { border-color: rgb(109,59,167); }
td.TdClassName
{
border-color: #6D3BA7;
}
.TagClassName
{
border-color: #6D3BA7;
}
</style>