Shades of Royal Purple #60239D
Tints of Royal Purple #60239D
RGB
CMYK
RGB Variations
Color information
#60239D (or 0x60239D) is known color: Royal Purple. HEX triplet: 60, 23 and 9D. RGB value is (96,35,157). Sum of RGB (Red+Green+Blue) = 96+35+157=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #60239D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60239D is #9FDC62. Grayscale: #424242. Windows color (decimal): -10476643 or 10298208. OLE color: 10298208.
HSL color Cylindrical-coordinate representation of color #60239D: hue angle of 270º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #60239D is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 35 | 157 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.38 |
| HSL | 270º | 0.64% | 0.38% | - |
| HSV(B) | 270º | 0.78% | 0.62% | - |
| XYZ | 11.51 | 6.12 | 32.47 | - |
| YUV | 67.15 | 178.71 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 157 | 0.39 | 0.78 | 0 | 0.38 | 270 | 0.64 | 0.38 |
| Hex | 60 | 23 | 9D | 27 | 4E | 0 | 26 | 10E | 40 | 26 |
| Octal | 140 | 43 | 235 | 47 | 116 | 0 | 46 | 416 | 100 | 46 |
| Binary | 1100000 | 100011 | 10011101 | 100111 | 1001110 | 0 | 100110 | 100001110 | 1000000 | 100110 |
Color Harmonies of #60239D
Complementary color
Monochromatic Colors of #60239D
Black with #60239D
Text Example
Text Example
White with #60239D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60239D; }
p { color: rgb(96,35,157); }
H1.HeaderClassName
{
color: #60239D;
}
.AnyTagClassName
{
color: #60239D;
}
</style>
background-color css
<style>
a { background-color: #60239D; }
a { background-color: rgb(96,35,157); }
div.DivClassName
{
background-color: #60239D;
}
.BgClassName
{
background-color: #60239D;
}
</style>
border-color css
<style>
span { border-color: #60239D; }
span { border-color: rgb(96,35,157); }
td.TdClassName
{
border-color: #60239D;
}
.TagClassName
{
border-color: #60239D;
}
</style>