Shades of Royal Purple #67419D
Tints of Royal Purple #67419D
RGB
CMYK
RGB Variations
Color information
#67419D (or 0x67419D) is known color: Royal Purple. HEX triplet: 67, 41 and 9D. RGB value is (103,65,157). Sum of RGB (Red+Green+Blue) = 103+65+157=325 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.69% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #67419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67419D is #98BE62. Grayscale: #565656. Windows color (decimal): -10010211 or 10305895. OLE color: 10305895.
HSL color Cylindrical-coordinate representation of color #67419D: hue angle of 264.78º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67419D is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 65 | 157 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.38 |
| HSL | 264.78º | 0.41% | 0.44% | - |
| HSV(B) | 264.78º | 0.59% | 0.62% | - |
| XYZ | 13.57 | 9.1 | 32.94 | - |
| YUV | 86.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 157 | 0.34 | 0.59 | 0 | 0.38 | 264.78 | 0.41 | 0.44 |
| Hex | 67 | 41 | 9D | 22 | 3B | 0 | 26 | 109 | 29 | 2C |
| Octal | 147 | 101 | 235 | 42 | 73 | 0 | 46 | 411 | 51 | 54 |
| Binary | 1100111 | 1000001 | 10011101 | 100010 | 111011 | 0 | 100110 | 100001001 | 101001 | 101100 |
Color Harmonies of #67419D
Complementary color
Monochromatic Colors of #67419D
Black with #67419D
Text Example
Text Example
White with #67419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67419D; }
p { color: rgb(103,65,157); }
H1.HeaderClassName
{
color: #67419D;
}
.AnyTagClassName
{
color: #67419D;
}
</style>
background-color css
<style>
a { background-color: #67419D; }
a { background-color: rgb(103,65,157); }
div.DivClassName
{
background-color: #67419D;
}
.BgClassName
{
background-color: #67419D;
}
</style>
border-color css
<style>
span { border-color: #67419D; }
span { border-color: rgb(103,65,157); }
td.TdClassName
{
border-color: #67419D;
}
.TagClassName
{
border-color: #67419D;
}
</style>