Shades of Royal Purple #752CAB
Tints of Royal Purple #752CAB
RGB
CMYK
RGB Variations
Color information
#752CAB (or 0x752CAB) is known color: Royal Purple. HEX triplet: 75, 2C and AB. RGB value is (117,44,171). Sum of RGB (Red+Green+Blue) = 117+44+171=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 44 (17.58% from 255 or 13.25% from 332); Blue value is 171 (67.19% from 255 or 51.51% from 332); Max value from RGB is 171 - color contains mainly: blue. Hex color #752CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752CAB is #8AD354. Grayscale: #4F4F4F. Windows color (decimal): -9098069 or 11218037. OLE color: 11218037.
HSL color Cylindrical-coordinate representation of color #752CAB: hue angle of 274.49º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #752CAB is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 44 | 171 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.33 |
| HSL | 274.49º | 0.59% | 0.42% | - |
| HSV(B) | 274.49º | 0.74% | 0.67% | - |
| XYZ | 15.59 | 8.52 | 39.35 | - |
| YUV | 80.31 | 179.18 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 171 | 0.32 | 0.74 | 0 | 0.33 | 274.49 | 0.59 | 0.42 |
| Hex | 75 | 2C | AB | 20 | 4A | 0 | 21 | 112 | 3B | 2A |
| Octal | 165 | 54 | 253 | 40 | 112 | 0 | 41 | 422 | 73 | 52 |
| Binary | 1110101 | 101100 | 10101011 | 100000 | 1001010 | 0 | 100001 | 100010010 | 111011 | 101010 |
Color Harmonies of #752CAB
Complementary color
Monochromatic Colors of #752CAB
Black with #752CAB
Text Example
Text Example
White with #752CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CAB; }
p { color: rgb(117,44,171); }
H1.HeaderClassName
{
color: #752CAB;
}
.AnyTagClassName
{
color: #752CAB;
}
</style>
background-color css
<style>
a { background-color: #752CAB; }
a { background-color: rgb(117,44,171); }
div.DivClassName
{
background-color: #752CAB;
}
.BgClassName
{
background-color: #752CAB;
}
</style>
border-color css
<style>
span { border-color: #752CAB; }
span { border-color: rgb(117,44,171); }
td.TdClassName
{
border-color: #752CAB;
}
.TagClassName
{
border-color: #752CAB;
}
</style>