Shades of Royal Purple #6033AB
Tints of Royal Purple #6033AB
RGB
CMYK
RGB Variations
Color information
#6033AB (or 0x6033AB) is known color: Royal Purple. HEX triplet: 60, 33 and AB. RGB value is (96,51,171). Sum of RGB (Red+Green+Blue) = 96+51+171=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #6033AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6033AB is #9FCC54. Grayscale: #4D4D4D. Windows color (decimal): -10472533 or 11219808. OLE color: 11219808.
HSL color Cylindrical-coordinate representation of color #6033AB: hue angle of 262.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6033AB is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 51 | 171 | - |
| CMYK | 0.44 | 0.70 | 0 | 0.33 |
| HSL | 262.5º | 0.54% | 0.44% | - |
| HSV(B) | 262.5º | 0.7% | 0.67% | - |
| XYZ | 13.36 | 7.79 | 39.33 | - |
| YUV | 78.14 | 180.41 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 171 | 0.44 | 0.70 | 0 | 0.33 | 262.5 | 0.54 | 0.44 |
| Hex | 60 | 33 | AB | 2C | 46 | 0 | 21 | 106 | 36 | 2C |
| Octal | 140 | 63 | 253 | 54 | 106 | 0 | 41 | 406 | 66 | 54 |
| Binary | 1100000 | 110011 | 10101011 | 101100 | 1000110 | 0 | 100001 | 100000110 | 110110 | 101100 |
Color Harmonies of #6033AB
Complementary color
Monochromatic Colors of #6033AB
Black with #6033AB
Text Example
Text Example
White with #6033AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6033AB; }
p { color: rgb(96,51,171); }
H1.HeaderClassName
{
color: #6033AB;
}
.AnyTagClassName
{
color: #6033AB;
}
</style>
background-color css
<style>
a { background-color: #6033AB; }
a { background-color: rgb(96,51,171); }
div.DivClassName
{
background-color: #6033AB;
}
.BgClassName
{
background-color: #6033AB;
}
</style>
border-color css
<style>
span { border-color: #6033AB; }
span { border-color: rgb(96,51,171); }
td.TdClassName
{
border-color: #6033AB;
}
.TagClassName
{
border-color: #6033AB;
}
</style>