Shades of Royal Purple #67379C
Tints of Royal Purple #67379C
RGB
CMYK
RGB Variations
Color information
#67379C (or 0x67379C) is known color: Royal Purple. HEX triplet: 67, 37 and 9C. RGB value is (103,55,156). Sum of RGB (Red+Green+Blue) = 103+55+156=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #67379C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67379C is #98C863. Grayscale: #505050. Windows color (decimal): -10012772 or 10237799. OLE color: 10237799.
HSL color Cylindrical-coordinate representation of color #67379C: hue angle of 268.51º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67379C is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 55 | 156 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.39 |
| HSL | 268.51º | 0.48% | 0.41% | - |
| HSV(B) | 268.51º | 0.65% | 0.61% | - |
| XYZ | 12.96 | 8.02 | 32.32 | - |
| YUV | 80.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 156 | 0.34 | 0.65 | 0 | 0.39 | 268.51 | 0.48 | 0.41 |
| Hex | 67 | 37 | 9C | 22 | 41 | 0 | 27 | 10D | 30 | 29 |
| Octal | 147 | 67 | 234 | 42 | 101 | 0 | 47 | 415 | 60 | 51 |
| Binary | 1100111 | 110111 | 10011100 | 100010 | 1000001 | 0 | 100111 | 100001101 | 110000 | 101001 |
Color Harmonies of #67379C
Complementary color
Monochromatic Colors of #67379C
Black with #67379C
Text Example
Text Example
White with #67379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67379C; }
p { color: rgb(103,55,156); }
H1.HeaderClassName
{
color: #67379C;
}
.AnyTagClassName
{
color: #67379C;
}
</style>
background-color css
<style>
a { background-color: #67379C; }
a { background-color: rgb(103,55,156); }
div.DivClassName
{
background-color: #67379C;
}
.BgClassName
{
background-color: #67379C;
}
</style>
border-color css
<style>
span { border-color: #67379C; }
span { border-color: rgb(103,55,156); }
td.TdClassName
{
border-color: #67379C;
}
.TagClassName
{
border-color: #67379C;
}
</style>