Shades of Royal Purple #6A30AE
Tints of Royal Purple #6A30AE
RGB
CMYK
RGB Variations
Color information
#6A30AE (or 0x6A30AE) is known color: Royal Purple. HEX triplet: 6A, 30 and AE. RGB value is (106,48,174). Sum of RGB (Red+Green+Blue) = 106+48+174=328 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.32% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A30AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A30AE is #95CF51. Grayscale: #4F4F4F. Windows color (decimal): -9817938 or 11415658. OLE color: 11415658.
HSL color Cylindrical-coordinate representation of color #6A30AE: hue angle of 267.62º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A30AE is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 106 | 48 | 174 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.32 |
| HSL | 267.62º | 0.57% | 0.44% | - |
| HSV(B) | 267.62º | 0.72% | 0.68% | - |
| XYZ | 14.64 | 8.23 | 40.86 | - |
| YUV | 79.71 | 181.22 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 48 | 174 | 0.39 | 0.72 | 0 | 0.32 | 267.62 | 0.57 | 0.44 |
| Hex | 6A | 30 | AE | 27 | 48 | 0 | 20 | 10C | 39 | 2C |
| Octal | 152 | 60 | 256 | 47 | 110 | 0 | 40 | 414 | 71 | 54 |
| Binary | 1101010 | 110000 | 10101110 | 100111 | 1001000 | 0 | 100000 | 100001100 | 111001 | 101100 |
Color Harmonies of #6A30AE
Complementary color
Monochromatic Colors of #6A30AE
Black with #6A30AE
Text Example
Text Example
White with #6A30AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A30AE; }
p { color: rgb(106,48,174); }
H1.HeaderClassName
{
color: #6A30AE;
}
.AnyTagClassName
{
color: #6A30AE;
}
</style>
background-color css
<style>
a { background-color: #6A30AE; }
a { background-color: rgb(106,48,174); }
div.DivClassName
{
background-color: #6A30AE;
}
.BgClassName
{
background-color: #6A30AE;
}
</style>
border-color css
<style>
span { border-color: #6A30AE; }
span { border-color: rgb(106,48,174); }
td.TdClassName
{
border-color: #6A30AE;
}
.TagClassName
{
border-color: #6A30AE;
}
</style>