Shades of Royal Purple #6935A2
Tints of Royal Purple #6935A2
RGB
CMYK
RGB Variations
Color information
#6935A2 (or 0x6935A2) is known color: Royal Purple. HEX triplet: 69, 35 and A2. RGB value is (105,53,162). Sum of RGB (Red+Green+Blue) = 105+53+162=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 162 (63.67% from 255 or 50.62% from 320); Max value from RGB is 162 - color contains mainly: blue. Hex color #6935A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6935A2 is #96CA5D. Grayscale: #505050. Windows color (decimal): -9882206 or 10630505. OLE color: 10630505.
HSL color Cylindrical-coordinate representation of color #6935A2: hue angle of 268.62º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6935A2 is Cyan = 0.35, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 53 | 162 | - |
| CMYK | 0.35 | 0.67 | 0 | 0.36 |
| HSL | 268.62º | 0.51% | 0.42% | - |
| HSV(B) | 268.62º | 0.67% | 0.64% | - |
| XYZ | 13.62 | 8.16 | 35.04 | - |
| YUV | 80.97 | 173.73 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 162 | 0.35 | 0.67 | 0 | 0.36 | 268.62 | 0.51 | 0.42 |
| Hex | 69 | 35 | A2 | 23 | 43 | 0 | 24 | 10D | 33 | 2A |
| Octal | 151 | 65 | 242 | 43 | 103 | 0 | 44 | 415 | 63 | 52 |
| Binary | 1101001 | 110101 | 10100010 | 100011 | 1000011 | 0 | 100100 | 100001101 | 110011 | 101010 |
Color Harmonies of #6935A2
Complementary color
Monochromatic Colors of #6935A2
Black with #6935A2
Text Example
Text Example
White with #6935A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6935A2; }
p { color: rgb(105,53,162); }
H1.HeaderClassName
{
color: #6935A2;
}
.AnyTagClassName
{
color: #6935A2;
}
</style>
background-color css
<style>
a { background-color: #6935A2; }
a { background-color: rgb(105,53,162); }
div.DivClassName
{
background-color: #6935A2;
}
.BgClassName
{
background-color: #6935A2;
}
</style>
border-color css
<style>
span { border-color: #6935A2; }
span { border-color: rgb(105,53,162); }
td.TdClassName
{
border-color: #6935A2;
}
.TagClassName
{
border-color: #6935A2;
}
</style>