Shades of Royal Purple #752FA6
Tints of Royal Purple #752FA6
RGB
CMYK
RGB Variations
Color information
#752FA6 (or 0x752FA6) is known color: Royal Purple. HEX triplet: 75, 2F and A6. RGB value is (117,47,166). Sum of RGB (Red+Green+Blue) = 117+47+166=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 47 (18.75% from 255 or 14.24% from 330); Blue value is 166 (65.23% from 255 or 50.30% from 330); Max value from RGB is 166 - color contains mainly: blue. Hex color #752FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752FA6 is #8AD059. Grayscale: #515151. Windows color (decimal): -9097306 or 10891125. OLE color: 10891125.
HSL color Cylindrical-coordinate representation of color #752FA6: hue angle of 275.29º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752FA6 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 117 | 47 | 166 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.35 |
| HSL | 275.29º | 0.56% | 0.42% | - |
| HSV(B) | 275.29º | 0.72% | 0.65% | - |
| XYZ | 15.24 | 8.57 | 36.93 | - |
| YUV | 81.5 | 175.69 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 47 | 166 | 0.30 | 0.72 | 0 | 0.35 | 275.29 | 0.56 | 0.42 |
| Hex | 75 | 2F | A6 | 1E | 48 | 0 | 23 | 113 | 38 | 2A |
| Octal | 165 | 57 | 246 | 36 | 110 | 0 | 43 | 423 | 70 | 52 |
| Binary | 1110101 | 101111 | 10100110 | 11110 | 1001000 | 0 | 100011 | 100010011 | 111000 | 101010 |
Color Harmonies of #752FA6
Complementary color
Monochromatic Colors of #752FA6
Black with #752FA6
Text Example
Text Example
White with #752FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752FA6; }
p { color: rgb(117,47,166); }
H1.HeaderClassName
{
color: #752FA6;
}
.AnyTagClassName
{
color: #752FA6;
}
</style>
background-color css
<style>
a { background-color: #752FA6; }
a { background-color: rgb(117,47,166); }
div.DivClassName
{
background-color: #752FA6;
}
.BgClassName
{
background-color: #752FA6;
}
</style>
border-color css
<style>
span { border-color: #752FA6; }
span { border-color: rgb(117,47,166); }
td.TdClassName
{
border-color: #752FA6;
}
.TagClassName
{
border-color: #752FA6;
}
</style>