Shades of Royal Purple #602FA5
Tints of Royal Purple #602FA5
RGB
CMYK
RGB Variations
Color information
#602FA5 (or 0x602FA5) is known color: Royal Purple. HEX triplet: 60, 2F and A5. RGB value is (96,47,165). Sum of RGB (Red+Green+Blue) = 96+47+165=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 165 (64.84% from 255 or 53.57% from 308); Max value from RGB is 165 - color contains mainly: blue. Hex color #602FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602FA5 is #9FD05A. Grayscale: #4A4A4A. Windows color (decimal): -10473563 or 10825568. OLE color: 10825568.
HSL color Cylindrical-coordinate representation of color #602FA5: hue angle of 264.92º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #602FA5 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 47 | 165 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.35 |
| HSL | 264.92º | 0.56% | 0.42% | - |
| HSV(B) | 264.92º | 0.72% | 0.65% | - |
| XYZ | 12.63 | 7.24 | 36.33 | - |
| YUV | 75.1 | 178.73 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 47 | 165 | 0.42 | 0.72 | 0 | 0.35 | 264.92 | 0.56 | 0.42 |
| Hex | 60 | 2F | A5 | 2A | 48 | 0 | 23 | 109 | 38 | 2A |
| Octal | 140 | 57 | 245 | 52 | 110 | 0 | 43 | 411 | 70 | 52 |
| Binary | 1100000 | 101111 | 10100101 | 101010 | 1001000 | 0 | 100011 | 100001001 | 111000 | 101010 |
Color Harmonies of #602FA5
Complementary color
Monochromatic Colors of #602FA5
Black with #602FA5
Text Example
Text Example
White with #602FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602FA5; }
p { color: rgb(96,47,165); }
H1.HeaderClassName
{
color: #602FA5;
}
.AnyTagClassName
{
color: #602FA5;
}
</style>
background-color css
<style>
a { background-color: #602FA5; }
a { background-color: rgb(96,47,165); }
div.DivClassName
{
background-color: #602FA5;
}
.BgClassName
{
background-color: #602FA5;
}
</style>
border-color css
<style>
span { border-color: #602FA5; }
span { border-color: rgb(96,47,165); }
td.TdClassName
{
border-color: #602FA5;
}
.TagClassName
{
border-color: #602FA5;
}
</style>