Shades of Royal Purple #6F359C
Tints of Royal Purple #6F359C
RGB
CMYK
RGB Variations
Color information
#6F359C (or 0x6F359C) is known color: Royal Purple. HEX triplet: 6F, 35 and 9C. RGB value is (111,53,156). Sum of RGB (Red+Green+Blue) = 111+53+156=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F359C is #90CA63. Grayscale: #515151. Windows color (decimal): -9488996 or 10237295. OLE color: 10237295.
HSL color Cylindrical-coordinate representation of color #6F359C: hue angle of 273.79º 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 #6F359C is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 53 | 156 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.39 |
| HSL | 273.79º | 0.49% | 0.41% | - |
| HSV(B) | 273.79º | 0.66% | 0.61% | - |
| XYZ | 13.83 | 8.33 | 32.33 | - |
| YUV | 82.08 | 169.72 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 156 | 0.29 | 0.66 | 0 | 0.39 | 273.79 | 0.49 | 0.41 |
| Hex | 6F | 35 | 9C | 1D | 42 | 0 | 27 | 112 | 31 | 29 |
| Octal | 157 | 65 | 234 | 35 | 102 | 0 | 47 | 422 | 61 | 51 |
| Binary | 1101111 | 110101 | 10011100 | 11101 | 1000010 | 0 | 100111 | 100010010 | 110001 | 101001 |
Color Harmonies of #6F359C
Complementary color
Monochromatic Colors of #6F359C
Black with #6F359C
Text Example
Text Example
White with #6F359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F359C; }
p { color: rgb(111,53,156); }
H1.HeaderClassName
{
color: #6F359C;
}
.AnyTagClassName
{
color: #6F359C;
}
</style>
background-color css
<style>
a { background-color: #6F359C; }
a { background-color: rgb(111,53,156); }
div.DivClassName
{
background-color: #6F359C;
}
.BgClassName
{
background-color: #6F359C;
}
</style>
border-color css
<style>
span { border-color: #6F359C; }
span { border-color: rgb(111,53,156); }
td.TdClassName
{
border-color: #6F359C;
}
.TagClassName
{
border-color: #6F359C;
}
</style>