Shades of Royal Purple #6F219D
Tints of Royal Purple #6F219D
RGB
CMYK
RGB Variations
Color information
#6F219D (or 0x6F219D) is known color: Royal Purple. HEX triplet: 6F, 21 and 9D. RGB value is (111,33,157). Sum of RGB (Red+Green+Blue) = 111+33+157=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 33 (13.28% from 255 or 10.96% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F219D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F219D is #90DE62. Grayscale: #464646. Windows color (decimal): -9494115 or 10297711. OLE color: 10297711.
HSL color Cylindrical-coordinate representation of color #6F219D: hue angle of 277.74º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F219D is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 33 | 157 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.38 |
| HSL | 277.74º | 0.65% | 0.37% | - |
| HSV(B) | 277.74º | 0.79% | 0.62% | - |
| XYZ | 13.19 | 6.9 | 32.54 | - |
| YUV | 70.46 | 176.84 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 33 | 157 | 0.29 | 0.79 | 0 | 0.38 | 277.74 | 0.65 | 0.37 |
| Hex | 6F | 21 | 9D | 1D | 4F | 0 | 26 | 116 | 41 | 25 |
| Octal | 157 | 41 | 235 | 35 | 117 | 0 | 46 | 426 | 101 | 45 |
| Binary | 1101111 | 100001 | 10011101 | 11101 | 1001111 | 0 | 100110 | 100010110 | 1000001 | 100101 |
Color Harmonies of #6F219D
Complementary color
Monochromatic Colors of #6F219D
Black with #6F219D
Text Example
Text Example
White with #6F219D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F219D; }
p { color: rgb(111,33,157); }
H1.HeaderClassName
{
color: #6F219D;
}
.AnyTagClassName
{
color: #6F219D;
}
</style>
background-color css
<style>
a { background-color: #6F219D; }
a { background-color: rgb(111,33,157); }
div.DivClassName
{
background-color: #6F219D;
}
.BgClassName
{
background-color: #6F219D;
}
</style>
border-color css
<style>
span { border-color: #6F219D; }
span { border-color: rgb(111,33,157); }
td.TdClassName
{
border-color: #6F219D;
}
.TagClassName
{
border-color: #6F219D;
}
</style>