Shades of Royal Purple #6030AB
Tints of Royal Purple #6030AB
RGB
CMYK
RGB Variations
Color information
#6030AB (or 0x6030AB) is known color: Royal Purple. HEX triplet: 60, 30 and AB. RGB value is (96,48,171). Sum of RGB (Red+Green+Blue) = 96+48+171=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #6030AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6030AB is #9FCF54. Grayscale: #4B4B4B. Windows color (decimal): -10473301 or 11219040. OLE color: 11219040.
HSL color Cylindrical-coordinate representation of color #6030AB: hue angle of 263.41º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6030AB is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 48 | 171 | - |
| CMYK | 0.44 | 0.72 | 0 | 0.33 |
| HSL | 263.41º | 0.56% | 0.43% | - |
| HSV(B) | 263.41º | 0.72% | 0.67% | - |
| XYZ | 13.23 | 7.54 | 39.29 | - |
| YUV | 76.37 | 181.4 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 48 | 171 | 0.44 | 0.72 | 0 | 0.33 | 263.41 | 0.56 | 0.43 |
| Hex | 60 | 30 | AB | 2C | 48 | 0 | 21 | 107 | 38 | 2B |
| Octal | 140 | 60 | 253 | 54 | 110 | 0 | 41 | 407 | 70 | 53 |
| Binary | 1100000 | 110000 | 10101011 | 101100 | 1001000 | 0 | 100001 | 100000111 | 111000 | 101011 |
Color Harmonies of #6030AB
Complementary color
Monochromatic Colors of #6030AB
Black with #6030AB
Text Example
Text Example
White with #6030AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6030AB; }
p { color: rgb(96,48,171); }
H1.HeaderClassName
{
color: #6030AB;
}
.AnyTagClassName
{
color: #6030AB;
}
</style>
background-color css
<style>
a { background-color: #6030AB; }
a { background-color: rgb(96,48,171); }
div.DivClassName
{
background-color: #6030AB;
}
.BgClassName
{
background-color: #6030AB;
}
</style>
border-color css
<style>
span { border-color: #6030AB; }
span { border-color: rgb(96,48,171); }
td.TdClassName
{
border-color: #6030AB;
}
.TagClassName
{
border-color: #6030AB;
}
</style>