Shades of Royal Purple #6938AA
Tints of Royal Purple #6938AA
RGB
CMYK
RGB Variations
Color information
#6938AA (or 0x6938AA) is known color: Royal Purple. HEX triplet: 69, 38 and AA. RGB value is (105,56,170). Sum of RGB (Red+Green+Blue) = 105+56+170=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 56 (22.27% from 255 or 16.92% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #6938AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6938AA is #96C755. Grayscale: #535353. Windows color (decimal): -9881430 or 11155561. OLE color: 11155561.
HSL color Cylindrical-coordinate representation of color #6938AA: hue angle of 265.79º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6938AA is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 56 | 170 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.33 |
| HSL | 265.79º | 0.5% | 0.44% | - |
| HSV(B) | 265.79º | 0.67% | 0.67% | - |
| XYZ | 14.5 | 8.73 | 38.95 | - |
| YUV | 83.65 | 176.73 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 56 | 170 | 0.38 | 0.67 | 0 | 0.33 | 265.79 | 0.5 | 0.44 |
| Hex | 69 | 38 | AA | 26 | 43 | 0 | 21 | 10A | 32 | 2C |
| Octal | 151 | 70 | 252 | 46 | 103 | 0 | 41 | 412 | 62 | 54 |
| Binary | 1101001 | 111000 | 10101010 | 100110 | 1000011 | 0 | 100001 | 100001010 | 110010 | 101100 |
Color Harmonies of #6938AA
Complementary color
Monochromatic Colors of #6938AA
Black with #6938AA
Text Example
Text Example
White with #6938AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6938AA; }
p { color: rgb(105,56,170); }
H1.HeaderClassName
{
color: #6938AA;
}
.AnyTagClassName
{
color: #6938AA;
}
</style>
background-color css
<style>
a { background-color: #6938AA; }
a { background-color: rgb(105,56,170); }
div.DivClassName
{
background-color: #6938AA;
}
.BgClassName
{
background-color: #6938AA;
}
</style>
border-color css
<style>
span { border-color: #6938AA; }
span { border-color: rgb(105,56,170); }
td.TdClassName
{
border-color: #6938AA;
}
.TagClassName
{
border-color: #6938AA;
}
</style>