Shades of Royal Purple #67229A
Tints of Royal Purple #67229A
RGB
CMYK
RGB Variations
Color information
#67229A (or 0x67229A) is known color: Royal Purple. HEX triplet: 67, 22 and 9A. RGB value is (103,34,154). Sum of RGB (Red+Green+Blue) = 103+34+154=291 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.40% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 154 (60.55% from 255 or 52.92% from 291); Max value from RGB is 154 - color contains mainly: blue. Hex color #67229A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67229A is #98DD65. Grayscale: #434343. Windows color (decimal): -10018150 or 10101351. OLE color: 10101351.
HSL color Cylindrical-coordinate representation of color #67229A: hue angle of 274.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #67229A is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 34 | 154 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.40 |
| HSL | 274.5º | 0.64% | 0.37% | - |
| HSV(B) | 274.5º | 0.78% | 0.6% | - |
| XYZ | 12 | 6.36 | 31.17 | - |
| YUV | 68.31 | 176.36 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 34 | 154 | 0.33 | 0.78 | 0 | 0.40 | 274.5 | 0.64 | 0.37 |
| Hex | 67 | 22 | 9A | 21 | 4E | 0 | 28 | 112 | 40 | 25 |
| Octal | 147 | 42 | 232 | 41 | 116 | 0 | 50 | 422 | 100 | 45 |
| Binary | 1100111 | 100010 | 10011010 | 100001 | 1001110 | 0 | 101000 | 100010010 | 1000000 | 100101 |
Color Harmonies of #67229A
Complementary color
Monochromatic Colors of #67229A
Black with #67229A
Text Example
Text Example
White with #67229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67229A; }
p { color: rgb(103,34,154); }
H1.HeaderClassName
{
color: #67229A;
}
.AnyTagClassName
{
color: #67229A;
}
</style>
background-color css
<style>
a { background-color: #67229A; }
a { background-color: rgb(103,34,154); }
div.DivClassName
{
background-color: #67229A;
}
.BgClassName
{
background-color: #67229A;
}
</style>
border-color css
<style>
span { border-color: #67229A; }
span { border-color: rgb(103,34,154); }
td.TdClassName
{
border-color: #67229A;
}
.TagClassName
{
border-color: #67229A;
}
</style>