Shades of Royal Purple #6A30AB
Tints of Royal Purple #6A30AB
RGB
CMYK
RGB Variations
Color information
#6A30AB (or 0x6A30AB) is known color: Royal Purple. HEX triplet: 6A, 30 and AB. RGB value is (106,48,171). Sum of RGB (Red+Green+Blue) = 106+48+171=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A30AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A30AB is #95CF54. Grayscale: #4E4E4E. Windows color (decimal): -9817941 or 11219050. OLE color: 11219050.
HSL color Cylindrical-coordinate representation of color #6A30AB: hue angle of 268.29º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A30AB is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 106 | 48 | 171 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.33 |
| HSL | 268.29º | 0.56% | 0.43% | - |
| HSV(B) | 268.29º | 0.72% | 0.67% | - |
| XYZ | 14.35 | 8.12 | 39.34 | - |
| YUV | 79.36 | 179.72 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 48 | 171 | 0.38 | 0.72 | 0 | 0.33 | 268.29 | 0.56 | 0.43 |
| Hex | 6A | 30 | AB | 26 | 48 | 0 | 21 | 10C | 38 | 2B |
| Octal | 152 | 60 | 253 | 46 | 110 | 0 | 41 | 414 | 70 | 53 |
| Binary | 1101010 | 110000 | 10101011 | 100110 | 1001000 | 0 | 100001 | 100001100 | 111000 | 101011 |
Color Harmonies of #6A30AB
Complementary color
Monochromatic Colors of #6A30AB
Black with #6A30AB
Text Example
Text Example
White with #6A30AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A30AB; }
p { color: rgb(106,48,171); }
H1.HeaderClassName
{
color: #6A30AB;
}
.AnyTagClassName
{
color: #6A30AB;
}
</style>
background-color css
<style>
a { background-color: #6A30AB; }
a { background-color: rgb(106,48,171); }
div.DivClassName
{
background-color: #6A30AB;
}
.BgClassName
{
background-color: #6A30AB;
}
</style>
border-color css
<style>
span { border-color: #6A30AB; }
span { border-color: rgb(106,48,171); }
td.TdClassName
{
border-color: #6A30AB;
}
.TagClassName
{
border-color: #6A30AB;
}
</style>