Shades of Royal Purple #67299A
Tints of Royal Purple #67299A
RGB
CMYK
RGB Variations
Color information
#67299A (or 0x67299A) is known color: Royal Purple. HEX triplet: 67, 29 and 9A. RGB value is (103,41,154). Sum of RGB (Red+Green+Blue) = 103+41+154=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #67299A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67299A is #98D665. Grayscale: #484848. Windows color (decimal): -10016358 or 10103143. OLE color: 10103143.
HSL color Cylindrical-coordinate representation of color #67299A: hue angle of 272.92º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #67299A is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 41 | 154 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.40 |
| HSL | 272.92º | 0.58% | 0.38% | - |
| HSV(B) | 272.92º | 0.73% | 0.6% | - |
| XYZ | 12.22 | 6.8 | 31.24 | - |
| YUV | 72.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 154 | 0.33 | 0.73 | 0 | 0.40 | 272.92 | 0.58 | 0.38 |
| Hex | 67 | 29 | 9A | 21 | 49 | 0 | 28 | 111 | 3A | 26 |
| Octal | 147 | 51 | 232 | 41 | 111 | 0 | 50 | 421 | 72 | 46 |
| Binary | 1100111 | 101001 | 10011010 | 100001 | 1001001 | 0 | 101000 | 100010001 | 111010 | 100110 |
Color Harmonies of #67299A
Complementary color
Monochromatic Colors of #67299A
Black with #67299A
Text Example
Text Example
White with #67299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67299A; }
p { color: rgb(103,41,154); }
H1.HeaderClassName
{
color: #67299A;
}
.AnyTagClassName
{
color: #67299A;
}
</style>
background-color css
<style>
a { background-color: #67299A; }
a { background-color: rgb(103,41,154); }
div.DivClassName
{
background-color: #67299A;
}
.BgClassName
{
background-color: #67299A;
}
</style>
border-color css
<style>
span { border-color: #67299A; }
span { border-color: rgb(103,41,154); }
td.TdClassName
{
border-color: #67299A;
}
.TagClassName
{
border-color: #67299A;
}
</style>