Shades of Royal Purple #67379D
Tints of Royal Purple #67379D
RGB
CMYK
RGB Variations
Color information
#67379D (or 0x67379D) is known color: Royal Purple. HEX triplet: 67, 37 and 9D. RGB value is (103,55,157). Sum of RGB (Red+Green+Blue) = 103+55+157=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #67379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67379D is #98C862. Grayscale: #505050. Windows color (decimal): -10012771 or 10303335. OLE color: 10303335.
HSL color Cylindrical-coordinate representation of color #67379D: hue angle of 268.24º 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 #67379D is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 55 | 157 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.38 |
| HSL | 268.24º | 0.48% | 0.42% | - |
| HSV(B) | 268.24º | 0.65% | 0.62% | - |
| XYZ | 13.05 | 8.05 | 32.76 | - |
| YUV | 80.98 | 170.9 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 157 | 0.34 | 0.65 | 0 | 0.38 | 268.24 | 0.48 | 0.42 |
| Hex | 67 | 37 | 9D | 22 | 41 | 0 | 26 | 10C | 30 | 2A |
| Octal | 147 | 67 | 235 | 42 | 101 | 0 | 46 | 414 | 60 | 52 |
| Binary | 1100111 | 110111 | 10011101 | 100010 | 1000001 | 0 | 100110 | 100001100 | 110000 | 101010 |
Color Harmonies of #67379D
Complementary color
Monochromatic Colors of #67379D
Black with #67379D
Text Example
Text Example
White with #67379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67379D; }
p { color: rgb(103,55,157); }
H1.HeaderClassName
{
color: #67379D;
}
.AnyTagClassName
{
color: #67379D;
}
</style>
background-color css
<style>
a { background-color: #67379D; }
a { background-color: rgb(103,55,157); }
div.DivClassName
{
background-color: #67379D;
}
.BgClassName
{
background-color: #67379D;
}
</style>
border-color css
<style>
span { border-color: #67379D; }
span { border-color: rgb(103,55,157); }
td.TdClassName
{
border-color: #67379D;
}
.TagClassName
{
border-color: #67379D;
}
</style>