Shades of Royal Purple #6935A0
Tints of Royal Purple #6935A0
RGB
CMYK
RGB Variations
Color information
#6935A0 (or 0x6935A0) is known color: Royal Purple. HEX triplet: 69, 35 and A0. RGB value is (105,53,160). Sum of RGB (Red+Green+Blue) = 105+53+160=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 53 (21.09% from 255 or 16.67% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #6935A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6935A0 is #96CA5F. Grayscale: #505050. Windows color (decimal): -9882208 or 10499433. OLE color: 10499433.
HSL color Cylindrical-coordinate representation of color #6935A0: hue angle of 269.16º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6935A0 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 105 | 53 | 160 | - |
| CMYK | 0.34 | 0.67 | 0 | 0.37 |
| HSL | 269.16º | 0.5% | 0.42% | - |
| HSV(B) | 269.16º | 0.67% | 0.63% | - |
| XYZ | 13.44 | 8.09 | 34.11 | - |
| YUV | 80.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 160 | 0.34 | 0.67 | 0 | 0.37 | 269.16 | 0.5 | 0.42 |
| Hex | 69 | 35 | A0 | 22 | 43 | 0 | 25 | 10D | 32 | 2A |
| Octal | 151 | 65 | 240 | 42 | 103 | 0 | 45 | 415 | 62 | 52 |
| Binary | 1101001 | 110101 | 10100000 | 100010 | 1000011 | 0 | 100101 | 100001101 | 110010 | 101010 |
Color Harmonies of #6935A0
Complementary color
Monochromatic Colors of #6935A0
Black with #6935A0
Text Example
Text Example
White with #6935A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6935A0; }
p { color: rgb(105,53,160); }
H1.HeaderClassName
{
color: #6935A0;
}
.AnyTagClassName
{
color: #6935A0;
}
</style>
background-color css
<style>
a { background-color: #6935A0; }
a { background-color: rgb(105,53,160); }
div.DivClassName
{
background-color: #6935A0;
}
.BgClassName
{
background-color: #6935A0;
}
</style>
border-color css
<style>
span { border-color: #6935A0; }
span { border-color: rgb(105,53,160); }
td.TdClassName
{
border-color: #6935A0;
}
.TagClassName
{
border-color: #6935A0;
}
</style>