Shades of Royal Purple #752CAF
Tints of Royal Purple #752CAF
RGB
CMYK
RGB Variations
Color information
#752CAF (or 0x752CAF) is known color: Royal Purple. HEX triplet: 75, 2C and AF. RGB value is (117,44,175). Sum of RGB (Red+Green+Blue) = 117+44+175=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 175 (68.75% from 255 or 52.08% from 336); Max value from RGB is 175 - color contains mainly: blue. Hex color #752CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752CAF is #8AD350. Grayscale: #505050. Windows color (decimal): -9098065 or 11480181. OLE color: 11480181.
HSL color Cylindrical-coordinate representation of color #752CAF: hue angle of 273.44º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #752CAF is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 44 | 175 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.31 |
| HSL | 273.44º | 0.6% | 0.43% | - |
| HSV(B) | 273.44º | 0.75% | 0.69% | - |
| XYZ | 15.97 | 8.68 | 41.39 | - |
| YUV | 80.76 | 181.18 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 44 | 175 | 0.33 | 0.75 | 0 | 0.31 | 273.44 | 0.6 | 0.43 |
| Hex | 75 | 2C | AF | 21 | 4B | 0 | 1F | 111 | 3C | 2B |
| Octal | 165 | 54 | 257 | 41 | 113 | 0 | 37 | 421 | 74 | 53 |
| Binary | 1110101 | 101100 | 10101111 | 100001 | 1001011 | 0 | 11111 | 100010001 | 111100 | 101011 |
Color Harmonies of #752CAF
Complementary color
Monochromatic Colors of #752CAF
Black with #752CAF
Text Example
Text Example
White with #752CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752CAF; }
p { color: rgb(117,44,175); }
H1.HeaderClassName
{
color: #752CAF;
}
.AnyTagClassName
{
color: #752CAF;
}
</style>
background-color css
<style>
a { background-color: #752CAF; }
a { background-color: rgb(117,44,175); }
div.DivClassName
{
background-color: #752CAF;
}
.BgClassName
{
background-color: #752CAF;
}
</style>
border-color css
<style>
span { border-color: #752CAF; }
span { border-color: rgb(117,44,175); }
td.TdClassName
{
border-color: #752CAF;
}
.TagClassName
{
border-color: #752CAF;
}
</style>