Shades of Royal Purple #6932AD
Tints of Royal Purple #6932AD
RGB
CMYK
RGB Variations
Color information
#6932AD (or 0x6932AD) is known color: Royal Purple. HEX triplet: 69, 32 and AD. RGB value is (105,50,173). Sum of RGB (Red+Green+Blue) = 105+50+173=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #6932AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6932AD is #96CD52. Grayscale: #505050. Windows color (decimal): -9882963 or 11350633. OLE color: 11350633.
HSL color Cylindrical-coordinate representation of color #6932AD: hue angle of 266.83º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6932AD is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 50 | 173 | - |
| CMYK | 0.39 | 0.71 | 0 | 0.32 |
| HSL | 266.83º | 0.55% | 0.44% | - |
| HSV(B) | 266.83º | 0.71% | 0.68% | - |
| XYZ | 14.51 | 8.3 | 40.37 | - |
| YUV | 80.47 | 180.22 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 173 | 0.39 | 0.71 | 0 | 0.32 | 266.83 | 0.55 | 0.44 |
| Hex | 69 | 32 | AD | 27 | 47 | 0 | 20 | 10B | 37 | 2C |
| Octal | 151 | 62 | 255 | 47 | 107 | 0 | 40 | 413 | 67 | 54 |
| Binary | 1101001 | 110010 | 10101101 | 100111 | 1000111 | 0 | 100000 | 100001011 | 110111 | 101100 |
Color Harmonies of #6932AD
Complementary color
Monochromatic Colors of #6932AD
Black with #6932AD
Text Example
Text Example
White with #6932AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6932AD; }
p { color: rgb(105,50,173); }
H1.HeaderClassName
{
color: #6932AD;
}
.AnyTagClassName
{
color: #6932AD;
}
</style>
background-color css
<style>
a { background-color: #6932AD; }
a { background-color: rgb(105,50,173); }
div.DivClassName
{
background-color: #6932AD;
}
.BgClassName
{
background-color: #6932AD;
}
</style>
border-color css
<style>
span { border-color: #6932AD; }
span { border-color: rgb(105,50,173); }
td.TdClassName
{
border-color: #6932AD;
}
.TagClassName
{
border-color: #6932AD;
}
</style>