Shades of Royal Purple #6948A5
Tints of Royal Purple #6948A5
RGB
CMYK
RGB Variations
Color information
#6948A5 (or 0x6948A5) is known color: Royal Purple. HEX triplet: 69, 48 and A5. RGB value is (105,72,165). Sum of RGB (Red+Green+Blue) = 105+72+165=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 165 (64.84% from 255 or 48.25% from 342); Max value from RGB is 165 - color contains mainly: blue. Hex color #6948A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6948A5 is #96B75A. Grayscale: #5C5C5C. Windows color (decimal): -9877339 or 10831977. OLE color: 10831977.
HSL color Cylindrical-coordinate representation of color #6948A5: hue angle of 261.29º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6948A5 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 72 | 165 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.35 |
| HSL | 261.29º | 0.39% | 0.46% | - |
| HSV(B) | 261.29º | 0.56% | 0.65% | - |
| XYZ | 14.93 | 10.35 | 36.81 | - |
| YUV | 92.47 | 168.93 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 165 | 0.36 | 0.56 | 0 | 0.35 | 261.29 | 0.39 | 0.46 |
| Hex | 69 | 48 | A5 | 24 | 38 | 0 | 23 | 105 | 27 | 2E |
| Octal | 151 | 110 | 245 | 44 | 70 | 0 | 43 | 405 | 47 | 56 |
| Binary | 1101001 | 1001000 | 10100101 | 100100 | 111000 | 0 | 100011 | 100000101 | 100111 | 101110 |
Color Harmonies of #6948A5
Complementary color
Monochromatic Colors of #6948A5
Black with #6948A5
Text Example
Text Example
White with #6948A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6948A5; }
p { color: rgb(105,72,165); }
H1.HeaderClassName
{
color: #6948A5;
}
.AnyTagClassName
{
color: #6948A5;
}
</style>
background-color css
<style>
a { background-color: #6948A5; }
a { background-color: rgb(105,72,165); }
div.DivClassName
{
background-color: #6948A5;
}
.BgClassName
{
background-color: #6948A5;
}
</style>
border-color css
<style>
span { border-color: #6948A5; }
span { border-color: rgb(105,72,165); }
td.TdClassName
{
border-color: #6948A5;
}
.TagClassName
{
border-color: #6948A5;
}
</style>