Shades of Royal Purple #6033A4
Tints of Royal Purple #6033A4
RGB
CMYK
RGB Variations
Color information
#6033A4 (or 0x6033A4) is known color: Royal Purple. HEX triplet: 60, 33 and A4. RGB value is (96,51,164). Sum of RGB (Red+Green+Blue) = 96+51+164=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #6033A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6033A4 is #9FCC5B. Grayscale: #4C4C4C. Windows color (decimal): -10472540 or 10761056. OLE color: 10761056.
HSL color Cylindrical-coordinate representation of color #6033A4: hue angle of 263.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6033A4 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 51 | 164 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.36 |
| HSL | 263.89º | 0.53% | 0.42% | - |
| HSV(B) | 263.89º | 0.69% | 0.64% | - |
| XYZ | 12.71 | 7.53 | 35.91 | - |
| YUV | 77.34 | 176.91 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 164 | 0.41 | 0.69 | 0 | 0.36 | 263.89 | 0.53 | 0.42 |
| Hex | 60 | 33 | A4 | 29 | 45 | 0 | 24 | 108 | 35 | 2A |
| Octal | 140 | 63 | 244 | 51 | 105 | 0 | 44 | 410 | 65 | 52 |
| Binary | 1100000 | 110011 | 10100100 | 101001 | 1000101 | 0 | 100100 | 100001000 | 110101 | 101010 |
Color Harmonies of #6033A4
Complementary color
Monochromatic Colors of #6033A4
Black with #6033A4
Text Example
Text Example
White with #6033A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6033A4; }
p { color: rgb(96,51,164); }
H1.HeaderClassName
{
color: #6033A4;
}
.AnyTagClassName
{
color: #6033A4;
}
</style>
background-color css
<style>
a { background-color: #6033A4; }
a { background-color: rgb(96,51,164); }
div.DivClassName
{
background-color: #6033A4;
}
.BgClassName
{
background-color: #6033A4;
}
</style>
border-color css
<style>
span { border-color: #6033A4; }
span { border-color: rgb(96,51,164); }
td.TdClassName
{
border-color: #6033A4;
}
.TagClassName
{
border-color: #6033A4;
}
</style>