Shades of Royal Purple #6E30AC
Tints of Royal Purple #6E30AC
RGB
CMYK
RGB Variations
Color information
#6E30AC (or 0x6E30AC) is known color: Royal Purple. HEX triplet: 6E, 30 and AC. RGB value is (110,48,172). Sum of RGB (Red+Green+Blue) = 110+48+172=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E30AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E30AC is #91CF53. Grayscale: #505050. Windows color (decimal): -9555796 or 11284590. OLE color: 11284590.
HSL color Cylindrical-coordinate representation of color #6E30AC: hue angle of 270º 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 #6E30AC is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 48 | 172 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.33 |
| HSL | 270º | 0.56% | 0.43% | - |
| HSV(B) | 270º | 0.72% | 0.67% | - |
| XYZ | 14.93 | 8.41 | 39.87 | - |
| YUV | 80.67 | 179.54 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 172 | 0.36 | 0.72 | 0 | 0.33 | 270 | 0.56 | 0.43 |
| Hex | 6E | 30 | AC | 24 | 48 | 0 | 21 | 10E | 38 | 2B |
| Octal | 156 | 60 | 254 | 44 | 110 | 0 | 41 | 416 | 70 | 53 |
| Binary | 1101110 | 110000 | 10101100 | 100100 | 1001000 | 0 | 100001 | 100001110 | 111000 | 101011 |
Color Harmonies of #6E30AC
Complementary color
Monochromatic Colors of #6E30AC
Black with #6E30AC
Text Example
Text Example
White with #6E30AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E30AC; }
p { color: rgb(110,48,172); }
H1.HeaderClassName
{
color: #6E30AC;
}
.AnyTagClassName
{
color: #6E30AC;
}
</style>
background-color css
<style>
a { background-color: #6E30AC; }
a { background-color: rgb(110,48,172); }
div.DivClassName
{
background-color: #6E30AC;
}
.BgClassName
{
background-color: #6E30AC;
}
</style>
border-color css
<style>
span { border-color: #6E30AC; }
span { border-color: rgb(110,48,172); }
td.TdClassName
{
border-color: #6E30AC;
}
.TagClassName
{
border-color: #6E30AC;
}
</style>