Shades of Royal Purple #67348F
Tints of Royal Purple #67348F
RGB
CMYK
RGB Variations
Color information
#67348F (or 0x67348F) is known color: Royal Purple. HEX triplet: 67, 34 and 8F. RGB value is (103,52,143). Sum of RGB (Red+Green+Blue) = 103+52+143=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #67348F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67348F is #98CB70. Grayscale: #4D4D4D. Windows color (decimal): -10013553 or 9385063. OLE color: 9385063.
HSL color Cylindrical-coordinate representation of color #67348F: hue angle of 273.63º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67348F is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 52 | 143 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.44 |
| HSL | 273.63º | 0.47% | 0.38% | - |
| HSV(B) | 273.63º | 0.64% | 0.56% | - |
| XYZ | 11.78 | 7.32 | 26.78 | - |
| YUV | 77.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 143 | 0.28 | 0.64 | 0 | 0.44 | 273.63 | 0.47 | 0.38 |
| Hex | 67 | 34 | 8F | 1C | 40 | 0 | 2C | 112 | 2F | 26 |
| Octal | 147 | 64 | 217 | 34 | 100 | 0 | 54 | 422 | 57 | 46 |
| Binary | 1100111 | 110100 | 10001111 | 11100 | 1000000 | 0 | 101100 | 100010010 | 101111 | 100110 |
Color Harmonies of #67348F
Complementary color
Monochromatic Colors of #67348F
Black with #67348F
Text Example
Text Example
White with #67348F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67348F; }
p { color: rgb(103,52,143); }
H1.HeaderClassName
{
color: #67348F;
}
.AnyTagClassName
{
color: #67348F;
}
</style>
background-color css
<style>
a { background-color: #67348F; }
a { background-color: rgb(103,52,143); }
div.DivClassName
{
background-color: #67348F;
}
.BgClassName
{
background-color: #67348F;
}
</style>
border-color css
<style>
span { border-color: #67348F; }
span { border-color: rgb(103,52,143); }
td.TdClassName
{
border-color: #67348F;
}
.TagClassName
{
border-color: #67348F;
}
</style>