Shades of Royal Purple #752EA4
Tints of Royal Purple #752EA4
RGB
CMYK
RGB Variations
Color information
#752EA4 (or 0x752EA4) is known color: Royal Purple. HEX triplet: 75, 2E and A4. RGB value is (117,46,164). Sum of RGB (Red+Green+Blue) = 117+46+164=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 46 (18.36% from 255 or 14.07% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #752EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752EA4 is #8AD15B. Grayscale: #505050. Windows color (decimal): -9097564 or 10759797. OLE color: 10759797.
HSL color Cylindrical-coordinate representation of color #752EA4: hue angle of 276.1º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #752EA4 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 46 | 164 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.36 |
| HSL | 276.1º | 0.56% | 0.41% | - |
| HSV(B) | 276.1º | 0.72% | 0.64% | - |
| XYZ | 15.01 | 8.42 | 35.96 | - |
| YUV | 80.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 46 | 164 | 0.29 | 0.72 | 0 | 0.36 | 276.1 | 0.56 | 0.41 |
| Hex | 75 | 2E | A4 | 1D | 48 | 0 | 24 | 114 | 38 | 29 |
| Octal | 165 | 56 | 244 | 35 | 110 | 0 | 44 | 424 | 70 | 51 |
| Binary | 1110101 | 101110 | 10100100 | 11101 | 1001000 | 0 | 100100 | 100010100 | 111000 | 101001 |
Color Harmonies of #752EA4
Complementary color
Monochromatic Colors of #752EA4
Black with #752EA4
Text Example
Text Example
White with #752EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #752EA4; }
p { color: rgb(117,46,164); }
H1.HeaderClassName
{
color: #752EA4;
}
.AnyTagClassName
{
color: #752EA4;
}
</style>
background-color css
<style>
a { background-color: #752EA4; }
a { background-color: rgb(117,46,164); }
div.DivClassName
{
background-color: #752EA4;
}
.BgClassName
{
background-color: #752EA4;
}
</style>
border-color css
<style>
span { border-color: #752EA4; }
span { border-color: rgb(117,46,164); }
td.TdClassName
{
border-color: #752EA4;
}
.TagClassName
{
border-color: #752EA4;
}
</style>