Shades of Royal Purple #6A398E
Tints of Royal Purple #6A398E
RGB
CMYK
RGB Variations
Color information
#6A398E (or 0x6A398E) is known color: Royal Purple. HEX triplet: 6A, 39 and 8E. RGB value is (106,57,142). Sum of RGB (Red+Green+Blue) = 106+57+142=305 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.75% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A398E is #95C671. Grayscale: #515151. Windows color (decimal): -9815666 or 9320810. OLE color: 9320810.
HSL color Cylindrical-coordinate representation of color #6A398E: hue angle of 274.59º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A398E is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 57 | 142 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.44 |
| HSL | 274.59º | 0.43% | 0.39% | - |
| HSV(B) | 274.59º | 0.6% | 0.56% | - |
| XYZ | 12.29 | 7.94 | 26.48 | - |
| YUV | 81.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 57 | 142 | 0.25 | 0.60 | 0 | 0.44 | 274.59 | 0.43 | 0.39 |
| Hex | 6A | 39 | 8E | 19 | 3C | 0 | 2C | 113 | 2B | 27 |
| Octal | 152 | 71 | 216 | 31 | 74 | 0 | 54 | 423 | 53 | 47 |
| Binary | 1101010 | 111001 | 10001110 | 11001 | 111100 | 0 | 101100 | 100010011 | 101011 | 100111 |
Color Harmonies of #6A398E
Complementary color
Monochromatic Colors of #6A398E
Black with #6A398E
Text Example
Text Example
White with #6A398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A398E; }
p { color: rgb(106,57,142); }
H1.HeaderClassName
{
color: #6A398E;
}
.AnyTagClassName
{
color: #6A398E;
}
</style>
background-color css
<style>
a { background-color: #6A398E; }
a { background-color: rgb(106,57,142); }
div.DivClassName
{
background-color: #6A398E;
}
.BgClassName
{
background-color: #6A398E;
}
</style>
border-color css
<style>
span { border-color: #6A398E; }
span { border-color: rgb(106,57,142); }
td.TdClassName
{
border-color: #6A398E;
}
.TagClassName
{
border-color: #6A398E;
}
</style>