Shades of Royal Purple #6934AD
Tints of Royal Purple #6934AD
RGB
CMYK
RGB Variations
Color information
#6934AD (or 0x6934AD) is known color: Royal Purple. HEX triplet: 69, 34 and AD. RGB value is (105,52,173). Sum of RGB (Red+Green+Blue) = 105+52+173=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 52 (20.70% from 255 or 15.76% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #6934AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6934AD is #96CB52. Grayscale: #515151. Windows color (decimal): -9882451 or 11351145. OLE color: 11351145.
HSL color Cylindrical-coordinate representation of color #6934AD: hue angle of 266.28º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6934AD is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 52 | 173 | - |
| CMYK | 0.39 | 0.70 | 0 | 0.32 |
| HSL | 266.28º | 0.54% | 0.44% | - |
| HSV(B) | 266.28º | 0.7% | 0.68% | - |
| XYZ | 14.6 | 8.48 | 40.4 | - |
| YUV | 81.64 | 179.56 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 173 | 0.39 | 0.70 | 0 | 0.32 | 266.28 | 0.54 | 0.44 |
| Hex | 69 | 34 | AD | 27 | 46 | 0 | 20 | 10A | 36 | 2C |
| Octal | 151 | 64 | 255 | 47 | 106 | 0 | 40 | 412 | 66 | 54 |
| Binary | 1101001 | 110100 | 10101101 | 100111 | 1000110 | 0 | 100000 | 100001010 | 110110 | 101100 |
Color Harmonies of #6934AD
Complementary color
Monochromatic Colors of #6934AD
Black with #6934AD
Text Example
Text Example
White with #6934AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6934AD; }
p { color: rgb(105,52,173); }
H1.HeaderClassName
{
color: #6934AD;
}
.AnyTagClassName
{
color: #6934AD;
}
</style>
background-color css
<style>
a { background-color: #6934AD; }
a { background-color: rgb(105,52,173); }
div.DivClassName
{
background-color: #6934AD;
}
.BgClassName
{
background-color: #6934AD;
}
</style>
border-color css
<style>
span { border-color: #6934AD; }
span { border-color: rgb(105,52,173); }
td.TdClassName
{
border-color: #6934AD;
}
.TagClassName
{
border-color: #6934AD;
}
</style>