Shades of Royal Purple #6F369D
Tints of Royal Purple #6F369D
RGB
CMYK
RGB Variations
Color information
#6F369D (or 0x6F369D) is known color: Royal Purple. HEX triplet: 6F, 36 and 9D. RGB value is (111,54,157). Sum of RGB (Red+Green+Blue) = 111+54+157=322 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.47% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F369D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F369D is #90C962. Grayscale: #525252. Windows color (decimal): -9488739 or 10303087. OLE color: 10303087.
HSL color Cylindrical-coordinate representation of color #6F369D: hue angle of 273.2º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F369D is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 54 | 157 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.38 |
| HSL | 273.2º | 0.49% | 0.41% | - |
| HSV(B) | 273.2º | 0.66% | 0.62% | - |
| XYZ | 13.96 | 8.45 | 32.79 | - |
| YUV | 82.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 157 | 0.29 | 0.66 | 0 | 0.38 | 273.2 | 0.49 | 0.41 |
| Hex | 6F | 36 | 9D | 1D | 42 | 0 | 26 | 111 | 31 | 29 |
| Octal | 157 | 66 | 235 | 35 | 102 | 0 | 46 | 421 | 61 | 51 |
| Binary | 1101111 | 110110 | 10011101 | 11101 | 1000010 | 0 | 100110 | 100010001 | 110001 | 101001 |
Color Harmonies of #6F369D
Complementary color
Monochromatic Colors of #6F369D
Black with #6F369D
Text Example
Text Example
White with #6F369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F369D; }
p { color: rgb(111,54,157); }
H1.HeaderClassName
{
color: #6F369D;
}
.AnyTagClassName
{
color: #6F369D;
}
</style>
background-color css
<style>
a { background-color: #6F369D; }
a { background-color: rgb(111,54,157); }
div.DivClassName
{
background-color: #6F369D;
}
.BgClassName
{
background-color: #6F369D;
}
</style>
border-color css
<style>
span { border-color: #6F369D; }
span { border-color: rgb(111,54,157); }
td.TdClassName
{
border-color: #6F369D;
}
.TagClassName
{
border-color: #6F369D;
}
</style>