Shades of Royal Purple #60329D
Tints of Royal Purple #60329D
RGB
CMYK
RGB Variations
Color information
#60329D (or 0x60329D) is known color: Royal Purple. HEX triplet: 60, 32 and 9D. RGB value is (96,50,157). Sum of RGB (Red+Green+Blue) = 96+50+157=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #60329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60329D is #9FCD62. Grayscale: #4B4B4B. Windows color (decimal): -10472803 or 10302048. OLE color: 10302048.
HSL color Cylindrical-coordinate representation of color #60329D: hue angle of 265.79º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60329D is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 50 | 157 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.38 |
| HSL | 265.79º | 0.52% | 0.41% | - |
| HSV(B) | 265.79º | 0.68% | 0.62% | - |
| XYZ | 12.05 | 7.2 | 32.65 | - |
| YUV | 75.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 157 | 0.39 | 0.68 | 0 | 0.38 | 265.79 | 0.52 | 0.41 |
| Hex | 60 | 32 | 9D | 27 | 44 | 0 | 26 | 10A | 34 | 29 |
| Octal | 140 | 62 | 235 | 47 | 104 | 0 | 46 | 412 | 64 | 51 |
| Binary | 1100000 | 110010 | 10011101 | 100111 | 1000100 | 0 | 100110 | 100001010 | 110100 | 101001 |
Color Harmonies of #60329D
Complementary color
Monochromatic Colors of #60329D
Black with #60329D
Text Example
Text Example
White with #60329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60329D; }
p { color: rgb(96,50,157); }
H1.HeaderClassName
{
color: #60329D;
}
.AnyTagClassName
{
color: #60329D;
}
</style>
background-color css
<style>
a { background-color: #60329D; }
a { background-color: rgb(96,50,157); }
div.DivClassName
{
background-color: #60329D;
}
.BgClassName
{
background-color: #60329D;
}
</style>
border-color css
<style>
span { border-color: #60329D; }
span { border-color: rgb(96,50,157); }
td.TdClassName
{
border-color: #60329D;
}
.TagClassName
{
border-color: #60329D;
}
</style>