Shades of Royal Purple #6A209B
Tints of Royal Purple #6A209B
RGB
CMYK
RGB Variations
Color information
#6A209B (or 0x6A209B) is known color: Royal Purple. HEX triplet: 6A, 20 and 9B. RGB value is (106,32,155). Sum of RGB (Red+Green+Blue) = 106+32+155=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 32 (12.89% from 255 or 10.92% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A209B is #95DF64. Grayscale: #434343. Windows color (decimal): -9822053 or 10166378. OLE color: 10166378.
HSL color Cylindrical-coordinate representation of color #6A209B: hue angle of 276.1º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A209B is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 106 | 32 | 155 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.39 |
| HSL | 276.1º | 0.66% | 0.37% | - |
| HSV(B) | 276.1º | 0.79% | 0.61% | - |
| XYZ | 12.38 | 6.46 | 31.61 | - |
| YUV | 68.15 | 177.02 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 32 | 155 | 0.32 | 0.79 | 0 | 0.39 | 276.1 | 0.66 | 0.37 |
| Hex | 6A | 20 | 9B | 20 | 4F | 0 | 27 | 114 | 42 | 25 |
| Octal | 152 | 40 | 233 | 40 | 117 | 0 | 47 | 424 | 102 | 45 |
| Binary | 1101010 | 100000 | 10011011 | 100000 | 1001111 | 0 | 100111 | 100010100 | 1000010 | 100101 |
Color Harmonies of #6A209B
Complementary color
Monochromatic Colors of #6A209B
Black with #6A209B
Text Example
Text Example
White with #6A209B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A209B; }
p { color: rgb(106,32,155); }
H1.HeaderClassName
{
color: #6A209B;
}
.AnyTagClassName
{
color: #6A209B;
}
</style>
background-color css
<style>
a { background-color: #6A209B; }
a { background-color: rgb(106,32,155); }
div.DivClassName
{
background-color: #6A209B;
}
.BgClassName
{
background-color: #6A209B;
}
</style>
border-color css
<style>
span { border-color: #6A209B; }
span { border-color: rgb(106,32,155); }
td.TdClassName
{
border-color: #6A209B;
}
.TagClassName
{
border-color: #6A209B;
}
</style>