Shades of Royal Purple #6936AD
Tints of Royal Purple #6936AD
RGB
CMYK
RGB Variations
Color information
#6936AD (or 0x6936AD) is known color: Royal Purple. HEX triplet: 69, 36 and AD. RGB value is (105,54,173). Sum of RGB (Red+Green+Blue) = 105+54+173=332 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.63% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 173 (67.97% from 255 or 52.11% from 332); Max value from RGB is 173 - color contains mainly: blue. Hex color #6936AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6936AD is #96C952. Grayscale: #525252. Windows color (decimal): -9881939 or 11351657. OLE color: 11351657.
HSL color Cylindrical-coordinate representation of color #6936AD: hue angle of 265.71º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6936AD is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 54 | 173 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.32 |
| HSL | 265.71º | 0.52% | 0.45% | - |
| HSV(B) | 265.71º | 0.69% | 0.68% | - |
| XYZ | 14.69 | 8.66 | 40.43 | - |
| YUV | 82.82 | 178.9 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 173 | 0.39 | 0.69 | 0 | 0.32 | 265.71 | 0.52 | 0.45 |
| Hex | 69 | 36 | AD | 27 | 45 | 0 | 20 | 10A | 34 | 2D |
| Octal | 151 | 66 | 255 | 47 | 105 | 0 | 40 | 412 | 64 | 55 |
| Binary | 1101001 | 110110 | 10101101 | 100111 | 1000101 | 0 | 100000 | 100001010 | 110100 | 101101 |
Color Harmonies of #6936AD
Complementary color
Monochromatic Colors of #6936AD
Black with #6936AD
Text Example
Text Example
White with #6936AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6936AD; }
p { color: rgb(105,54,173); }
H1.HeaderClassName
{
color: #6936AD;
}
.AnyTagClassName
{
color: #6936AD;
}
</style>
background-color css
<style>
a { background-color: #6936AD; }
a { background-color: rgb(105,54,173); }
div.DivClassName
{
background-color: #6936AD;
}
.BgClassName
{
background-color: #6936AD;
}
</style>
border-color css
<style>
span { border-color: #6936AD; }
span { border-color: rgb(105,54,173); }
td.TdClassName
{
border-color: #6936AD;
}
.TagClassName
{
border-color: #6936AD;
}
</style>