Shades of Royal Purple #6B4395
Tints of Royal Purple #6B4395
RGB
CMYK
RGB Variations
Color information
#6B4395 (or 0x6B4395) is known color: Royal Purple. HEX triplet: 6B, 43 and 95. RGB value is (107,67,149). Sum of RGB (Red+Green+Blue) = 107+67+149=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B4395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B4395 is #94BC6A. Grayscale: #585858. Windows color (decimal): -9747563 or 9782123. OLE color: 9782123.
HSL color Cylindrical-coordinate representation of color #6B4395: hue angle of 269.27º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B4395 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 67 | 149 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.42 |
| HSL | 269.27º | 0.38% | 0.42% | - |
| HSV(B) | 269.27º | 0.55% | 0.58% | - |
| XYZ | 13.5 | 9.31 | 29.52 | - |
| YUV | 88.31 | 162.25 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 67 | 149 | 0.28 | 0.55 | 0 | 0.42 | 269.27 | 0.38 | 0.42 |
| Hex | 6B | 43 | 95 | 1C | 37 | 0 | 2A | 10D | 26 | 2A |
| Octal | 153 | 103 | 225 | 34 | 67 | 0 | 52 | 415 | 46 | 52 |
| Binary | 1101011 | 1000011 | 10010101 | 11100 | 110111 | 0 | 101010 | 100001101 | 100110 | 101010 |
Color Harmonies of #6B4395
Complementary color
Monochromatic Colors of #6B4395
Black with #6B4395
Text Example
Text Example
White with #6B4395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4395; }
p { color: rgb(107,67,149); }
H1.HeaderClassName
{
color: #6B4395;
}
.AnyTagClassName
{
color: #6B4395;
}
</style>
background-color css
<style>
a { background-color: #6B4395; }
a { background-color: rgb(107,67,149); }
div.DivClassName
{
background-color: #6B4395;
}
.BgClassName
{
background-color: #6B4395;
}
</style>
border-color css
<style>
span { border-color: #6B4395; }
span { border-color: rgb(107,67,149); }
td.TdClassName
{
border-color: #6B4395;
}
.TagClassName
{
border-color: #6B4395;
}
</style>