Shades of Royal Purple #75329D
Tints of Royal Purple #75329D
RGB
CMYK
RGB Variations
Color information
#75329D (or 0x75329D) is known color: Royal Purple. HEX triplet: 75, 32 and 9D. RGB value is (117,50,157). Sum of RGB (Red+Green+Blue) = 117+50+157=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #75329D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75329D is #8ACD62. Grayscale: #515151. Windows color (decimal): -9096547 or 10302069. OLE color: 10302069.
HSL color Cylindrical-coordinate representation of color #75329D: hue angle of 277.57º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75329D is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 50 | 157 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.38 |
| HSL | 277.57º | 0.52% | 0.41% | - |
| HSV(B) | 277.57º | 0.68% | 0.62% | - |
| XYZ | 14.56 | 8.5 | 32.77 | - |
| YUV | 82.23 | 170.2 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 157 | 0.25 | 0.68 | 0 | 0.38 | 277.57 | 0.52 | 0.41 |
| Hex | 75 | 32 | 9D | 19 | 44 | 0 | 26 | 116 | 34 | 29 |
| Octal | 165 | 62 | 235 | 31 | 104 | 0 | 46 | 426 | 64 | 51 |
| Binary | 1110101 | 110010 | 10011101 | 11001 | 1000100 | 0 | 100110 | 100010110 | 110100 | 101001 |
Color Harmonies of #75329D
Complementary color
Monochromatic Colors of #75329D
Black with #75329D
Text Example
Text Example
White with #75329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75329D; }
p { color: rgb(117,50,157); }
H1.HeaderClassName
{
color: #75329D;
}
.AnyTagClassName
{
color: #75329D;
}
</style>
background-color css
<style>
a { background-color: #75329D; }
a { background-color: rgb(117,50,157); }
div.DivClassName
{
background-color: #75329D;
}
.BgClassName
{
background-color: #75329D;
}
</style>
border-color css
<style>
span { border-color: #75329D; }
span { border-color: rgb(117,50,157); }
td.TdClassName
{
border-color: #75329D;
}
.TagClassName
{
border-color: #75329D;
}
</style>