Shades of Royal Purple #6934AB
Tints of Royal Purple #6934AB
RGB
CMYK
RGB Variations
Color information
#6934AB (or 0x6934AB) is known color: Royal Purple. HEX triplet: 69, 34 and AB. RGB value is (105,52,171). Sum of RGB (Red+Green+Blue) = 105+52+171=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #6934AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6934AB is #96CB54. Grayscale: #505050. Windows color (decimal): -9882453 or 11220073. OLE color: 11220073.
HSL color Cylindrical-coordinate representation of color #6934AB: hue angle of 266.72º degrees, saturation: 0.53, 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 #6934AB is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 52 | 171 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.33 |
| HSL | 266.72º | 0.53% | 0.44% | - |
| HSV(B) | 266.72º | 0.7% | 0.67% | - |
| XYZ | 14.4 | 8.4 | 39.39 | - |
| YUV | 81.41 | 178.56 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 171 | 0.39 | 0.70 | 0 | 0.33 | 266.72 | 0.53 | 0.44 |
| Hex | 69 | 34 | AB | 27 | 46 | 0 | 21 | 10B | 35 | 2C |
| Octal | 151 | 64 | 253 | 47 | 106 | 0 | 41 | 413 | 65 | 54 |
| Binary | 1101001 | 110100 | 10101011 | 100111 | 1000110 | 0 | 100001 | 100001011 | 110101 | 101100 |
Color Harmonies of #6934AB
Complementary color
Monochromatic Colors of #6934AB
Black with #6934AB
Text Example
Text Example
White with #6934AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6934AB; }
p { color: rgb(105,52,171); }
H1.HeaderClassName
{
color: #6934AB;
}
.AnyTagClassName
{
color: #6934AB;
}
</style>
background-color css
<style>
a { background-color: #6934AB; }
a { background-color: rgb(105,52,171); }
div.DivClassName
{
background-color: #6934AB;
}
.BgClassName
{
background-color: #6934AB;
}
</style>
border-color css
<style>
span { border-color: #6934AB; }
span { border-color: rgb(105,52,171); }
td.TdClassName
{
border-color: #6934AB;
}
.TagClassName
{
border-color: #6934AB;
}
</style>