Shades of Royal Purple #6D269D
Tints of Royal Purple #6D269D
RGB
CMYK
RGB Variations
Color information
#6D269D (or 0x6D269D) is known color: Royal Purple. HEX triplet: 6D, 26 and 9D. RGB value is (109,38,157). Sum of RGB (Red+Green+Blue) = 109+38+157=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #6D269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D269D is #92D962. Grayscale: #484848. Windows color (decimal): -9623907 or 10298989. OLE color: 10298989.
HSL color Cylindrical-coordinate representation of color #6D269D: hue angle of 275.8º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6D269D is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 109 | 38 | 157 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.38 |
| HSL | 275.8º | 0.61% | 0.38% | - |
| HSV(B) | 275.8º | 0.76% | 0.62% | - |
| XYZ | 13.09 | 7.07 | 32.57 | - |
| YUV | 72.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 38 | 157 | 0.31 | 0.76 | 0 | 0.38 | 275.8 | 0.61 | 0.38 |
| Hex | 6D | 26 | 9D | 1F | 4C | 0 | 26 | 114 | 3D | 26 |
| Octal | 155 | 46 | 235 | 37 | 114 | 0 | 46 | 424 | 75 | 46 |
| Binary | 1101101 | 100110 | 10011101 | 11111 | 1001100 | 0 | 100110 | 100010100 | 111101 | 100110 |
Color Harmonies of #6D269D
Complementary color
Monochromatic Colors of #6D269D
Black with #6D269D
Text Example
Text Example
White with #6D269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D269D; }
p { color: rgb(109,38,157); }
H1.HeaderClassName
{
color: #6D269D;
}
.AnyTagClassName
{
color: #6D269D;
}
</style>
background-color css
<style>
a { background-color: #6D269D; }
a { background-color: rgb(109,38,157); }
div.DivClassName
{
background-color: #6D269D;
}
.BgClassName
{
background-color: #6D269D;
}
</style>
border-color css
<style>
span { border-color: #6D269D; }
span { border-color: rgb(109,38,157); }
td.TdClassName
{
border-color: #6D269D;
}
.TagClassName
{
border-color: #6D269D;
}
</style>