Shades of Royal Purple #6936AB
Tints of Royal Purple #6936AB
RGB
CMYK
RGB Variations
Color information
#6936AB (or 0x6936AB) is known color: Royal Purple. HEX triplet: 69, 36 and AB. RGB value is (105,54,171). Sum of RGB (Red+Green+Blue) = 105+54+171=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #6936AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6936AB is #96C954. Grayscale: #525252. Windows color (decimal): -9881941 or 11220585. OLE color: 11220585.
HSL color Cylindrical-coordinate representation of color #6936AB: hue angle of 266.15º degrees, saturation: 0.52, 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 #6936AB is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 54 | 171 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.33 |
| HSL | 266.15º | 0.52% | 0.44% | - |
| HSV(B) | 266.15º | 0.68% | 0.67% | - |
| XYZ | 14.5 | 8.58 | 39.42 | - |
| YUV | 82.59 | 177.9 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 54 | 171 | 0.39 | 0.68 | 0 | 0.33 | 266.15 | 0.52 | 0.44 |
| Hex | 69 | 36 | AB | 27 | 44 | 0 | 21 | 10A | 34 | 2C |
| Octal | 151 | 66 | 253 | 47 | 104 | 0 | 41 | 412 | 64 | 54 |
| Binary | 1101001 | 110110 | 10101011 | 100111 | 1000100 | 0 | 100001 | 100001010 | 110100 | 101100 |
Color Harmonies of #6936AB
Complementary color
Monochromatic Colors of #6936AB
Black with #6936AB
Text Example
Text Example
White with #6936AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6936AB; }
p { color: rgb(105,54,171); }
H1.HeaderClassName
{
color: #6936AB;
}
.AnyTagClassName
{
color: #6936AB;
}
</style>
background-color css
<style>
a { background-color: #6936AB; }
a { background-color: rgb(105,54,171); }
div.DivClassName
{
background-color: #6936AB;
}
.BgClassName
{
background-color: #6936AB;
}
</style>
border-color css
<style>
span { border-color: #6936AB; }
span { border-color: rgb(105,54,171); }
td.TdClassName
{
border-color: #6936AB;
}
.TagClassName
{
border-color: #6936AB;
}
</style>