Shades of Royal Purple #602FA0
Tints of Royal Purple #602FA0
RGB
CMYK
RGB Variations
Color information
#602FA0 (or 0x602FA0) is known color: Royal Purple. HEX triplet: 60, 2F and A0. RGB value is (96,47,160). Sum of RGB (Red+Green+Blue) = 96+47+160=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 47 (18.75% from 255 or 15.51% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #602FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602FA0 is #9FD05F. Grayscale: #4A4A4A. Windows color (decimal): -10473568 or 10497888. OLE color: 10497888.
HSL color Cylindrical-coordinate representation of color #602FA0: hue angle of 266.02º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #602FA0 is Cyan = 0.4, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 47 | 160 | - |
| CMYK | 0.4 | 0.71 | 0 | 0.37 |
| HSL | 266.02º | 0.55% | 0.41% | - |
| HSV(B) | 266.02º | 0.71% | 0.63% | - |
| XYZ | 12.19 | 7.06 | 33.98 | - |
| YUV | 74.53 | 176.23 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 160 | 0.4 | 0.71 | 0 | 0.37 | 266.02 | 0.55 | 0.41 |
| Hex | 60 | 2F | A0 | 28 | 47 | 0 | 25 | 10A | 37 | 29 |
| Octal | 140 | 57 | 240 | 50 | 107 | 0 | 45 | 412 | 67 | 51 |
| Binary | 1100000 | 101111 | 10100000 | 101000 | 1000111 | 0 | 100101 | 100001010 | 110111 | 101001 |
Color Harmonies of #602FA0
Complementary color
Monochromatic Colors of #602FA0
Black with #602FA0
Text Example
Text Example
White with #602FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602FA0; }
p { color: rgb(96,47,160); }
H1.HeaderClassName
{
color: #602FA0;
}
.AnyTagClassName
{
color: #602FA0;
}
</style>
background-color css
<style>
a { background-color: #602FA0; }
a { background-color: rgb(96,47,160); }
div.DivClassName
{
background-color: #602FA0;
}
.BgClassName
{
background-color: #602FA0;
}
</style>
border-color css
<style>
span { border-color: #602FA0; }
span { border-color: rgb(96,47,160); }
td.TdClassName
{
border-color: #602FA0;
}
.TagClassName
{
border-color: #602FA0;
}
</style>