Shades of Royal Purple #67299B
Tints of Royal Purple #67299B
RGB
CMYK
RGB Variations
Color information
#67299B (or 0x67299B) is known color: Royal Purple. HEX triplet: 67, 29 and 9B. RGB value is (103,41,155). Sum of RGB (Red+Green+Blue) = 103+41+155=299 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.45% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #67299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67299B is #98D664. Grayscale: #484848. Windows color (decimal): -10016357 or 10168679. OLE color: 10168679.
HSL color Cylindrical-coordinate representation of color #67299B: hue angle of 272.63º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67299B is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 41 | 155 | - |
| CMYK | 0.34 | 0.74 | 0 | 0.39 |
| HSL | 272.63º | 0.58% | 0.38% | - |
| HSV(B) | 272.63º | 0.74% | 0.61% | - |
| XYZ | 12.3 | 6.84 | 31.68 | - |
| YUV | 72.53 | 174.54 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 41 | 155 | 0.34 | 0.74 | 0 | 0.39 | 272.63 | 0.58 | 0.38 |
| Hex | 67 | 29 | 9B | 22 | 4A | 0 | 27 | 111 | 3A | 26 |
| Octal | 147 | 51 | 233 | 42 | 112 | 0 | 47 | 421 | 72 | 46 |
| Binary | 1100111 | 101001 | 10011011 | 100010 | 1001010 | 0 | 100111 | 100010001 | 111010 | 100110 |
Color Harmonies of #67299B
Complementary color
Monochromatic Colors of #67299B
Black with #67299B
Text Example
Text Example
White with #67299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67299B; }
p { color: rgb(103,41,155); }
H1.HeaderClassName
{
color: #67299B;
}
.AnyTagClassName
{
color: #67299B;
}
</style>
background-color css
<style>
a { background-color: #67299B; }
a { background-color: rgb(103,41,155); }
div.DivClassName
{
background-color: #67299B;
}
.BgClassName
{
background-color: #67299B;
}
</style>
border-color css
<style>
span { border-color: #67299B; }
span { border-color: rgb(103,41,155); }
td.TdClassName
{
border-color: #67299B;
}
.TagClassName
{
border-color: #67299B;
}
</style>