Shades of Royal Purple #67249A
Tints of Royal Purple #67249A
RGB
CMYK
RGB Variations
Color information
#67249A (or 0x67249A) is known color: Royal Purple. HEX triplet: 67, 24 and 9A. RGB value is (103,36,154). Sum of RGB (Red+Green+Blue) = 103+36+154=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #67249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67249A is #98DB65. Grayscale: #454545. Windows color (decimal): -10017638 or 10101863. OLE color: 10101863.
HSL color Cylindrical-coordinate representation of color #67249A: hue angle of 274.07º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #67249A is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 36 | 154 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.40 |
| HSL | 274.07º | 0.62% | 0.37% | - |
| HSV(B) | 274.07º | 0.77% | 0.6% | - |
| XYZ | 12.06 | 6.48 | 31.19 | - |
| YUV | 69.49 | 175.7 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 36 | 154 | 0.33 | 0.77 | 0 | 0.40 | 274.07 | 0.62 | 0.37 |
| Hex | 67 | 24 | 9A | 21 | 4D | 0 | 28 | 112 | 3E | 25 |
| Octal | 147 | 44 | 232 | 41 | 115 | 0 | 50 | 422 | 76 | 45 |
| Binary | 1100111 | 100100 | 10011010 | 100001 | 1001101 | 0 | 101000 | 100010010 | 111110 | 100101 |
Color Harmonies of #67249A
Complementary color
Monochromatic Colors of #67249A
Black with #67249A
Text Example
Text Example
White with #67249A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67249A; }
p { color: rgb(103,36,154); }
H1.HeaderClassName
{
color: #67249A;
}
.AnyTagClassName
{
color: #67249A;
}
</style>
background-color css
<style>
a { background-color: #67249A; }
a { background-color: rgb(103,36,154); }
div.DivClassName
{
background-color: #67249A;
}
.BgClassName
{
background-color: #67249A;
}
</style>
border-color css
<style>
span { border-color: #67249A; }
span { border-color: rgb(103,36,154); }
td.TdClassName
{
border-color: #67249A;
}
.TagClassName
{
border-color: #67249A;
}
</style>