Shades of Royal Purple #60259B
Tints of Royal Purple #60259B
RGB
CMYK
RGB Variations
Color information
#60259B (or 0x60259B) is known color: Royal Purple. HEX triplet: 60, 25 and 9B. RGB value is (96,37,155). Sum of RGB (Red+Green+Blue) = 96+37+155=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #60259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60259B is #9FDA64. Grayscale: #434343. Windows color (decimal): -10476133 or 10167648. OLE color: 10167648.
HSL color Cylindrical-coordinate representation of color #60259B: hue angle of 270º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60259B is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 37 | 155 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.39 |
| HSL | 270º | 0.61% | 0.38% | - |
| HSV(B) | 270º | 0.76% | 0.61% | - |
| XYZ | 11.4 | 6.18 | 31.6 | - |
| YUV | 68.09 | 177.05 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 155 | 0.38 | 0.76 | 0 | 0.39 | 270 | 0.61 | 0.38 |
| Hex | 60 | 25 | 9B | 26 | 4C | 0 | 27 | 10E | 3D | 26 |
| Octal | 140 | 45 | 233 | 46 | 114 | 0 | 47 | 416 | 75 | 46 |
| Binary | 1100000 | 100101 | 10011011 | 100110 | 1001100 | 0 | 100111 | 100001110 | 111101 | 100110 |
Color Harmonies of #60259B
Complementary color
Monochromatic Colors of #60259B
Black with #60259B
Text Example
Text Example
White with #60259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60259B; }
p { color: rgb(96,37,155); }
H1.HeaderClassName
{
color: #60259B;
}
.AnyTagClassName
{
color: #60259B;
}
</style>
background-color css
<style>
a { background-color: #60259B; }
a { background-color: rgb(96,37,155); }
div.DivClassName
{
background-color: #60259B;
}
.BgClassName
{
background-color: #60259B;
}
</style>
border-color css
<style>
span { border-color: #60259B; }
span { border-color: rgb(96,37,155); }
td.TdClassName
{
border-color: #60259B;
}
.TagClassName
{
border-color: #60259B;
}
</style>