Shades of Royal Purple #6933A0
Tints of Royal Purple #6933A0
RGB
CMYK
RGB Variations
Color information
#6933A0 (or 0x6933A0) is known color: Royal Purple. HEX triplet: 69, 33 and A0. RGB value is (105,51,160). Sum of RGB (Red+Green+Blue) = 105+51+160=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #6933A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6933A0 is #96CC5F. Grayscale: #4F4F4F. Windows color (decimal): -9882720 or 10498921. OLE color: 10498921.
HSL color Cylindrical-coordinate representation of color #6933A0: hue angle of 269.72º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6933A0 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 51 | 160 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.37 |
| HSL | 269.72º | 0.52% | 0.41% | - |
| HSV(B) | 269.72º | 0.68% | 0.63% | - |
| XYZ | 13.35 | 7.91 | 34.08 | - |
| YUV | 79.57 | 173.39 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 160 | 0.34 | 0.68 | 0 | 0.37 | 269.72 | 0.52 | 0.41 |
| Hex | 69 | 33 | A0 | 22 | 44 | 0 | 25 | 10E | 34 | 29 |
| Octal | 151 | 63 | 240 | 42 | 104 | 0 | 45 | 416 | 64 | 51 |
| Binary | 1101001 | 110011 | 10100000 | 100010 | 1000100 | 0 | 100101 | 100001110 | 110100 | 101001 |
Color Harmonies of #6933A0
Complementary color
Monochromatic Colors of #6933A0
Black with #6933A0
Text Example
Text Example
White with #6933A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6933A0; }
p { color: rgb(105,51,160); }
H1.HeaderClassName
{
color: #6933A0;
}
.AnyTagClassName
{
color: #6933A0;
}
</style>
background-color css
<style>
a { background-color: #6933A0; }
a { background-color: rgb(105,51,160); }
div.DivClassName
{
background-color: #6933A0;
}
.BgClassName
{
background-color: #6933A0;
}
</style>
border-color css
<style>
span { border-color: #6933A0; }
span { border-color: rgb(105,51,160); }
td.TdClassName
{
border-color: #6933A0;
}
.TagClassName
{
border-color: #6933A0;
}
</style>