Shades of Royal Purple #75339C
Tints of Royal Purple #75339C
RGB
CMYK
RGB Variations
Color information
#75339C (or 0x75339C) is known color: Royal Purple. HEX triplet: 75, 33 and 9C. RGB value is (117,51,156). Sum of RGB (Red+Green+Blue) = 117+51+156=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #75339C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75339C is #8ACC63. Grayscale: #525252. Windows color (decimal): -9096292 or 10236789. OLE color: 10236789.
HSL color Cylindrical-coordinate representation of color #75339C: hue angle of 277.71º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75339C is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 51 | 156 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.39 |
| HSL | 277.71º | 0.51% | 0.41% | - |
| HSV(B) | 277.71º | 0.67% | 0.61% | - |
| XYZ | 14.52 | 8.55 | 32.34 | - |
| YUV | 82.7 | 169.37 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 51 | 156 | 0.25 | 0.67 | 0 | 0.39 | 277.71 | 0.51 | 0.41 |
| Hex | 75 | 33 | 9C | 19 | 43 | 0 | 27 | 116 | 33 | 29 |
| Octal | 165 | 63 | 234 | 31 | 103 | 0 | 47 | 426 | 63 | 51 |
| Binary | 1110101 | 110011 | 10011100 | 11001 | 1000011 | 0 | 100111 | 100010110 | 110011 | 101001 |
Color Harmonies of #75339C
Complementary color
Monochromatic Colors of #75339C
Black with #75339C
Text Example
Text Example
White with #75339C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75339C; }
p { color: rgb(117,51,156); }
H1.HeaderClassName
{
color: #75339C;
}
.AnyTagClassName
{
color: #75339C;
}
</style>
background-color css
<style>
a { background-color: #75339C; }
a { background-color: rgb(117,51,156); }
div.DivClassName
{
background-color: #75339C;
}
.BgClassName
{
background-color: #75339C;
}
</style>
border-color css
<style>
span { border-color: #75339C; }
span { border-color: rgb(117,51,156); }
td.TdClassName
{
border-color: #75339C;
}
.TagClassName
{
border-color: #75339C;
}
</style>