Shades of Royal Purple #6A389B
Tints of Royal Purple #6A389B
RGB
CMYK
RGB Variations
Color information
#6A389B (or 0x6A389B) is known color: Royal Purple. HEX triplet: 6A, 38 and 9B. RGB value is (106,56,155). Sum of RGB (Red+Green+Blue) = 106+56+155=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A389B is #95C764. Grayscale: #515151. Windows color (decimal): -9815909 or 10172522. OLE color: 10172522.
HSL color Cylindrical-coordinate representation of color #6A389B: hue angle of 270.3º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6A389B is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 56 | 155 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.39 |
| HSL | 270.3º | 0.47% | 0.41% | - |
| HSV(B) | 270.3º | 0.64% | 0.61% | - |
| XYZ | 13.27 | 8.26 | 31.9 | - |
| YUV | 82.24 | 169.07 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 56 | 155 | 0.32 | 0.64 | 0 | 0.39 | 270.3 | 0.47 | 0.41 |
| Hex | 6A | 38 | 9B | 20 | 40 | 0 | 27 | 10E | 2F | 29 |
| Octal | 152 | 70 | 233 | 40 | 100 | 0 | 47 | 416 | 57 | 51 |
| Binary | 1101010 | 111000 | 10011011 | 100000 | 1000000 | 0 | 100111 | 100001110 | 101111 | 101001 |
Color Harmonies of #6A389B
Complementary color
Monochromatic Colors of #6A389B
Black with #6A389B
Text Example
Text Example
White with #6A389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A389B; }
p { color: rgb(106,56,155); }
H1.HeaderClassName
{
color: #6A389B;
}
.AnyTagClassName
{
color: #6A389B;
}
</style>
background-color css
<style>
a { background-color: #6A389B; }
a { background-color: rgb(106,56,155); }
div.DivClassName
{
background-color: #6A389B;
}
.BgClassName
{
background-color: #6A389B;
}
</style>
border-color css
<style>
span { border-color: #6A389B; }
span { border-color: rgb(106,56,155); }
td.TdClassName
{
border-color: #6A389B;
}
.TagClassName
{
border-color: #6A389B;
}
</style>