Shades of Royal Purple #6937AB
Tints of Royal Purple #6937AB
RGB
CMYK
RGB Variations
Color information
#6937AB (or 0x6937AB) is known color: Royal Purple. HEX triplet: 69, 37 and AB. RGB value is (105,55,171). Sum of RGB (Red+Green+Blue) = 105+55+171=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #6937AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6937AB is #96C854. Grayscale: #525252. Windows color (decimal): -9881685 or 11220841. OLE color: 11220841.
HSL color Cylindrical-coordinate representation of color #6937AB: hue angle of 265.86º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6937AB is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 55 | 171 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.33 |
| HSL | 265.86º | 0.51% | 0.44% | - |
| HSV(B) | 265.86º | 0.68% | 0.67% | - |
| XYZ | 14.54 | 8.68 | 39.44 | - |
| YUV | 83.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 171 | 0.39 | 0.68 | 0 | 0.33 | 265.86 | 0.51 | 0.44 |
| Hex | 69 | 37 | AB | 27 | 44 | 0 | 21 | 10A | 33 | 2C |
| Octal | 151 | 67 | 253 | 47 | 104 | 0 | 41 | 412 | 63 | 54 |
| Binary | 1101001 | 110111 | 10101011 | 100111 | 1000100 | 0 | 100001 | 100001010 | 110011 | 101100 |
Color Harmonies of #6937AB
Complementary color
Monochromatic Colors of #6937AB
Black with #6937AB
Text Example
Text Example
White with #6937AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6937AB; }
p { color: rgb(105,55,171); }
H1.HeaderClassName
{
color: #6937AB;
}
.AnyTagClassName
{
color: #6937AB;
}
</style>
background-color css
<style>
a { background-color: #6937AB; }
a { background-color: rgb(105,55,171); }
div.DivClassName
{
background-color: #6937AB;
}
.BgClassName
{
background-color: #6937AB;
}
</style>
border-color css
<style>
span { border-color: #6937AB; }
span { border-color: rgb(105,55,171); }
td.TdClassName
{
border-color: #6937AB;
}
.TagClassName
{
border-color: #6937AB;
}
</style>