Shades of Royal Purple #67249F
Tints of Royal Purple #67249F
RGB
CMYK
RGB Variations
Color information
#67249F (or 0x67249F) is known color: Royal Purple. HEX triplet: 67, 24 and 9F. RGB value is (103,36,159). Sum of RGB (Red+Green+Blue) = 103+36+159=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #67249F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67249F is #98DB60. Grayscale: #454545. Windows color (decimal): -10017633 or 10429543. OLE color: 10429543.
HSL color Cylindrical-coordinate representation of color #67249F: hue angle of 272.68º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67249F is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 36 | 159 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.38 |
| HSL | 272.68º | 0.63% | 0.38% | - |
| HSV(B) | 272.68º | 0.77% | 0.62% | - |
| XYZ | 12.48 | 6.65 | 33.43 | - |
| YUV | 70.06 | 178.2 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 36 | 159 | 0.35 | 0.77 | 0 | 0.38 | 272.68 | 0.63 | 0.38 |
| Hex | 67 | 24 | 9F | 23 | 4D | 0 | 26 | 111 | 3F | 26 |
| Octal | 147 | 44 | 237 | 43 | 115 | 0 | 46 | 421 | 77 | 46 |
| Binary | 1100111 | 100100 | 10011111 | 100011 | 1001101 | 0 | 100110 | 100010001 | 111111 | 100110 |
Color Harmonies of #67249F
Complementary color
Monochromatic Colors of #67249F
Black with #67249F
Text Example
Text Example
White with #67249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67249F; }
p { color: rgb(103,36,159); }
H1.HeaderClassName
{
color: #67249F;
}
.AnyTagClassName
{
color: #67249F;
}
</style>
background-color css
<style>
a { background-color: #67249F; }
a { background-color: rgb(103,36,159); }
div.DivClassName
{
background-color: #67249F;
}
.BgClassName
{
background-color: #67249F;
}
</style>
border-color css
<style>
span { border-color: #67249F; }
span { border-color: rgb(103,36,159); }
td.TdClassName
{
border-color: #67249F;
}
.TagClassName
{
border-color: #67249F;
}
</style>