Shades of Royal Purple #6F379A
Tints of Royal Purple #6F379A
RGB
CMYK
RGB Variations
Color information
#6F379A (or 0x6F379A) is known color: Royal Purple. HEX triplet: 6F, 37 and 9A. RGB value is (111,55,154). Sum of RGB (Red+Green+Blue) = 111+55+154=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F379A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F379A is #90C865. Grayscale: #525252. Windows color (decimal): -9488486 or 10106735. OLE color: 10106735.
HSL color Cylindrical-coordinate representation of color #6F379A: hue angle of 273.94º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F379A is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 55 | 154 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.40 |
| HSL | 273.94º | 0.47% | 0.41% | - |
| HSV(B) | 273.94º | 0.64% | 0.6% | - |
| XYZ | 13.75 | 8.44 | 31.48 | - |
| YUV | 83.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 154 | 0.28 | 0.64 | 0 | 0.40 | 273.94 | 0.47 | 0.41 |
| Hex | 6F | 37 | 9A | 1C | 40 | 0 | 28 | 112 | 2F | 29 |
| Octal | 157 | 67 | 232 | 34 | 100 | 0 | 50 | 422 | 57 | 51 |
| Binary | 1101111 | 110111 | 10011010 | 11100 | 1000000 | 0 | 101000 | 100010010 | 101111 | 101001 |
Color Harmonies of #6F379A
Complementary color
Monochromatic Colors of #6F379A
Black with #6F379A
Text Example
Text Example
White with #6F379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F379A; }
p { color: rgb(111,55,154); }
H1.HeaderClassName
{
color: #6F379A;
}
.AnyTagClassName
{
color: #6F379A;
}
</style>
background-color css
<style>
a { background-color: #6F379A; }
a { background-color: rgb(111,55,154); }
div.DivClassName
{
background-color: #6F379A;
}
.BgClassName
{
background-color: #6F379A;
}
</style>
border-color css
<style>
span { border-color: #6F379A; }
span { border-color: rgb(111,55,154); }
td.TdClassName
{
border-color: #6F379A;
}
.TagClassName
{
border-color: #6F379A;
}
</style>