Shades of Royal Purple #6935AB
Tints of Royal Purple #6935AB
RGB
CMYK
RGB Variations
Color information
#6935AB (or 0x6935AB) is known color: Royal Purple. HEX triplet: 69, 35 and AB. RGB value is (105,53,171). Sum of RGB (Red+Green+Blue) = 105+53+171=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 53 (21.09% from 255 or 16.11% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #6935AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6935AB is #96CA54. Grayscale: #515151. Windows color (decimal): -9882197 or 11220329. OLE color: 11220329.
HSL color Cylindrical-coordinate representation of color #6935AB: hue angle of 266.44º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6935AB is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 53 | 171 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.33 |
| HSL | 266.44º | 0.53% | 0.44% | - |
| HSV(B) | 266.44º | 0.69% | 0.67% | - |
| XYZ | 14.45 | 8.49 | 39.41 | - |
| YUV | 82 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 171 | 0.39 | 0.69 | 0 | 0.33 | 266.44 | 0.53 | 0.44 |
| Hex | 69 | 35 | AB | 27 | 45 | 0 | 21 | 10A | 35 | 2C |
| Octal | 151 | 65 | 253 | 47 | 105 | 0 | 41 | 412 | 65 | 54 |
| Binary | 1101001 | 110101 | 10101011 | 100111 | 1000101 | 0 | 100001 | 100001010 | 110101 | 101100 |
Color Harmonies of #6935AB
Complementary color
Monochromatic Colors of #6935AB
Black with #6935AB
Text Example
Text Example
White with #6935AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6935AB; }
p { color: rgb(105,53,171); }
H1.HeaderClassName
{
color: #6935AB;
}
.AnyTagClassName
{
color: #6935AB;
}
</style>
background-color css
<style>
a { background-color: #6935AB; }
a { background-color: rgb(105,53,171); }
div.DivClassName
{
background-color: #6935AB;
}
.BgClassName
{
background-color: #6935AB;
}
</style>
border-color css
<style>
span { border-color: #6935AB; }
span { border-color: rgb(105,53,171); }
td.TdClassName
{
border-color: #6935AB;
}
.TagClassName
{
border-color: #6935AB;
}
</style>