Shades of Royal Purple #6F2F98
Tints of Royal Purple #6F2F98
RGB
CMYK
RGB Variations
Color information
#6F2F98 (or 0x6F2F98) is known color: Royal Purple. HEX triplet: 6F, 2F and 98. RGB value is (111,47,152). Sum of RGB (Red+Green+Blue) = 111+47+152=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F2F98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F2F98 is #90D067. Grayscale: #4D4D4D. Windows color (decimal): -9490536 or 9973615. OLE color: 9973615.
HSL color Cylindrical-coordinate representation of color #6F2F98: hue angle of 276.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F2F98 is Cyan = 0.27, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 47 | 152 | - |
| CMYK | 0.27 | 0.69 | 0 | 0.40 |
| HSL | 276.57º | 0.53% | 0.39% | - |
| HSV(B) | 276.57º | 0.69% | 0.6% | - |
| XYZ | 13.24 | 7.68 | 30.49 | - |
| YUV | 78.11 | 169.7 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 152 | 0.27 | 0.69 | 0 | 0.40 | 276.57 | 0.53 | 0.39 |
| Hex | 6F | 2F | 98 | 1B | 45 | 0 | 28 | 115 | 35 | 27 |
| Octal | 157 | 57 | 230 | 33 | 105 | 0 | 50 | 425 | 65 | 47 |
| Binary | 1101111 | 101111 | 10011000 | 11011 | 1000101 | 0 | 101000 | 100010101 | 110101 | 100111 |
Color Harmonies of #6F2F98
Complementary color
Monochromatic Colors of #6F2F98
Black with #6F2F98
Text Example
Text Example
White with #6F2F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2F98; }
p { color: rgb(111,47,152); }
H1.HeaderClassName
{
color: #6F2F98;
}
.AnyTagClassName
{
color: #6F2F98;
}
</style>
background-color css
<style>
a { background-color: #6F2F98; }
a { background-color: rgb(111,47,152); }
div.DivClassName
{
background-color: #6F2F98;
}
.BgClassName
{
background-color: #6F2F98;
}
</style>
border-color css
<style>
span { border-color: #6F2F98; }
span { border-color: rgb(111,47,152); }
td.TdClassName
{
border-color: #6F2F98;
}
.TagClassName
{
border-color: #6F2F98;
}
</style>