Shades of Royal Purple #75379D
Tints of Royal Purple #75379D
RGB
CMYK
RGB Variations
Color information
#75379D (or 0x75379D) is known color: Royal Purple. HEX triplet: 75, 37 and 9D. RGB value is (117,55,157). Sum of RGB (Red+Green+Blue) = 117+55+157=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #75379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75379D is #8AC862. Grayscale: #545454. Windows color (decimal): -9095267 or 10303349. OLE color: 10303349.
HSL color Cylindrical-coordinate representation of color #75379D: hue angle of 276.47º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #75379D is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 55 | 157 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.38 |
| HSL | 276.47º | 0.48% | 0.42% | - |
| HSV(B) | 276.47º | 0.65% | 0.62% | - |
| XYZ | 14.79 | 8.95 | 32.85 | - |
| YUV | 85.17 | 168.54 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 55 | 157 | 0.25 | 0.65 | 0 | 0.38 | 276.47 | 0.48 | 0.42 |
| Hex | 75 | 37 | 9D | 19 | 41 | 0 | 26 | 114 | 30 | 2A |
| Octal | 165 | 67 | 235 | 31 | 101 | 0 | 46 | 424 | 60 | 52 |
| Binary | 1110101 | 110111 | 10011101 | 11001 | 1000001 | 0 | 100110 | 100010100 | 110000 | 101010 |
Color Harmonies of #75379D
Complementary color
Monochromatic Colors of #75379D
Black with #75379D
Text Example
Text Example
White with #75379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75379D; }
p { color: rgb(117,55,157); }
H1.HeaderClassName
{
color: #75379D;
}
.AnyTagClassName
{
color: #75379D;
}
</style>
background-color css
<style>
a { background-color: #75379D; }
a { background-color: rgb(117,55,157); }
div.DivClassName
{
background-color: #75379D;
}
.BgClassName
{
background-color: #75379D;
}
</style>
border-color css
<style>
span { border-color: #75379D; }
span { border-color: rgb(117,55,157); }
td.TdClassName
{
border-color: #75379D;
}
.TagClassName
{
border-color: #75379D;
}
</style>