Shades of Royal Purple #6933AC
Tints of Royal Purple #6933AC
RGB
CMYK
RGB Variations
Color information
#6933AC (or 0x6933AC) is known color: Royal Purple. HEX triplet: 69, 33 and AC. RGB value is (105,51,172). Sum of RGB (Red+Green+Blue) = 105+51+172=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #6933AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6933AC is #96CC53. Grayscale: #505050. Windows color (decimal): -9882708 or 11285353. OLE color: 11285353.
HSL color Cylindrical-coordinate representation of color #6933AC: hue angle of 266.78º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6933AC is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 51 | 172 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.33 |
| HSL | 266.78º | 0.54% | 0.44% | - |
| HSV(B) | 266.78º | 0.7% | 0.67% | - |
| XYZ | 14.46 | 8.35 | 39.88 | - |
| YUV | 80.94 | 179.39 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 172 | 0.39 | 0.70 | 0 | 0.33 | 266.78 | 0.54 | 0.44 |
| Hex | 69 | 33 | AC | 27 | 46 | 0 | 21 | 10B | 36 | 2C |
| Octal | 151 | 63 | 254 | 47 | 106 | 0 | 41 | 413 | 66 | 54 |
| Binary | 1101001 | 110011 | 10101100 | 100111 | 1000110 | 0 | 100001 | 100001011 | 110110 | 101100 |
Color Harmonies of #6933AC
Complementary color
Monochromatic Colors of #6933AC
Black with #6933AC
Text Example
Text Example
White with #6933AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6933AC; }
p { color: rgb(105,51,172); }
H1.HeaderClassName
{
color: #6933AC;
}
.AnyTagClassName
{
color: #6933AC;
}
</style>
background-color css
<style>
a { background-color: #6933AC; }
a { background-color: rgb(105,51,172); }
div.DivClassName
{
background-color: #6933AC;
}
.BgClassName
{
background-color: #6933AC;
}
</style>
border-color css
<style>
span { border-color: #6933AC; }
span { border-color: rgb(105,51,172); }
td.TdClassName
{
border-color: #6933AC;
}
.TagClassName
{
border-color: #6933AC;
}
</style>