Shades of Royal Purple #602598
Tints of Royal Purple #602598
RGB
CMYK
RGB Variations
Color information
#602598 (or 0x602598) is known color: Royal Purple. HEX triplet: 60, 25 and 98. RGB value is (96,37,152). Sum of RGB (Red+Green+Blue) = 96+37+152=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #602598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602598 is #9FDA67. Grayscale: #434343. Windows color (decimal): -10476136 or 9971040. OLE color: 9971040.
HSL color Cylindrical-coordinate representation of color #602598: hue angle of 270.78º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602598 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 37 | 152 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.40 |
| HSL | 270.78º | 0.61% | 0.37% | - |
| HSV(B) | 270.78º | 0.76% | 0.6% | - |
| XYZ | 11.15 | 6.08 | 30.29 | - |
| YUV | 67.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 152 | 0.37 | 0.76 | 0 | 0.40 | 270.78 | 0.61 | 0.37 |
| Hex | 60 | 25 | 98 | 25 | 4C | 0 | 28 | 10F | 3D | 25 |
| Octal | 140 | 45 | 230 | 45 | 114 | 0 | 50 | 417 | 75 | 45 |
| Binary | 1100000 | 100101 | 10011000 | 100101 | 1001100 | 0 | 101000 | 100001111 | 111101 | 100101 |
Color Harmonies of #602598
Complementary color
Monochromatic Colors of #602598
Black with #602598
Text Example
Text Example
White with #602598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602598; }
p { color: rgb(96,37,152); }
H1.HeaderClassName
{
color: #602598;
}
.AnyTagClassName
{
color: #602598;
}
</style>
background-color css
<style>
a { background-color: #602598; }
a { background-color: rgb(96,37,152); }
div.DivClassName
{
background-color: #602598;
}
.BgClassName
{
background-color: #602598;
}
</style>
border-color css
<style>
span { border-color: #602598; }
span { border-color: rgb(96,37,152); }
td.TdClassName
{
border-color: #602598;
}
.TagClassName
{
border-color: #602598;
}
</style>