Shades of Royal Purple #6A3E8B
Tints of Royal Purple #6A3E8B
RGB
CMYK
RGB Variations
Color information
#6A3E8B (or 0x6A3E8B) is known color: Royal Purple. HEX triplet: 6A, 3E and 8B. RGB value is (106,62,139). Sum of RGB (Red+Green+Blue) = 106+62+139=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A3E8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3E8B is #95C174. Grayscale: #535353. Windows color (decimal): -9814389 or 9125482. OLE color: 9125482.
HSL color Cylindrical-coordinate representation of color #6A3E8B: hue angle of 274.29º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3E8B is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 62 | 139 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.45 |
| HSL | 274.29º | 0.38% | 0.39% | - |
| HSV(B) | 274.29º | 0.55% | 0.55% | - |
| XYZ | 12.33 | 8.37 | 25.39 | - |
| YUV | 83.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 62 | 139 | 0.24 | 0.55 | 0 | 0.45 | 274.29 | 0.38 | 0.39 |
| Hex | 6A | 3E | 8B | 18 | 37 | 0 | 2D | 112 | 26 | 27 |
| Octal | 152 | 76 | 213 | 30 | 67 | 0 | 55 | 422 | 46 | 47 |
| Binary | 1101010 | 111110 | 10001011 | 11000 | 110111 | 0 | 101101 | 100010010 | 100110 | 100111 |
Color Harmonies of #6A3E8B
Complementary color
Monochromatic Colors of #6A3E8B
Black with #6A3E8B
Text Example
Text Example
White with #6A3E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3E8B; }
p { color: rgb(106,62,139); }
H1.HeaderClassName
{
color: #6A3E8B;
}
.AnyTagClassName
{
color: #6A3E8B;
}
</style>
background-color css
<style>
a { background-color: #6A3E8B; }
a { background-color: rgb(106,62,139); }
div.DivClassName
{
background-color: #6A3E8B;
}
.BgClassName
{
background-color: #6A3E8B;
}
</style>
border-color css
<style>
span { border-color: #6A3E8B; }
span { border-color: rgb(106,62,139); }
td.TdClassName
{
border-color: #6A3E8B;
}
.TagClassName
{
border-color: #6A3E8B;
}
</style>