Shades of Royal Purple #6E279F
Tints of Royal Purple #6E279F
RGB
CMYK
RGB Variations
Color information
#6E279F (or 0x6E279F) is known color: Royal Purple. HEX triplet: 6E, 27 and 9F. RGB value is (110,39,159). Sum of RGB (Red+Green+Blue) = 110+39+159=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E279F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E279F is #91D860. Grayscale: #494949. Windows color (decimal): -9558113 or 10430318. OLE color: 10430318.
HSL color Cylindrical-coordinate representation of color #6E279F: hue angle of 275.5º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6E279F is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 39 | 159 | - |
| CMYK | 0.31 | 0.75 | 0 | 0.38 |
| HSL | 275.5º | 0.61% | 0.39% | - |
| HSV(B) | 275.5º | 0.75% | 0.62% | - |
| XYZ | 13.41 | 7.27 | 33.5 | - |
| YUV | 73.91 | 176.02 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 39 | 159 | 0.31 | 0.75 | 0 | 0.38 | 275.5 | 0.61 | 0.39 |
| Hex | 6E | 27 | 9F | 1F | 4B | 0 | 26 | 114 | 3D | 27 |
| Octal | 156 | 47 | 237 | 37 | 113 | 0 | 46 | 424 | 75 | 47 |
| Binary | 1101110 | 100111 | 10011111 | 11111 | 1001011 | 0 | 100110 | 100010100 | 111101 | 100111 |
Color Harmonies of #6E279F
Complementary color
Monochromatic Colors of #6E279F
Black with #6E279F
Text Example
Text Example
White with #6E279F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E279F; }
p { color: rgb(110,39,159); }
H1.HeaderClassName
{
color: #6E279F;
}
.AnyTagClassName
{
color: #6E279F;
}
</style>
background-color css
<style>
a { background-color: #6E279F; }
a { background-color: rgb(110,39,159); }
div.DivClassName
{
background-color: #6E279F;
}
.BgClassName
{
background-color: #6E279F;
}
</style>
border-color css
<style>
span { border-color: #6E279F; }
span { border-color: rgb(110,39,159); }
td.TdClassName
{
border-color: #6E279F;
}
.TagClassName
{
border-color: #6E279F;
}
</style>