Shades of Royal Purple #67389E
Tints of Royal Purple #67389E
RGB
CMYK
RGB Variations
Color information
#67389E (or 0x67389E) is known color: Royal Purple. HEX triplet: 67, 38 and 9E. RGB value is (103,56,158). Sum of RGB (Red+Green+Blue) = 103+56+158=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 56 (22.27% from 255 or 17.67% from 317); Blue value is 158 (62.11% from 255 or 49.84% from 317); Max value from RGB is 158 - color contains mainly: blue. Hex color #67389E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67389E is #98C761. Grayscale: #515151. Windows color (decimal): -10012514 or 10369127. OLE color: 10369127.
HSL color Cylindrical-coordinate representation of color #67389E: hue angle of 267.65º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67389E is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 56 | 158 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.38 |
| HSL | 267.65º | 0.48% | 0.42% | - |
| HSV(B) | 267.65º | 0.65% | 0.62% | - |
| XYZ | 13.18 | 8.18 | 33.23 | - |
| YUV | 81.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 158 | 0.35 | 0.65 | 0 | 0.38 | 267.65 | 0.48 | 0.42 |
| Hex | 67 | 38 | 9E | 23 | 41 | 0 | 26 | 10C | 30 | 2A |
| Octal | 147 | 70 | 236 | 43 | 101 | 0 | 46 | 414 | 60 | 52 |
| Binary | 1100111 | 111000 | 10011110 | 100011 | 1000001 | 0 | 100110 | 100001100 | 110000 | 101010 |
Color Harmonies of #67389E
Complementary color
Monochromatic Colors of #67389E
Black with #67389E
Text Example
Text Example
White with #67389E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67389E; }
p { color: rgb(103,56,158); }
H1.HeaderClassName
{
color: #67389E;
}
.AnyTagClassName
{
color: #67389E;
}
</style>
background-color css
<style>
a { background-color: #67389E; }
a { background-color: rgb(103,56,158); }
div.DivClassName
{
background-color: #67389E;
}
.BgClassName
{
background-color: #67389E;
}
</style>
border-color css
<style>
span { border-color: #67389E; }
span { border-color: rgb(103,56,158); }
td.TdClassName
{
border-color: #67389E;
}
.TagClassName
{
border-color: #67389E;
}
</style>