Shades of Royal Purple #752FAB
Tints of Royal Purple #752FAB
RGB
CMYK
RGB Variations
Color information
#752FAB (or 0x752FAB) is known color: Royal Purple. HEX triplet: 75, 2F and AB. RGB value is (117,47,171). Sum of RGB (Red+Green+Blue) = 117+47+171=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #752FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752FAB is #8AD054. Grayscale: #515151. Windows color (decimal): -9097301 or 11218805. OLE color: 11218805.
HSL color Cylindrical-coordinate representation of color #752FAB: hue angle of 273.87º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752FAB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 47 | 171 | - |
| CMYK | 0.32 | 0.73 | 0 | 0.33 |
| HSL | 273.87º | 0.57% | 0.43% | - |
| HSV(B) | 273.87º | 0.73% | 0.67% | - |
| XYZ | 15.7 | 8.76 | 39.39 | - |
| YUV | 82.07 | 178.19 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 171 | 0.32 | 0.73 | 0 | 0.33 | 273.87 | 0.57 | 0.43 |
| Hex | 75 | 2F | AB | 20 | 49 | 0 | 21 | 112 | 39 | 2B |
| Octal | 165 | 57 | 253 | 40 | 111 | 0 | 41 | 422 | 71 | 53 |
| Binary | 1110101 | 101111 | 10101011 | 100000 | 1001001 | 0 | 100001 | 100010010 | 111001 | 101011 |
Color Harmonies of #752FAB
Complementary color
Monochromatic Colors of #752FAB
Black with #752FAB
Text Example
Text Example
White with #752FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FAB; }
p { color: rgb(117,47,171); }
H1.HeaderClassName
{
color: #752FAB;
}
.AnyTagClassName
{
color: #752FAB;
}
</style>
background-color css
<style>
a { background-color: #752FAB; }
a { background-color: rgb(117,47,171); }
div.DivClassName
{
background-color: #752FAB;
}
.BgClassName
{
background-color: #752FAB;
}
</style>
border-color css
<style>
span { border-color: #752FAB; }
span { border-color: rgb(117,47,171); }
td.TdClassName
{
border-color: #752FAB;
}
.TagClassName
{
border-color: #752FAB;
}
</style>