Shades of Royal Purple #6048A5
Tints of Royal Purple #6048A5
RGB
CMYK
RGB Variations
Color information
#6048A5 (or 0x6048A5) is known color: Royal Purple. HEX triplet: 60, 48 and A5. RGB value is (96,72,165). Sum of RGB (Red+Green+Blue) = 96+72+165=333 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.83% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 165 (64.84% from 255 or 49.55% from 333); Max value from RGB is 165 - color contains mainly: blue. Hex color #6048A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6048A5 is #9FB75A. Grayscale: #595959. Windows color (decimal): -10467163 or 10831968. OLE color: 10831968.
HSL color Cylindrical-coordinate representation of color #6048A5: hue angle of 255.48º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6048A5 is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 72 | 165 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.35 |
| HSL | 255.48º | 0.39% | 0.46% | - |
| HSV(B) | 255.48º | 0.56% | 0.65% | - |
| XYZ | 13.93 | 9.84 | 36.76 | - |
| YUV | 89.78 | 170.45 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 165 | 0.42 | 0.56 | 0 | 0.35 | 255.48 | 0.39 | 0.46 |
| Hex | 60 | 48 | A5 | 2A | 38 | 0 | 23 | FF | 27 | 2E |
| Octal | 140 | 110 | 245 | 52 | 70 | 0 | 43 | 377 | 47 | 56 |
| Binary | 1100000 | 1001000 | 10100101 | 101010 | 111000 | 0 | 100011 | 11111111 | 100111 | 101110 |
Color Harmonies of #6048A5
Complementary color
Monochromatic Colors of #6048A5
Black with #6048A5
Text Example
Text Example
White with #6048A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6048A5; }
p { color: rgb(96,72,165); }
H1.HeaderClassName
{
color: #6048A5;
}
.AnyTagClassName
{
color: #6048A5;
}
</style>
background-color css
<style>
a { background-color: #6048A5; }
a { background-color: rgb(96,72,165); }
div.DivClassName
{
background-color: #6048A5;
}
.BgClassName
{
background-color: #6048A5;
}
</style>
border-color css
<style>
span { border-color: #6048A5; }
span { border-color: rgb(96,72,165); }
td.TdClassName
{
border-color: #6048A5;
}
.TagClassName
{
border-color: #6048A5;
}
</style>