Shades of Royal Purple #6F3893
Tints of Royal Purple #6F3893
RGB
CMYK
RGB Variations
Color information
#6F3893 (or 0x6F3893) is known color: Royal Purple. HEX triplet: 6F, 38 and 93. RGB value is (111,56,147). Sum of RGB (Red+Green+Blue) = 111+56+147=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 56 (22.27% from 255 or 17.83% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #6F3893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F3893 is #90C76C. Grayscale: #525252. Windows color (decimal): -9488237 or 9648239. OLE color: 9648239.
HSL color Cylindrical-coordinate representation of color #6F3893: hue angle of 276.26º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F3893 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 56 | 147 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.42 |
| HSL | 276.26º | 0.45% | 0.4% | - |
| HSV(B) | 276.26º | 0.62% | 0.58% | - |
| XYZ | 13.24 | 8.31 | 28.51 | - |
| YUV | 82.82 | 164.22 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 147 | 0.24 | 0.62 | 0 | 0.42 | 276.26 | 0.45 | 0.4 |
| Hex | 6F | 38 | 93 | 18 | 3E | 0 | 2A | 114 | 2D | 28 |
| Octal | 157 | 70 | 223 | 30 | 76 | 0 | 52 | 424 | 55 | 50 |
| Binary | 1101111 | 111000 | 10010011 | 11000 | 111110 | 0 | 101010 | 100010100 | 101101 | 101000 |
Color Harmonies of #6F3893
Complementary color
Monochromatic Colors of #6F3893
Black with #6F3893
Text Example
Text Example
White with #6F3893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3893; }
p { color: rgb(111,56,147); }
H1.HeaderClassName
{
color: #6F3893;
}
.AnyTagClassName
{
color: #6F3893;
}
</style>
background-color css
<style>
a { background-color: #6F3893; }
a { background-color: rgb(111,56,147); }
div.DivClassName
{
background-color: #6F3893;
}
.BgClassName
{
background-color: #6F3893;
}
</style>
border-color css
<style>
span { border-color: #6F3893; }
span { border-color: rgb(111,56,147); }
td.TdClassName
{
border-color: #6F3893;
}
.TagClassName
{
border-color: #6F3893;
}
</style>