Shades of Royal Purple #67209D
Tints of Royal Purple #67209D
RGB
CMYK
RGB Variations
Color information
#67209D (or 0x67209D) is known color: Royal Purple. HEX triplet: 67, 20 and 9D. RGB value is (103,32,157). Sum of RGB (Red+Green+Blue) = 103+32+157=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #67209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67209D is #98DF62. Grayscale: #434343. Windows color (decimal): -10018659 or 10297447. OLE color: 10297447.
HSL color Cylindrical-coordinate representation of color #67209D: hue angle of 274.08º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #67209D is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 32 | 157 | - |
| CMYK | 0.34 | 0.80 | 0 | 0.38 |
| HSL | 274.08º | 0.66% | 0.37% | - |
| HSV(B) | 274.08º | 0.8% | 0.62% | - |
| XYZ | 12.2 | 6.35 | 32.48 | - |
| YUV | 67.48 | 178.52 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 32 | 157 | 0.34 | 0.80 | 0 | 0.38 | 274.08 | 0.66 | 0.37 |
| Hex | 67 | 20 | 9D | 22 | 50 | 0 | 26 | 112 | 42 | 25 |
| Octal | 147 | 40 | 235 | 42 | 120 | 0 | 46 | 422 | 102 | 45 |
| Binary | 1100111 | 100000 | 10011101 | 100010 | 1010000 | 0 | 100110 | 100010010 | 1000010 | 100101 |
Color Harmonies of #67209D
Complementary color
Monochromatic Colors of #67209D
Black with #67209D
Text Example
Text Example
White with #67209D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67209D; }
p { color: rgb(103,32,157); }
H1.HeaderClassName
{
color: #67209D;
}
.AnyTagClassName
{
color: #67209D;
}
</style>
background-color css
<style>
a { background-color: #67209D; }
a { background-color: rgb(103,32,157); }
div.DivClassName
{
background-color: #67209D;
}
.BgClassName
{
background-color: #67209D;
}
</style>
border-color css
<style>
span { border-color: #67209D; }
span { border-color: rgb(103,32,157); }
td.TdClassName
{
border-color: #67209D;
}
.TagClassName
{
border-color: #67209D;
}
</style>