Shades of Royal Purple #6D3BAF
Tints of Royal Purple #6D3BAF
RGB
CMYK
RGB Variations
Color information
#6D3BAF (or 0x6D3BAF) is known color: Royal Purple. HEX triplet: 6D, 3B and AF. RGB value is (109,59,175). Sum of RGB (Red+Green+Blue) = 109+59+175=343 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.78% from 343); Green value is 59 (23.44% from 255 or 17.20% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D3BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3BAF is #92C450. Grayscale: #565656. Windows color (decimal): -9618513 or 11484013. OLE color: 11484013.
HSL color Cylindrical-coordinate representation of color #6D3BAF: hue angle of 265.86º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D3BAF is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 59 | 175 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.31 |
| HSL | 265.86º | 0.5% | 0.46% | - |
| HSV(B) | 265.86º | 0.66% | 0.69% | - |
| XYZ | 15.61 | 9.47 | 41.56 | - |
| YUV | 87.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 59 | 175 | 0.38 | 0.66 | 0 | 0.31 | 265.86 | 0.5 | 0.46 |
| Hex | 6D | 3B | AF | 26 | 42 | 0 | 1F | 10A | 32 | 2E |
| Octal | 155 | 73 | 257 | 46 | 102 | 0 | 37 | 412 | 62 | 56 |
| Binary | 1101101 | 111011 | 10101111 | 100110 | 1000010 | 0 | 11111 | 100001010 | 110010 | 101110 |
Color Harmonies of #6D3BAF
Complementary color
Monochromatic Colors of #6D3BAF
Black with #6D3BAF
Text Example
Text Example
White with #6D3BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3BAF; }
p { color: rgb(109,59,175); }
H1.HeaderClassName
{
color: #6D3BAF;
}
.AnyTagClassName
{
color: #6D3BAF;
}
</style>
background-color css
<style>
a { background-color: #6D3BAF; }
a { background-color: rgb(109,59,175); }
div.DivClassName
{
background-color: #6D3BAF;
}
.BgClassName
{
background-color: #6D3BAF;
}
</style>
border-color css
<style>
span { border-color: #6D3BAF; }
span { border-color: rgb(109,59,175); }
td.TdClassName
{
border-color: #6D3BAF;
}
.TagClassName
{
border-color: #6D3BAF;
}
</style>