Shades of Royal Purple #6045AD
Tints of Royal Purple #6045AD
RGB
CMYK
RGB Variations
Color information
#6045AD (or 0x6045AD) is known color: Royal Purple. HEX triplet: 60, 45 and AD. RGB value is (96,69,173). Sum of RGB (Red+Green+Blue) = 96+69+173=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #6045AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6045AD is #9FBA52. Grayscale: #585858. Windows color (decimal): -10467923 or 11355488. OLE color: 11355488.
HSL color Cylindrical-coordinate representation of color #6045AD: hue angle of 255.58º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6045AD is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 69 | 173 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.32 |
| HSL | 255.58º | 0.43% | 0.47% | - |
| HSV(B) | 255.58º | 0.6% | 0.68% | - |
| XYZ | 14.49 | 9.76 | 40.66 | - |
| YUV | 88.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 173 | 0.45 | 0.60 | 0 | 0.32 | 255.58 | 0.43 | 0.47 |
| Hex | 60 | 45 | AD | 2D | 3C | 0 | 20 | 100 | 2B | 2F |
| Octal | 140 | 105 | 255 | 55 | 74 | 0 | 40 | 400 | 53 | 57 |
| Binary | 1100000 | 1000101 | 10101101 | 101101 | 111100 | 0 | 100000 | 100000000 | 101011 | 101111 |
Color Harmonies of #6045AD
Complementary color
Monochromatic Colors of #6045AD
Black with #6045AD
Text Example
Text Example
White with #6045AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6045AD; }
p { color: rgb(96,69,173); }
H1.HeaderClassName
{
color: #6045AD;
}
.AnyTagClassName
{
color: #6045AD;
}
</style>
background-color css
<style>
a { background-color: #6045AD; }
a { background-color: rgb(96,69,173); }
div.DivClassName
{
background-color: #6045AD;
}
.BgClassName
{
background-color: #6045AD;
}
</style>
border-color css
<style>
span { border-color: #6045AD; }
span { border-color: rgb(96,69,173); }
td.TdClassName
{
border-color: #6045AD;
}
.TagClassName
{
border-color: #6045AD;
}
</style>