Shades of Royal Purple #752CAD
Tints of Royal Purple #752CAD
RGB
CMYK
RGB Variations
Color information
#752CAD (or 0x752CAD) is known color: Royal Purple. HEX triplet: 75, 2C and AD. RGB value is (117,44,173). Sum of RGB (Red+Green+Blue) = 117+44+173=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #752CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752CAD is #8AD352. Grayscale: #505050. Windows color (decimal): -9098067 or 11349109. OLE color: 11349109.
HSL color Cylindrical-coordinate representation of color #752CAD: hue angle of 273.95º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752CAD is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 44 | 173 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.32 |
| HSL | 273.95º | 0.59% | 0.43% | - |
| HSV(B) | 273.95º | 0.75% | 0.68% | - |
| XYZ | 15.78 | 8.6 | 40.36 | - |
| YUV | 80.53 | 180.18 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 173 | 0.32 | 0.75 | 0 | 0.32 | 273.95 | 0.59 | 0.43 |
| Hex | 75 | 2C | AD | 20 | 4B | 0 | 20 | 112 | 3B | 2B |
| Octal | 165 | 54 | 255 | 40 | 113 | 0 | 40 | 422 | 73 | 53 |
| Binary | 1110101 | 101100 | 10101101 | 100000 | 1001011 | 0 | 100000 | 100010010 | 111011 | 101011 |
Color Harmonies of #752CAD
Complementary color
Monochromatic Colors of #752CAD
Black with #752CAD
Text Example
Text Example
White with #752CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CAD; }
p { color: rgb(117,44,173); }
H1.HeaderClassName
{
color: #752CAD;
}
.AnyTagClassName
{
color: #752CAD;
}
</style>
background-color css
<style>
a { background-color: #752CAD; }
a { background-color: rgb(117,44,173); }
div.DivClassName
{
background-color: #752CAD;
}
.BgClassName
{
background-color: #752CAD;
}
</style>
border-color css
<style>
span { border-color: #752CAD; }
span { border-color: rgb(117,44,173); }
td.TdClassName
{
border-color: #752CAD;
}
.TagClassName
{
border-color: #752CAD;
}
</style>