Shades of Royal Purple #6A139F
Tints of Royal Purple #6A139F
RGB
CMYK
RGB Variations
Color information
#6A139F (or 0x6A139F) is known color: Royal Purple. HEX triplet: 6A, 13 and 9F. RGB value is (106,19,159). Sum of RGB (Red+Green+Blue) = 106+19+159=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 19 (7.81% from 255 or 6.69% from 284); Blue value is 159 (62.5% from 255 or 55.99% from 284); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A139F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A139F is #95EC60. Grayscale: #3C3C3C. Windows color (decimal): -9825377 or 10425194. OLE color: 10425194.
HSL color Cylindrical-coordinate representation of color #6A139F: hue angle of 277.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A139F is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 19 | 159 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.38 |
| HSL | 277.29º | 0.79% | 0.35% | - |
| HSV(B) | 277.29º | 0.88% | 0.62% | - |
| XYZ | 12.43 | 6.03 | 33.31 | - |
| YUV | 60.97 | 183.32 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 19 | 159 | 0.33 | 0.88 | 0 | 0.38 | 277.29 | 0.79 | 0.35 |
| Hex | 6A | 13 | 9F | 21 | 58 | 0 | 26 | 115 | 4F | 23 |
| Octal | 152 | 23 | 237 | 41 | 130 | 0 | 46 | 425 | 117 | 43 |
| Binary | 1101010 | 10011 | 10011111 | 100001 | 1011000 | 0 | 100110 | 100010101 | 1001111 | 100011 |
Color Harmonies of #6A139F
Complementary color
Monochromatic Colors of #6A139F
Black with #6A139F
Text Example
Text Example
White with #6A139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A139F; }
p { color: rgb(106,19,159); }
H1.HeaderClassName
{
color: #6A139F;
}
.AnyTagClassName
{
color: #6A139F;
}
</style>
background-color css
<style>
a { background-color: #6A139F; }
a { background-color: rgb(106,19,159); }
div.DivClassName
{
background-color: #6A139F;
}
.BgClassName
{
background-color: #6A139F;
}
</style>
border-color css
<style>
span { border-color: #6A139F; }
span { border-color: rgb(106,19,159); }
td.TdClassName
{
border-color: #6A139F;
}
.TagClassName
{
border-color: #6A139F;
}
</style>