Shades of Royal Purple #67249C
Tints of Royal Purple #67249C
RGB
CMYK
RGB Variations
Color information
#67249C (or 0x67249C) is known color: Royal Purple. HEX triplet: 67, 24 and 9C. RGB value is (103,36,156). Sum of RGB (Red+Green+Blue) = 103+36+156=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #67249C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67249C is #98DB63. Grayscale: #454545. Windows color (decimal): -10017636 or 10232935. OLE color: 10232935.
HSL color Cylindrical-coordinate representation of color #67249C: hue angle of 273.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67249C is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 36 | 156 | - |
| CMYK | 0.34 | 0.77 | 0 | 0.39 |
| HSL | 273.5º | 0.63% | 0.38% | - |
| HSV(B) | 273.5º | 0.77% | 0.61% | - |
| XYZ | 12.23 | 6.55 | 32.07 | - |
| YUV | 69.71 | 176.7 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 36 | 156 | 0.34 | 0.77 | 0 | 0.39 | 273.5 | 0.63 | 0.38 |
| Hex | 67 | 24 | 9C | 22 | 4D | 0 | 27 | 112 | 3E | 26 |
| Octal | 147 | 44 | 234 | 42 | 115 | 0 | 47 | 422 | 76 | 46 |
| Binary | 1100111 | 100100 | 10011100 | 100010 | 1001101 | 0 | 100111 | 100010010 | 111110 | 100110 |
Color Harmonies of #67249C
Complementary color
Monochromatic Colors of #67249C
Black with #67249C
Text Example
Text Example
White with #67249C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67249C; }
p { color: rgb(103,36,156); }
H1.HeaderClassName
{
color: #67249C;
}
.AnyTagClassName
{
color: #67249C;
}
</style>
background-color css
<style>
a { background-color: #67249C; }
a { background-color: rgb(103,36,156); }
div.DivClassName
{
background-color: #67249C;
}
.BgClassName
{
background-color: #67249C;
}
</style>
border-color css
<style>
span { border-color: #67249C; }
span { border-color: rgb(103,36,156); }
td.TdClassName
{
border-color: #67249C;
}
.TagClassName
{
border-color: #67249C;
}
</style>