Shades of Royal Purple #6B4697
Tints of Royal Purple #6B4697
RGB
CMYK
RGB Variations
Color information
#6B4697 (or 0x6B4697) is known color: Royal Purple. HEX triplet: 6B, 46 and 97. RGB value is (107,70,151). Sum of RGB (Red+Green+Blue) = 107+70+151=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B4697 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4697 is #94B968. Grayscale: #5A5A5A. Windows color (decimal): -9746793 or 9913963. OLE color: 9913963.
HSL color Cylindrical-coordinate representation of color #6B4697: hue angle of 267.41º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B4697 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 70 | 151 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.41 |
| HSL | 267.41º | 0.37% | 0.43% | - |
| HSV(B) | 267.41º | 0.54% | 0.59% | - |
| XYZ | 13.84 | 9.74 | 30.43 | - |
| YUV | 90.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 70 | 151 | 0.29 | 0.54 | 0 | 0.41 | 267.41 | 0.37 | 0.43 |
| Hex | 6B | 46 | 97 | 1D | 36 | 0 | 29 | 10B | 25 | 2B |
| Octal | 153 | 106 | 227 | 35 | 66 | 0 | 51 | 413 | 45 | 53 |
| Binary | 1101011 | 1000110 | 10010111 | 11101 | 110110 | 0 | 101001 | 100001011 | 100101 | 101011 |
Color Harmonies of #6B4697
Complementary color
Monochromatic Colors of #6B4697
Black with #6B4697
Text Example
Text Example
White with #6B4697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4697; }
p { color: rgb(107,70,151); }
H1.HeaderClassName
{
color: #6B4697;
}
.AnyTagClassName
{
color: #6B4697;
}
</style>
background-color css
<style>
a { background-color: #6B4697; }
a { background-color: rgb(107,70,151); }
div.DivClassName
{
background-color: #6B4697;
}
.BgClassName
{
background-color: #6B4697;
}
</style>
border-color css
<style>
span { border-color: #6B4697; }
span { border-color: rgb(107,70,151); }
td.TdClassName
{
border-color: #6B4697;
}
.TagClassName
{
border-color: #6B4697;
}
</style>