Shades of Royal Purple #6D1DA4
Tints of Royal Purple #6D1DA4
RGB
CMYK
RGB Variations
Color information
#6D1DA4 (or 0x6D1DA4) is known color: Royal Purple. HEX triplet: 6D, 1D and A4. RGB value is (109,29,164). Sum of RGB (Red+Green+Blue) = 109+29+164=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 164 (64.45% from 255 or 54.30% from 302); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D1DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1DA4 is #92E25B. Grayscale: #434343. Windows color (decimal): -9626204 or 10755437. OLE color: 10755437.
HSL color Cylindrical-coordinate representation of color #6D1DA4: hue angle of 275.56º degrees, saturation: 0.7, 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 #6D1DA4 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 109 | 29 | 164 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.36 |
| HSL | 275.56º | 0.7% | 0.38% | - |
| HSV(B) | 275.56º | 0.82% | 0.64% | - |
| XYZ | 13.45 | 6.81 | 35.73 | - |
| YUV | 68.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 164 | 0.34 | 0.82 | 0 | 0.36 | 275.56 | 0.7 | 0.38 |
| Hex | 6D | 1D | A4 | 22 | 52 | 0 | 24 | 114 | 46 | 26 |
| Octal | 155 | 35 | 244 | 42 | 122 | 0 | 44 | 424 | 106 | 46 |
| Binary | 1101101 | 11101 | 10100100 | 100010 | 1010010 | 0 | 100100 | 100010100 | 1000110 | 100110 |
Color Harmonies of #6D1DA4
Complementary color
Monochromatic Colors of #6D1DA4
Black with #6D1DA4
Text Example
Text Example
White with #6D1DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1DA4; }
p { color: rgb(109,29,164); }
H1.HeaderClassName
{
color: #6D1DA4;
}
.AnyTagClassName
{
color: #6D1DA4;
}
</style>
background-color css
<style>
a { background-color: #6D1DA4; }
a { background-color: rgb(109,29,164); }
div.DivClassName
{
background-color: #6D1DA4;
}
.BgClassName
{
background-color: #6D1DA4;
}
</style>
border-color css
<style>
span { border-color: #6D1DA4; }
span { border-color: rgb(109,29,164); }
td.TdClassName
{
border-color: #6D1DA4;
}
.TagClassName
{
border-color: #6D1DA4;
}
</style>