Shades of Royal Purple #6D2FAD
Tints of Royal Purple #6D2FAD
RGB
CMYK
RGB Variations
Color information
#6D2FAD (or 0x6D2FAD) is known color: Royal Purple. HEX triplet: 6D, 2F and AD. RGB value is (109,47,173). Sum of RGB (Red+Green+Blue) = 109+47+173=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D2FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D2FAD is #92D052. Grayscale: #4F4F4F. Windows color (decimal): -9621587 or 11349869. OLE color: 11349869.
HSL color Cylindrical-coordinate representation of color #6D2FAD: hue angle of 269.52º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D2FAD is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 47 | 173 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.32 |
| HSL | 269.52º | 0.57% | 0.43% | - |
| HSV(B) | 269.52º | 0.73% | 0.68% | - |
| XYZ | 14.87 | 8.3 | 40.35 | - |
| YUV | 79.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 47 | 173 | 0.37 | 0.73 | 0 | 0.32 | 269.52 | 0.57 | 0.43 |
| Hex | 6D | 2F | AD | 25 | 49 | 0 | 20 | 10E | 39 | 2B |
| Octal | 155 | 57 | 255 | 45 | 111 | 0 | 40 | 416 | 71 | 53 |
| Binary | 1101101 | 101111 | 10101101 | 100101 | 1001001 | 0 | 100000 | 100001110 | 111001 | 101011 |
Color Harmonies of #6D2FAD
Complementary color
Monochromatic Colors of #6D2FAD
Black with #6D2FAD
Text Example
Text Example
White with #6D2FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2FAD; }
p { color: rgb(109,47,173); }
H1.HeaderClassName
{
color: #6D2FAD;
}
.AnyTagClassName
{
color: #6D2FAD;
}
</style>
background-color css
<style>
a { background-color: #6D2FAD; }
a { background-color: rgb(109,47,173); }
div.DivClassName
{
background-color: #6D2FAD;
}
.BgClassName
{
background-color: #6D2FAD;
}
</style>
border-color css
<style>
span { border-color: #6D2FAD; }
span { border-color: rgb(109,47,173); }
td.TdClassName
{
border-color: #6D2FAD;
}
.TagClassName
{
border-color: #6D2FAD;
}
</style>