Shades of Royal Purple #75399D
Tints of Royal Purple #75399D
RGB
CMYK
RGB Variations
Color information
#75399D (or 0x75399D) is known color: Royal Purple. HEX triplet: 75, 39 and 9D. RGB value is (117,57,157). Sum of RGB (Red+Green+Blue) = 117+57+157=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 57 (22.66% from 255 or 17.22% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #75399D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75399D is #8AC662. Grayscale: #555555. Windows color (decimal): -9094755 or 10303861. OLE color: 10303861.
HSL color Cylindrical-coordinate representation of color #75399D: hue angle of 276º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75399D is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 57 | 157 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.38 |
| HSL | 276º | 0.47% | 0.42% | - |
| HSV(B) | 276º | 0.64% | 0.62% | - |
| XYZ | 14.89 | 9.14 | 32.88 | - |
| YUV | 86.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 57 | 157 | 0.25 | 0.64 | 0 | 0.38 | 276 | 0.47 | 0.42 |
| Hex | 75 | 39 | 9D | 19 | 40 | 0 | 26 | 114 | 2F | 2A |
| Octal | 165 | 71 | 235 | 31 | 100 | 0 | 46 | 424 | 57 | 52 |
| Binary | 1110101 | 111001 | 10011101 | 11001 | 1000000 | 0 | 100110 | 100010100 | 101111 | 101010 |
Color Harmonies of #75399D
Complementary color
Monochromatic Colors of #75399D
Black with #75399D
Text Example
Text Example
White with #75399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75399D; }
p { color: rgb(117,57,157); }
H1.HeaderClassName
{
color: #75399D;
}
.AnyTagClassName
{
color: #75399D;
}
</style>
background-color css
<style>
a { background-color: #75399D; }
a { background-color: rgb(117,57,157); }
div.DivClassName
{
background-color: #75399D;
}
.BgClassName
{
background-color: #75399D;
}
</style>
border-color css
<style>
span { border-color: #75399D; }
span { border-color: rgb(117,57,157); }
td.TdClassName
{
border-color: #75399D;
}
.TagClassName
{
border-color: #75399D;
}
</style>