Shades of Royal Purple #60419F
Tints of Royal Purple #60419F
RGB
CMYK
RGB Variations
Color information
#60419F (or 0x60419F) is known color: Royal Purple. HEX triplet: 60, 41 and 9F. RGB value is (96,65,159). Sum of RGB (Red+Green+Blue) = 96+65+159=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 159 (62.5% from 255 or 49.69% from 320); Max value from RGB is 159 - color contains mainly: blue. Hex color #60419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60419F is #9FBE60. Grayscale: #545454. Windows color (decimal): -10468961 or 10436960. OLE color: 10436960.
HSL color Cylindrical-coordinate representation of color #60419F: hue angle of 259.79º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60419F is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 65 | 159 | - |
| CMYK | 0.40 | 0.59 | 0 | 0.38 |
| HSL | 259.79º | 0.42% | 0.44% | - |
| HSV(B) | 259.79º | 0.59% | 0.62% | - |
| XYZ | 12.97 | 8.77 | 33.81 | - |
| YUV | 84.99 | 169.77 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 159 | 0.40 | 0.59 | 0 | 0.38 | 259.79 | 0.42 | 0.44 |
| Hex | 60 | 41 | 9F | 28 | 3B | 0 | 26 | 104 | 2A | 2C |
| Octal | 140 | 101 | 237 | 50 | 73 | 0 | 46 | 404 | 52 | 54 |
| Binary | 1100000 | 1000001 | 10011111 | 101000 | 111011 | 0 | 100110 | 100000100 | 101010 | 101100 |
Color Harmonies of #60419F
Complementary color
Monochromatic Colors of #60419F
Black with #60419F
Text Example
Text Example
White with #60419F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60419F; }
p { color: rgb(96,65,159); }
H1.HeaderClassName
{
color: #60419F;
}
.AnyTagClassName
{
color: #60419F;
}
</style>
background-color css
<style>
a { background-color: #60419F; }
a { background-color: rgb(96,65,159); }
div.DivClassName
{
background-color: #60419F;
}
.BgClassName
{
background-color: #60419F;
}
</style>
border-color css
<style>
span { border-color: #60419F; }
span { border-color: rgb(96,65,159); }
td.TdClassName
{
border-color: #60419F;
}
.TagClassName
{
border-color: #60419F;
}
</style>