Shades of Royal Purple #6F339F
Tints of Royal Purple #6F339F
RGB
CMYK
RGB Variations
Color information
#6F339F (or 0x6F339F) is known color: Royal Purple. HEX triplet: 6F, 33 and 9F. RGB value is (111,51,159). Sum of RGB (Red+Green+Blue) = 111+51+159=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F339F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F339F is #90CC60. Grayscale: #505050. Windows color (decimal): -9489505 or 10433391. OLE color: 10433391.
HSL color Cylindrical-coordinate representation of color #6F339F: hue angle of 273.33º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F339F is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 51 | 159 | - |
| CMYK | 0.30 | 0.68 | 0 | 0.38 |
| HSL | 273.33º | 0.51% | 0.41% | - |
| HSV(B) | 273.33º | 0.68% | 0.62% | - |
| XYZ | 14 | 8.25 | 33.66 | - |
| YUV | 81.25 | 171.88 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 159 | 0.30 | 0.68 | 0 | 0.38 | 273.33 | 0.51 | 0.41 |
| Hex | 6F | 33 | 9F | 1E | 44 | 0 | 26 | 111 | 33 | 29 |
| Octal | 157 | 63 | 237 | 36 | 104 | 0 | 46 | 421 | 63 | 51 |
| Binary | 1101111 | 110011 | 10011111 | 11110 | 1000100 | 0 | 100110 | 100010001 | 110011 | 101001 |
Color Harmonies of #6F339F
Complementary color
Monochromatic Colors of #6F339F
Black with #6F339F
Text Example
Text Example
White with #6F339F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F339F; }
p { color: rgb(111,51,159); }
H1.HeaderClassName
{
color: #6F339F;
}
.AnyTagClassName
{
color: #6F339F;
}
</style>
background-color css
<style>
a { background-color: #6F339F; }
a { background-color: rgb(111,51,159); }
div.DivClassName
{
background-color: #6F339F;
}
.BgClassName
{
background-color: #6F339F;
}
</style>
border-color css
<style>
span { border-color: #6F339F; }
span { border-color: rgb(111,51,159); }
td.TdClassName
{
border-color: #6F339F;
}
.TagClassName
{
border-color: #6F339F;
}
</style>