Shades of Royal Purple #6A458D
Tints of Royal Purple #6A458D
RGB
CMYK
RGB Variations
Color information
#6A458D (or 0x6A458D) is known color: Royal Purple. HEX triplet: 6A, 45 and 8D. RGB value is (106,69,141). Sum of RGB (Red+Green+Blue) = 106+69+141=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A458D is #95BA72. Grayscale: #585858. Windows color (decimal): -9812595 or 9258346. OLE color: 9258346.
HSL color Cylindrical-coordinate representation of color #6A458D: hue angle of 270.83º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A458D is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 69 | 141 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.45 |
| HSL | 270.83º | 0.34% | 0.41% | - |
| HSV(B) | 270.83º | 0.51% | 0.55% | - |
| XYZ | 12.88 | 9.24 | 26.3 | - |
| YUV | 88.27 | 157.76 | 140.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 69 | 141 | 0.25 | 0.51 | 0 | 0.45 | 270.83 | 0.34 | 0.41 |
| Hex | 6A | 45 | 8D | 19 | 33 | 0 | 2D | 10F | 22 | 29 |
| Octal | 152 | 105 | 215 | 31 | 63 | 0 | 55 | 417 | 42 | 51 |
| Binary | 1101010 | 1000101 | 10001101 | 11001 | 110011 | 0 | 101101 | 100001111 | 100010 | 101001 |
Color Harmonies of #6A458D
Complementary color
Monochromatic Colors of #6A458D
Black with #6A458D
Text Example
Text Example
White with #6A458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A458D; }
p { color: rgb(106,69,141); }
H1.HeaderClassName
{
color: #6A458D;
}
.AnyTagClassName
{
color: #6A458D;
}
</style>
background-color css
<style>
a { background-color: #6A458D; }
a { background-color: rgb(106,69,141); }
div.DivClassName
{
background-color: #6A458D;
}
.BgClassName
{
background-color: #6A458D;
}
</style>
border-color css
<style>
span { border-color: #6A458D; }
span { border-color: rgb(106,69,141); }
td.TdClassName
{
border-color: #6A458D;
}
.TagClassName
{
border-color: #6A458D;
}
</style>