Shades of Royal Purple #67219C
Tints of Royal Purple #67219C
RGB
CMYK
RGB Variations
Color information
#67219C (or 0x67219C) is known color: Royal Purple. HEX triplet: 67, 21 and 9C. RGB value is (103,33,156). Sum of RGB (Red+Green+Blue) = 103+33+156=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #67219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67219C is #98DE63. Grayscale: #434343. Windows color (decimal): -10018404 or 10232167. OLE color: 10232167.
HSL color Cylindrical-coordinate representation of color #67219C: hue angle of 274.15º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #67219C is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 33 | 156 | - |
| CMYK | 0.34 | 0.79 | 0 | 0.39 |
| HSL | 274.15º | 0.65% | 0.37% | - |
| HSV(B) | 274.15º | 0.79% | 0.61% | - |
| XYZ | 12.14 | 6.37 | 32.04 | - |
| YUV | 67.95 | 177.69 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 33 | 156 | 0.34 | 0.79 | 0 | 0.39 | 274.15 | 0.65 | 0.37 |
| Hex | 67 | 21 | 9C | 22 | 4F | 0 | 27 | 112 | 41 | 25 |
| Octal | 147 | 41 | 234 | 42 | 117 | 0 | 47 | 422 | 101 | 45 |
| Binary | 1100111 | 100001 | 10011100 | 100010 | 1001111 | 0 | 100111 | 100010010 | 1000001 | 100101 |
Color Harmonies of #67219C
Complementary color
Monochromatic Colors of #67219C
Black with #67219C
Text Example
Text Example
White with #67219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67219C; }
p { color: rgb(103,33,156); }
H1.HeaderClassName
{
color: #67219C;
}
.AnyTagClassName
{
color: #67219C;
}
</style>
background-color css
<style>
a { background-color: #67219C; }
a { background-color: rgb(103,33,156); }
div.DivClassName
{
background-color: #67219C;
}
.BgClassName
{
background-color: #67219C;
}
</style>
border-color css
<style>
span { border-color: #67219C; }
span { border-color: rgb(103,33,156); }
td.TdClassName
{
border-color: #67219C;
}
.TagClassName
{
border-color: #67219C;
}
</style>