Shades of Royal Purple #6F359D
Tints of Royal Purple #6F359D
RGB
CMYK
RGB Variations
Color information
#6F359D (or 0x6F359D) is known color: Royal Purple. HEX triplet: 6F, 35 and 9D. RGB value is (111,53,157). Sum of RGB (Red+Green+Blue) = 111+53+157=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F359D is #90CA62. Grayscale: #515151. Windows color (decimal): -9488995 or 10302831. OLE color: 10302831.
HSL color Cylindrical-coordinate representation of color #6F359D: hue angle of 273.46º degrees, saturation: 0.5, 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 #6F359D is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 53 | 157 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.38 |
| HSL | 273.46º | 0.5% | 0.41% | - |
| HSV(B) | 273.46º | 0.66% | 0.62% | - |
| XYZ | 13.91 | 8.36 | 32.78 | - |
| YUV | 82.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 157 | 0.29 | 0.66 | 0 | 0.38 | 273.46 | 0.5 | 0.41 |
| Hex | 6F | 35 | 9D | 1D | 42 | 0 | 26 | 111 | 32 | 29 |
| Octal | 157 | 65 | 235 | 35 | 102 | 0 | 46 | 421 | 62 | 51 |
| Binary | 1101111 | 110101 | 10011101 | 11101 | 1000010 | 0 | 100110 | 100010001 | 110010 | 101001 |
Color Harmonies of #6F359D
Complementary color
Monochromatic Colors of #6F359D
Black with #6F359D
Text Example
Text Example
White with #6F359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F359D; }
p { color: rgb(111,53,157); }
H1.HeaderClassName
{
color: #6F359D;
}
.AnyTagClassName
{
color: #6F359D;
}
</style>
background-color css
<style>
a { background-color: #6F359D; }
a { background-color: rgb(111,53,157); }
div.DivClassName
{
background-color: #6F359D;
}
.BgClassName
{
background-color: #6F359D;
}
</style>
border-color css
<style>
span { border-color: #6F359D; }
span { border-color: rgb(111,53,157); }
td.TdClassName
{
border-color: #6F359D;
}
.TagClassName
{
border-color: #6F359D;
}
</style>