Shades of Royal Purple #6933AA
Tints of Royal Purple #6933AA
RGB
CMYK
RGB Variations
Color information
#6933AA (or 0x6933AA) is known color: Royal Purple. HEX triplet: 69, 33 and AA. RGB value is (105,51,170). Sum of RGB (Red+Green+Blue) = 105+51+170=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #6933AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6933AA is #96CC55. Grayscale: #505050. Windows color (decimal): -9882710 or 11154281. OLE color: 11154281.
HSL color Cylindrical-coordinate representation of color #6933AA: hue angle of 267.23º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6933AA is Cyan = 0.38, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 51 | 170 | - |
| CMYK | 0.38 | 0.7 | 0 | 0.33 |
| HSL | 267.23º | 0.54% | 0.43% | - |
| HSV(B) | 267.23º | 0.7% | 0.67% | - |
| XYZ | 14.27 | 8.27 | 38.88 | - |
| YUV | 80.71 | 178.39 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 170 | 0.38 | 0.7 | 0 | 0.33 | 267.23 | 0.54 | 0.43 |
| Hex | 69 | 33 | AA | 26 | 46 | 0 | 21 | 10B | 36 | 2B |
| Octal | 151 | 63 | 252 | 46 | 106 | 0 | 41 | 413 | 66 | 53 |
| Binary | 1101001 | 110011 | 10101010 | 100110 | 1000110 | 0 | 100001 | 100001011 | 110110 | 101011 |
Color Harmonies of #6933AA
Complementary color
Monochromatic Colors of #6933AA
Black with #6933AA
Text Example
Text Example
White with #6933AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6933AA; }
p { color: rgb(105,51,170); }
H1.HeaderClassName
{
color: #6933AA;
}
.AnyTagClassName
{
color: #6933AA;
}
</style>
background-color css
<style>
a { background-color: #6933AA; }
a { background-color: rgb(105,51,170); }
div.DivClassName
{
background-color: #6933AA;
}
.BgClassName
{
background-color: #6933AA;
}
</style>
border-color css
<style>
span { border-color: #6933AA; }
span { border-color: rgb(105,51,170); }
td.TdClassName
{
border-color: #6933AA;
}
.TagClassName
{
border-color: #6933AA;
}
</style>