Shades of Royal Purple #67319E
Tints of Royal Purple #67319E
RGB
CMYK
RGB Variations
Color information
#67319E (or 0x67319E) is known color: Royal Purple. HEX triplet: 67, 31 and 9E. RGB value is (103,49,158). Sum of RGB (Red+Green+Blue) = 103+49+158=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #67319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67319E is #98CE61. Grayscale: #4D4D4D. Windows color (decimal): -10014306 or 10367335. OLE color: 10367335.
HSL color Cylindrical-coordinate representation of color #67319E: hue angle of 269.72º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67319E is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 49 | 158 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.38 |
| HSL | 269.72º | 0.53% | 0.41% | - |
| HSV(B) | 269.72º | 0.69% | 0.62% | - |
| XYZ | 12.86 | 7.55 | 33.13 | - |
| YUV | 77.57 | 173.39 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 158 | 0.35 | 0.69 | 0 | 0.38 | 269.72 | 0.53 | 0.41 |
| Hex | 67 | 31 | 9E | 23 | 45 | 0 | 26 | 10E | 35 | 29 |
| Octal | 147 | 61 | 236 | 43 | 105 | 0 | 46 | 416 | 65 | 51 |
| Binary | 1100111 | 110001 | 10011110 | 100011 | 1000101 | 0 | 100110 | 100001110 | 110101 | 101001 |
Color Harmonies of #67319E
Complementary color
Monochromatic Colors of #67319E
Black with #67319E
Text Example
Text Example
White with #67319E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67319E; }
p { color: rgb(103,49,158); }
H1.HeaderClassName
{
color: #67319E;
}
.AnyTagClassName
{
color: #67319E;
}
</style>
background-color css
<style>
a { background-color: #67319E; }
a { background-color: rgb(103,49,158); }
div.DivClassName
{
background-color: #67319E;
}
.BgClassName
{
background-color: #67319E;
}
</style>
border-color css
<style>
span { border-color: #67319E; }
span { border-color: rgb(103,49,158); }
td.TdClassName
{
border-color: #67319E;
}
.TagClassName
{
border-color: #67319E;
}
</style>