Shades of Royal Purple #6F249F
Tints of Royal Purple #6F249F
RGB
CMYK
RGB Variations
Color information
#6F249F (or 0x6F249F) is known color: Royal Purple. HEX triplet: 6F, 24 and 9F. RGB value is (111,36,159). Sum of RGB (Red+Green+Blue) = 111+36+159=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 36 (14.45% from 255 or 11.76% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F249F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F249F is #90DB60. Grayscale: #484848. Windows color (decimal): -9493345 or 10429551. OLE color: 10429551.
HSL color Cylindrical-coordinate representation of color #6F249F: hue angle of 276.59º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F249F is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 36 | 159 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.38 |
| HSL | 276.59º | 0.63% | 0.38% | - |
| HSV(B) | 276.59º | 0.77% | 0.62% | - |
| XYZ | 13.44 | 7.14 | 33.47 | - |
| YUV | 72.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 159 | 0.30 | 0.77 | 0 | 0.38 | 276.59 | 0.63 | 0.38 |
| Hex | 6F | 24 | 9F | 1E | 4D | 0 | 26 | 115 | 3F | 26 |
| Octal | 157 | 44 | 237 | 36 | 115 | 0 | 46 | 425 | 77 | 46 |
| Binary | 1101111 | 100100 | 10011111 | 11110 | 1001101 | 0 | 100110 | 100010101 | 111111 | 100110 |
Color Harmonies of #6F249F
Complementary color
Monochromatic Colors of #6F249F
Black with #6F249F
Text Example
Text Example
White with #6F249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F249F; }
p { color: rgb(111,36,159); }
H1.HeaderClassName
{
color: #6F249F;
}
.AnyTagClassName
{
color: #6F249F;
}
</style>
background-color css
<style>
a { background-color: #6F249F; }
a { background-color: rgb(111,36,159); }
div.DivClassName
{
background-color: #6F249F;
}
.BgClassName
{
background-color: #6F249F;
}
</style>
border-color css
<style>
span { border-color: #6F249F; }
span { border-color: rgb(111,36,159); }
td.TdClassName
{
border-color: #6F249F;
}
.TagClassName
{
border-color: #6F249F;
}
</style>