Shades of Royal Purple #6D4598
Tints of Royal Purple #6D4598
RGB
CMYK
RGB Variations
Color information
#6D4598 (or 0x6D4598) is known color: Royal Purple. HEX triplet: 6D, 45 and 98. RGB value is (109,69,152). Sum of RGB (Red+Green+Blue) = 109+69+152=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #6D4598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4598 is #92BA67. Grayscale: #5A5A5A. Windows color (decimal): -9615976 or 9979245. OLE color: 9979245.
HSL color Cylindrical-coordinate representation of color #6D4598: hue angle of 268.92º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D4598 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 69 | 152 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.40 |
| HSL | 268.92º | 0.38% | 0.43% | - |
| HSV(B) | 268.92º | 0.55% | 0.6% | - |
| XYZ | 14.1 | 9.77 | 30.85 | - |
| YUV | 90.42 | 162.75 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 152 | 0.28 | 0.55 | 0 | 0.40 | 268.92 | 0.38 | 0.43 |
| Hex | 6D | 45 | 98 | 1C | 37 | 0 | 28 | 10D | 26 | 2B |
| Octal | 155 | 105 | 230 | 34 | 67 | 0 | 50 | 415 | 46 | 53 |
| Binary | 1101101 | 1000101 | 10011000 | 11100 | 110111 | 0 | 101000 | 100001101 | 100110 | 101011 |
Color Harmonies of #6D4598
Complementary color
Monochromatic Colors of #6D4598
Black with #6D4598
Text Example
Text Example
White with #6D4598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4598; }
p { color: rgb(109,69,152); }
H1.HeaderClassName
{
color: #6D4598;
}
.AnyTagClassName
{
color: #6D4598;
}
</style>
background-color css
<style>
a { background-color: #6D4598; }
a { background-color: rgb(109,69,152); }
div.DivClassName
{
background-color: #6D4598;
}
.BgClassName
{
background-color: #6D4598;
}
</style>
border-color css
<style>
span { border-color: #6D4598; }
span { border-color: rgb(109,69,152); }
td.TdClassName
{
border-color: #6D4598;
}
.TagClassName
{
border-color: #6D4598;
}
</style>