Shades of Royal Purple #6B4596
Tints of Royal Purple #6B4596
RGB
CMYK
RGB Variations
Color information
#6B4596 (or 0x6B4596) is known color: Royal Purple. HEX triplet: 6B, 45 and 96. RGB value is (107,69,150). Sum of RGB (Red+Green+Blue) = 107+69+150=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B4596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4596 is #94BA69. Grayscale: #595959. Windows color (decimal): -9747050 or 9848171. OLE color: 9848171.
HSL color Cylindrical-coordinate representation of color #6B4596: hue angle of 268.15º 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 #6B4596 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 69 | 150 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.41 |
| HSL | 268.15º | 0.37% | 0.43% | - |
| HSV(B) | 268.15º | 0.54% | 0.59% | - |
| XYZ | 13.7 | 9.58 | 29.98 | - |
| YUV | 89.6 | 162.09 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 69 | 150 | 0.29 | 0.54 | 0 | 0.41 | 268.15 | 0.37 | 0.43 |
| Hex | 6B | 45 | 96 | 1D | 36 | 0 | 29 | 10C | 25 | 2B |
| Octal | 153 | 105 | 226 | 35 | 66 | 0 | 51 | 414 | 45 | 53 |
| Binary | 1101011 | 1000101 | 10010110 | 11101 | 110110 | 0 | 101001 | 100001100 | 100101 | 101011 |
Color Harmonies of #6B4596
Complementary color
Monochromatic Colors of #6B4596
Black with #6B4596
Text Example
Text Example
White with #6B4596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4596; }
p { color: rgb(107,69,150); }
H1.HeaderClassName
{
color: #6B4596;
}
.AnyTagClassName
{
color: #6B4596;
}
</style>
background-color css
<style>
a { background-color: #6B4596; }
a { background-color: rgb(107,69,150); }
div.DivClassName
{
background-color: #6B4596;
}
.BgClassName
{
background-color: #6B4596;
}
</style>
border-color css
<style>
span { border-color: #6B4596; }
span { border-color: rgb(107,69,150); }
td.TdClassName
{
border-color: #6B4596;
}
.TagClassName
{
border-color: #6B4596;
}
</style>