Shades of Royal Purple #6D289A
Tints of Royal Purple #6D289A
RGB
CMYK
RGB Variations
Color information
#6D289A (or 0x6D289A) is known color: Royal Purple. HEX triplet: 6D, 28 and 9A. RGB value is (109,40,154). Sum of RGB (Red+Green+Blue) = 109+40+154=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #6D289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D289A is #92D765. Grayscale: #494949. Windows color (decimal): -9623398 or 10102893. OLE color: 10102893.
HSL color Cylindrical-coordinate representation of color #6D289A: hue angle of 276.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D289A is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 40 | 154 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.40 |
| HSL | 276.32º | 0.59% | 0.38% | - |
| HSV(B) | 276.32º | 0.74% | 0.6% | - |
| XYZ | 12.9 | 7.1 | 31.26 | - |
| YUV | 73.63 | 173.36 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 154 | 0.29 | 0.74 | 0 | 0.40 | 276.32 | 0.59 | 0.38 |
| Hex | 6D | 28 | 9A | 1D | 4A | 0 | 28 | 114 | 3B | 26 |
| Octal | 155 | 50 | 232 | 35 | 112 | 0 | 50 | 424 | 73 | 46 |
| Binary | 1101101 | 101000 | 10011010 | 11101 | 1001010 | 0 | 101000 | 100010100 | 111011 | 100110 |
Color Harmonies of #6D289A
Complementary color
Monochromatic Colors of #6D289A
Black with #6D289A
Text Example
Text Example
White with #6D289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D289A; }
p { color: rgb(109,40,154); }
H1.HeaderClassName
{
color: #6D289A;
}
.AnyTagClassName
{
color: #6D289A;
}
</style>
background-color css
<style>
a { background-color: #6D289A; }
a { background-color: rgb(109,40,154); }
div.DivClassName
{
background-color: #6D289A;
}
.BgClassName
{
background-color: #6D289A;
}
</style>
border-color css
<style>
span { border-color: #6D289A; }
span { border-color: rgb(109,40,154); }
td.TdClassName
{
border-color: #6D289A;
}
.TagClassName
{
border-color: #6D289A;
}
</style>