Shades of Royal Purple #6D3CAF
Tints of Royal Purple #6D3CAF
RGB
CMYK
RGB Variations
Color information
#6D3CAF (or 0x6D3CAF) is known color: Royal Purple. HEX triplet: 6D, 3C and AF. RGB value is (109,60,175). Sum of RGB (Red+Green+Blue) = 109+60+175=344 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.69% from 344); Green value is 60 (23.83% from 255 or 17.44% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D3CAF is #92C350. Grayscale: #575757. Windows color (decimal): -9618257 or 11484269. OLE color: 11484269.
HSL color Cylindrical-coordinate representation of color #6D3CAF: hue angle of 265.57º degrees, saturation: 0.49, 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 #6D3CAF is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 60 | 175 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.31 |
| HSL | 265.57º | 0.49% | 0.46% | - |
| HSV(B) | 265.57º | 0.66% | 0.69% | - |
| XYZ | 15.66 | 9.58 | 41.58 | - |
| YUV | 87.76 | 177.23 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 175 | 0.38 | 0.66 | 0 | 0.31 | 265.57 | 0.49 | 0.46 |
| Hex | 6D | 3C | AF | 26 | 42 | 0 | 1F | 10A | 31 | 2E |
| Octal | 155 | 74 | 257 | 46 | 102 | 0 | 37 | 412 | 61 | 56 |
| Binary | 1101101 | 111100 | 10101111 | 100110 | 1000010 | 0 | 11111 | 100001010 | 110001 | 101110 |
Color Harmonies of #6D3CAF
Complementary color
Monochromatic Colors of #6D3CAF
Black with #6D3CAF
Text Example
Text Example
White with #6D3CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3CAF; }
p { color: rgb(109,60,175); }
H1.HeaderClassName
{
color: #6D3CAF;
}
.AnyTagClassName
{
color: #6D3CAF;
}
</style>
background-color css
<style>
a { background-color: #6D3CAF; }
a { background-color: rgb(109,60,175); }
div.DivClassName
{
background-color: #6D3CAF;
}
.BgClassName
{
background-color: #6D3CAF;
}
</style>
border-color css
<style>
span { border-color: #6D3CAF; }
span { border-color: rgb(109,60,175); }
td.TdClassName
{
border-color: #6D3CAF;
}
.TagClassName
{
border-color: #6D3CAF;
}
</style>