Shades of Royal Purple #6F359B
Tints of Royal Purple #6F359B
RGB
CMYK
RGB Variations
Color information
#6F359B (or 0x6F359B) is known color: Royal Purple. HEX triplet: 6F, 35 and 9B. RGB value is (111,53,155). Sum of RGB (Red+Green+Blue) = 111+53+155=319 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.80% from 319); Green value is 53 (21.09% from 255 or 16.61% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F359B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F359B is #90CA64. Grayscale: #515151. Windows color (decimal): -9488997 or 10171759. OLE color: 10171759.
HSL color Cylindrical-coordinate representation of color #6F359B: hue angle of 274.12º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F359B is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 53 | 155 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.39 |
| HSL | 274.12º | 0.49% | 0.41% | - |
| HSV(B) | 274.12º | 0.66% | 0.61% | - |
| XYZ | 13.75 | 8.29 | 31.89 | - |
| YUV | 81.97 | 169.22 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 155 | 0.28 | 0.66 | 0 | 0.39 | 274.12 | 0.49 | 0.41 |
| Hex | 6F | 35 | 9B | 1C | 42 | 0 | 27 | 112 | 31 | 29 |
| Octal | 157 | 65 | 233 | 34 | 102 | 0 | 47 | 422 | 61 | 51 |
| Binary | 1101111 | 110101 | 10011011 | 11100 | 1000010 | 0 | 100111 | 100010010 | 110001 | 101001 |
Color Harmonies of #6F359B
Complementary color
Monochromatic Colors of #6F359B
Black with #6F359B
Text Example
Text Example
White with #6F359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F359B; }
p { color: rgb(111,53,155); }
H1.HeaderClassName
{
color: #6F359B;
}
.AnyTagClassName
{
color: #6F359B;
}
</style>
background-color css
<style>
a { background-color: #6F359B; }
a { background-color: rgb(111,53,155); }
div.DivClassName
{
background-color: #6F359B;
}
.BgClassName
{
background-color: #6F359B;
}
</style>
border-color css
<style>
span { border-color: #6F359B; }
span { border-color: rgb(111,53,155); }
td.TdClassName
{
border-color: #6F359B;
}
.TagClassName
{
border-color: #6F359B;
}
</style>