Shades of Royal Purple #6A4490
Tints of Royal Purple #6A4490
RGB
CMYK
RGB Variations
Color information
#6A4490 (or 0x6A4490) is known color: Royal Purple. HEX triplet: 6A, 44 and 90. RGB value is (106,68,144). Sum of RGB (Red+Green+Blue) = 106+68+144=318 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.33% from 318); Green value is 68 (26.95% from 255 or 21.38% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #6A4490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4490 is #95BB6F. Grayscale: #575757. Windows color (decimal): -9812848 or 9454698. OLE color: 9454698.
HSL color Cylindrical-coordinate representation of color #6A4490: hue angle of 270º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A4490 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 68 | 144 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.44 |
| HSL | 270º | 0.36% | 0.42% | - |
| HSV(B) | 270º | 0.53% | 0.56% | - |
| XYZ | 13.05 | 9.21 | 27.48 | - |
| YUV | 88.03 | 159.59 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 68 | 144 | 0.26 | 0.53 | 0 | 0.44 | 270 | 0.36 | 0.42 |
| Hex | 6A | 44 | 90 | 1A | 35 | 0 | 2C | 10E | 24 | 2A |
| Octal | 152 | 104 | 220 | 32 | 65 | 0 | 54 | 416 | 44 | 52 |
| Binary | 1101010 | 1000100 | 10010000 | 11010 | 110101 | 0 | 101100 | 100001110 | 100100 | 101010 |
Color Harmonies of #6A4490
Complementary color
Monochromatic Colors of #6A4490
Black with #6A4490
Text Example
Text Example
White with #6A4490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4490; }
p { color: rgb(106,68,144); }
H1.HeaderClassName
{
color: #6A4490;
}
.AnyTagClassName
{
color: #6A4490;
}
</style>
background-color css
<style>
a { background-color: #6A4490; }
a { background-color: rgb(106,68,144); }
div.DivClassName
{
background-color: #6A4490;
}
.BgClassName
{
background-color: #6A4490;
}
</style>
border-color css
<style>
span { border-color: #6A4490; }
span { border-color: rgb(106,68,144); }
td.TdClassName
{
border-color: #6A4490;
}
.TagClassName
{
border-color: #6A4490;
}
</style>