Shades of Royal Purple #6D1EA4
Tints of Royal Purple #6D1EA4
RGB
CMYK
RGB Variations
Color information
#6D1EA4 (or 0x6D1EA4) is known color: Royal Purple. HEX triplet: 6D, 1E and A4. RGB value is (109,30,164). Sum of RGB (Red+Green+Blue) = 109+30+164=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 164 (64.45% from 255 or 54.13% from 303); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D1EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1EA4 is #92E15B. Grayscale: #444444. Windows color (decimal): -9625948 or 10755693. OLE color: 10755693.
HSL color Cylindrical-coordinate representation of color #6D1EA4: hue angle of 275.37º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1EA4 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 30 | 164 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.36 |
| HSL | 275.37º | 0.69% | 0.38% | - |
| HSV(B) | 275.37º | 0.82% | 0.64% | - |
| XYZ | 13.47 | 6.86 | 35.74 | - |
| YUV | 68.9 | 181.67 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 164 | 0.34 | 0.82 | 0 | 0.36 | 275.37 | 0.69 | 0.38 |
| Hex | 6D | 1E | A4 | 22 | 52 | 0 | 24 | 113 | 45 | 26 |
| Octal | 155 | 36 | 244 | 42 | 122 | 0 | 44 | 423 | 105 | 46 |
| Binary | 1101101 | 11110 | 10100100 | 100010 | 1010010 | 0 | 100100 | 100010011 | 1000101 | 100110 |
Color Harmonies of #6D1EA4
Complementary color
Monochromatic Colors of #6D1EA4
Black with #6D1EA4
Text Example
Text Example
White with #6D1EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1EA4; }
p { color: rgb(109,30,164); }
H1.HeaderClassName
{
color: #6D1EA4;
}
.AnyTagClassName
{
color: #6D1EA4;
}
</style>
background-color css
<style>
a { background-color: #6D1EA4; }
a { background-color: rgb(109,30,164); }
div.DivClassName
{
background-color: #6D1EA4;
}
.BgClassName
{
background-color: #6D1EA4;
}
</style>
border-color css
<style>
span { border-color: #6D1EA4; }
span { border-color: rgb(109,30,164); }
td.TdClassName
{
border-color: #6D1EA4;
}
.TagClassName
{
border-color: #6D1EA4;
}
</style>