Shades of Royal Purple #6D4297
Tints of Royal Purple #6D4297
RGB
CMYK
RGB Variations
Color information
#6D4297 (or 0x6D4297) is known color: Royal Purple. HEX triplet: 6D, 42 and 97. RGB value is (109,66,151). Sum of RGB (Red+Green+Blue) = 109+66+151=326 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.44% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #6D4297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4297 is #92BD68. Grayscale: #585858. Windows color (decimal): -9616745 or 9912941. OLE color: 9912941.
HSL color Cylindrical-coordinate representation of color #6D4297: hue angle of 270.35º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D4297 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 66 | 151 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.41 |
| HSL | 270.35º | 0.39% | 0.43% | - |
| HSV(B) | 270.35º | 0.56% | 0.59% | - |
| XYZ | 13.84 | 9.38 | 30.36 | - |
| YUV | 88.55 | 163.25 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 151 | 0.28 | 0.56 | 0 | 0.41 | 270.35 | 0.39 | 0.43 |
| Hex | 6D | 42 | 97 | 1C | 38 | 0 | 29 | 10E | 27 | 2B |
| Octal | 155 | 102 | 227 | 34 | 70 | 0 | 51 | 416 | 47 | 53 |
| Binary | 1101101 | 1000010 | 10010111 | 11100 | 111000 | 0 | 101001 | 100001110 | 100111 | 101011 |
Color Harmonies of #6D4297
Complementary color
Monochromatic Colors of #6D4297
Black with #6D4297
Text Example
Text Example
White with #6D4297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4297; }
p { color: rgb(109,66,151); }
H1.HeaderClassName
{
color: #6D4297;
}
.AnyTagClassName
{
color: #6D4297;
}
</style>
background-color css
<style>
a { background-color: #6D4297; }
a { background-color: rgb(109,66,151); }
div.DivClassName
{
background-color: #6D4297;
}
.BgClassName
{
background-color: #6D4297;
}
</style>
border-color css
<style>
span { border-color: #6D4297; }
span { border-color: rgb(109,66,151); }
td.TdClassName
{
border-color: #6D4297;
}
.TagClassName
{
border-color: #6D4297;
}
</style>