Shades of Royal Purple #6948A3
Tints of Royal Purple #6948A3
RGB
CMYK
RGB Variations
Color information
#6948A3 (or 0x6948A3) is known color: Royal Purple. HEX triplet: 69, 48 and A3. RGB value is (105,72,163). Sum of RGB (Red+Green+Blue) = 105+72+163=340 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.88% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 163 - color contains mainly: blue. Hex color #6948A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6948A3 is #96B75C. Grayscale: #5B5B5B. Windows color (decimal): -9877341 or 10700905. OLE color: 10700905.
HSL color Cylindrical-coordinate representation of color #6948A3: hue angle of 261.76º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6948A3 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 72 | 163 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.36 |
| HSL | 261.76º | 0.39% | 0.46% | - |
| HSV(B) | 261.76º | 0.56% | 0.64% | - |
| XYZ | 14.75 | 10.28 | 35.86 | - |
| YUV | 92.24 | 167.93 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 163 | 0.36 | 0.56 | 0 | 0.36 | 261.76 | 0.39 | 0.46 |
| Hex | 69 | 48 | A3 | 24 | 38 | 0 | 24 | 106 | 27 | 2E |
| Octal | 151 | 110 | 243 | 44 | 70 | 0 | 44 | 406 | 47 | 56 |
| Binary | 1101001 | 1001000 | 10100011 | 100100 | 111000 | 0 | 100100 | 100000110 | 100111 | 101110 |
Color Harmonies of #6948A3
Complementary color
Monochromatic Colors of #6948A3
Black with #6948A3
Text Example
Text Example
White with #6948A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6948A3; }
p { color: rgb(105,72,163); }
H1.HeaderClassName
{
color: #6948A3;
}
.AnyTagClassName
{
color: #6948A3;
}
</style>
background-color css
<style>
a { background-color: #6948A3; }
a { background-color: rgb(105,72,163); }
div.DivClassName
{
background-color: #6948A3;
}
.BgClassName
{
background-color: #6948A3;
}
</style>
border-color css
<style>
span { border-color: #6948A3; }
span { border-color: rgb(105,72,163); }
td.TdClassName
{
border-color: #6948A3;
}
.TagClassName
{
border-color: #6948A3;
}
</style>