Shades of Royal Purple #67309D
Tints of Royal Purple #67309D
RGB
CMYK
RGB Variations
Color information
#67309D (or 0x67309D) is known color: Royal Purple. HEX triplet: 67, 30 and 9D. RGB value is (103,48,157). Sum of RGB (Red+Green+Blue) = 103+48+157=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #67309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67309D is #98CF62. Grayscale: #4C4C4C. Windows color (decimal): -10014563 or 10301543. OLE color: 10301543.
HSL color Cylindrical-coordinate representation of color #67309D: hue angle of 270.28º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #67309D is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 48 | 157 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.38 |
| HSL | 270.28º | 0.53% | 0.4% | - |
| HSV(B) | 270.28º | 0.69% | 0.62% | - |
| XYZ | 12.74 | 7.43 | 32.66 | - |
| YUV | 76.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 157 | 0.34 | 0.69 | 0 | 0.38 | 270.28 | 0.53 | 0.4 |
| Hex | 67 | 30 | 9D | 22 | 45 | 0 | 26 | 10E | 35 | 28 |
| Octal | 147 | 60 | 235 | 42 | 105 | 0 | 46 | 416 | 65 | 50 |
| Binary | 1100111 | 110000 | 10011101 | 100010 | 1000101 | 0 | 100110 | 100001110 | 110101 | 101000 |
Color Harmonies of #67309D
Complementary color
Monochromatic Colors of #67309D
Black with #67309D
Text Example
Text Example
White with #67309D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67309D; }
p { color: rgb(103,48,157); }
H1.HeaderClassName
{
color: #67309D;
}
.AnyTagClassName
{
color: #67309D;
}
</style>
background-color css
<style>
a { background-color: #67309D; }
a { background-color: rgb(103,48,157); }
div.DivClassName
{
background-color: #67309D;
}
.BgClassName
{
background-color: #67309D;
}
</style>
border-color css
<style>
span { border-color: #67309D; }
span { border-color: rgb(103,48,157); }
td.TdClassName
{
border-color: #67309D;
}
.TagClassName
{
border-color: #67309D;
}
</style>