Shades of Royal Purple #67359E
Tints of Royal Purple #67359E
RGB
CMYK
RGB Variations
Color information
#67359E (or 0x67359E) is known color: Royal Purple. HEX triplet: 67, 35 and 9E. RGB value is (103,53,158). Sum of RGB (Red+Green+Blue) = 103+53+158=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #67359E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67359E is #98CA61. Grayscale: #4F4F4F. Windows color (decimal): -10013282 or 10368359. OLE color: 10368359.
HSL color Cylindrical-coordinate representation of color #67359E: hue angle of 268.57º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67359E is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 53 | 158 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.38 |
| HSL | 268.57º | 0.5% | 0.41% | - |
| HSV(B) | 268.57º | 0.66% | 0.62% | - |
| XYZ | 13.04 | 7.9 | 33.19 | - |
| YUV | 79.92 | 172.07 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 158 | 0.35 | 0.66 | 0 | 0.38 | 268.57 | 0.5 | 0.41 |
| Hex | 67 | 35 | 9E | 23 | 42 | 0 | 26 | 10D | 32 | 29 |
| Octal | 147 | 65 | 236 | 43 | 102 | 0 | 46 | 415 | 62 | 51 |
| Binary | 1100111 | 110101 | 10011110 | 100011 | 1000010 | 0 | 100110 | 100001101 | 110010 | 101001 |
Color Harmonies of #67359E
Complementary color
Monochromatic Colors of #67359E
Black with #67359E
Text Example
Text Example
White with #67359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67359E; }
p { color: rgb(103,53,158); }
H1.HeaderClassName
{
color: #67359E;
}
.AnyTagClassName
{
color: #67359E;
}
</style>
background-color css
<style>
a { background-color: #67359E; }
a { background-color: rgb(103,53,158); }
div.DivClassName
{
background-color: #67359E;
}
.BgClassName
{
background-color: #67359E;
}
</style>
border-color css
<style>
span { border-color: #67359E; }
span { border-color: rgb(103,53,158); }
td.TdClassName
{
border-color: #67359E;
}
.TagClassName
{
border-color: #67359E;
}
</style>