Shades of Royal Purple #6A3790
Tints of Royal Purple #6A3790
RGB
CMYK
RGB Variations
Color information
#6A3790 (or 0x6A3790) is known color: Royal Purple. HEX triplet: 6A, 37 and 90. RGB value is (106,55,144). Sum of RGB (Red+Green+Blue) = 106+55+144=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 55 (21.88% from 255 or 18.03% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A3790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3790 is #95C86F. Grayscale: #505050. Windows color (decimal): -9816176 or 9451370. OLE color: 9451370.
HSL color Cylindrical-coordinate representation of color #6A3790: hue angle of 274.38º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A3790 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 55 | 144 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.44 |
| HSL | 274.38º | 0.45% | 0.39% | - |
| HSV(B) | 274.38º | 0.62% | 0.56% | - |
| XYZ | 12.34 | 7.81 | 27.24 | - |
| YUV | 80.4 | 163.9 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 55 | 144 | 0.26 | 0.62 | 0 | 0.44 | 274.38 | 0.45 | 0.39 |
| Hex | 6A | 37 | 90 | 1A | 3E | 0 | 2C | 112 | 2D | 27 |
| Octal | 152 | 67 | 220 | 32 | 76 | 0 | 54 | 422 | 55 | 47 |
| Binary | 1101010 | 110111 | 10010000 | 11010 | 111110 | 0 | 101100 | 100010010 | 101101 | 100111 |
Color Harmonies of #6A3790
Complementary color
Monochromatic Colors of #6A3790
Black with #6A3790
Text Example
Text Example
White with #6A3790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3790; }
p { color: rgb(106,55,144); }
H1.HeaderClassName
{
color: #6A3790;
}
.AnyTagClassName
{
color: #6A3790;
}
</style>
background-color css
<style>
a { background-color: #6A3790; }
a { background-color: rgb(106,55,144); }
div.DivClassName
{
background-color: #6A3790;
}
.BgClassName
{
background-color: #6A3790;
}
</style>
border-color css
<style>
span { border-color: #6A3790; }
span { border-color: rgb(106,55,144); }
td.TdClassName
{
border-color: #6A3790;
}
.TagClassName
{
border-color: #6A3790;
}
</style>