Shades of Royal Purple #60439F
Tints of Royal Purple #60439F
RGB
CMYK
RGB Variations
Color information
#60439F (or 0x60439F) is known color: Royal Purple. HEX triplet: 60, 43 and 9F. RGB value is (96,67,159). Sum of RGB (Red+Green+Blue) = 96+67+159=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 67 (26.56% from 255 or 20.81% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #60439F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60439F is #9FBC60. Grayscale: #555555. Windows color (decimal): -10468449 or 10437472. OLE color: 10437472.
HSL color Cylindrical-coordinate representation of color #60439F: hue angle of 258.91º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60439F is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 67 | 159 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.38 |
| HSL | 258.91º | 0.41% | 0.44% | - |
| HSV(B) | 258.91º | 0.58% | 0.62% | - |
| XYZ | 13.09 | 9 | 33.85 | - |
| YUV | 86.16 | 169.11 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 159 | 0.40 | 0.58 | 0 | 0.38 | 258.91 | 0.41 | 0.44 |
| Hex | 60 | 43 | 9F | 28 | 3A | 0 | 26 | 103 | 29 | 2C |
| Octal | 140 | 103 | 237 | 50 | 72 | 0 | 46 | 403 | 51 | 54 |
| Binary | 1100000 | 1000011 | 10011111 | 101000 | 111010 | 0 | 100110 | 100000011 | 101001 | 101100 |
Color Harmonies of #60439F
Complementary color
Monochromatic Colors of #60439F
Black with #60439F
Text Example
Text Example
White with #60439F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60439F; }
p { color: rgb(96,67,159); }
H1.HeaderClassName
{
color: #60439F;
}
.AnyTagClassName
{
color: #60439F;
}
</style>
background-color css
<style>
a { background-color: #60439F; }
a { background-color: rgb(96,67,159); }
div.DivClassName
{
background-color: #60439F;
}
.BgClassName
{
background-color: #60439F;
}
</style>
border-color css
<style>
span { border-color: #60439F; }
span { border-color: rgb(96,67,159); }
td.TdClassName
{
border-color: #60439F;
}
.TagClassName
{
border-color: #60439F;
}
</style>