Shades of Royal Purple #60289A
Tints of Royal Purple #60289A
RGB
CMYK
RGB Variations
Color information
#60289A (or 0x60289A) is known color: Royal Purple. HEX triplet: 60, 28 and 9A. RGB value is (96,40,154). Sum of RGB (Red+Green+Blue) = 96+40+154=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #60289A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60289A is #9FD765. Grayscale: #454545. Windows color (decimal): -10475366 or 10102880. OLE color: 10102880.
HSL color Cylindrical-coordinate representation of color #60289A: hue angle of 269.47º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60289A is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 40 | 154 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.40 |
| HSL | 269.47º | 0.59% | 0.38% | - |
| HSV(B) | 269.47º | 0.74% | 0.6% | - |
| XYZ | 11.42 | 6.34 | 31.19 | - |
| YUV | 69.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 154 | 0.38 | 0.74 | 0 | 0.40 | 269.47 | 0.59 | 0.38 |
| Hex | 60 | 28 | 9A | 26 | 4A | 0 | 28 | 10D | 3B | 26 |
| Octal | 140 | 50 | 232 | 46 | 112 | 0 | 50 | 415 | 73 | 46 |
| Binary | 1100000 | 101000 | 10011010 | 100110 | 1001010 | 0 | 101000 | 100001101 | 111011 | 100110 |
Color Harmonies of #60289A
Complementary color
Monochromatic Colors of #60289A
Black with #60289A
Text Example
Text Example
White with #60289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60289A; }
p { color: rgb(96,40,154); }
H1.HeaderClassName
{
color: #60289A;
}
.AnyTagClassName
{
color: #60289A;
}
</style>
background-color css
<style>
a { background-color: #60289A; }
a { background-color: rgb(96,40,154); }
div.DivClassName
{
background-color: #60289A;
}
.BgClassName
{
background-color: #60289A;
}
</style>
border-color css
<style>
span { border-color: #60289A; }
span { border-color: rgb(96,40,154); }
td.TdClassName
{
border-color: #60289A;
}
.TagClassName
{
border-color: #60289A;
}
</style>