Shades of Royal Purple #75329C
Tints of Royal Purple #75329C
RGB
CMYK
RGB Variations
Color information
#75329C (or 0x75329C) is known color: Royal Purple. HEX triplet: 75, 32 and 9C. RGB value is (117,50,156). Sum of RGB (Red+Green+Blue) = 117+50+156=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 50 (19.92% from 255 or 15.48% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #75329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75329C is #8ACD63. Grayscale: #515151. Windows color (decimal): -9096548 or 10236533. OLE color: 10236533.
HSL color Cylindrical-coordinate representation of color #75329C: hue angle of 277.92º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75329C is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 50 | 156 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.39 |
| HSL | 277.92º | 0.51% | 0.4% | - |
| HSV(B) | 277.92º | 0.68% | 0.61% | - |
| XYZ | 14.48 | 8.46 | 32.32 | - |
| YUV | 82.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 50 | 156 | 0.25 | 0.68 | 0 | 0.39 | 277.92 | 0.51 | 0.4 |
| Hex | 75 | 32 | 9C | 19 | 44 | 0 | 27 | 116 | 33 | 28 |
| Octal | 165 | 62 | 234 | 31 | 104 | 0 | 47 | 426 | 63 | 50 |
| Binary | 1110101 | 110010 | 10011100 | 11001 | 1000100 | 0 | 100111 | 100010110 | 110011 | 101000 |
Color Harmonies of #75329C
Complementary color
Monochromatic Colors of #75329C
Black with #75329C
Text Example
Text Example
White with #75329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75329C; }
p { color: rgb(117,50,156); }
H1.HeaderClassName
{
color: #75329C;
}
.AnyTagClassName
{
color: #75329C;
}
</style>
background-color css
<style>
a { background-color: #75329C; }
a { background-color: rgb(117,50,156); }
div.DivClassName
{
background-color: #75329C;
}
.BgClassName
{
background-color: #75329C;
}
</style>
border-color css
<style>
span { border-color: #75329C; }
span { border-color: rgb(117,50,156); }
td.TdClassName
{
border-color: #75329C;
}
.TagClassName
{
border-color: #75329C;
}
</style>