Shades of Royal Purple #754094
Tints of Royal Purple #754094
RGB
CMYK
RGB Variations
Color information
#754094 (or 0x754094) is known color: Royal Purple. HEX triplet: 75, 40 and 94. RGB value is (117,64,148). Sum of RGB (Red+Green+Blue) = 117+64+148=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #754094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754094 is #8ABF6B. Grayscale: #595959. Windows color (decimal): -9092972 or 9715829. OLE color: 9715829.
HSL color Cylindrical-coordinate representation of color #754094: hue angle of 277.86º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754094 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 117 | 64 | 148 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.42 |
| HSL | 277.86º | 0.4% | 0.42% | - |
| HSV(B) | 277.86º | 0.57% | 0.58% | - |
| XYZ | 14.51 | 9.59 | 29.1 | - |
| YUV | 89.42 | 161.06 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 148 | 0.21 | 0.57 | 0 | 0.42 | 277.86 | 0.4 | 0.42 |
| Hex | 75 | 40 | 94 | 15 | 39 | 0 | 2A | 116 | 28 | 2A |
| Octal | 165 | 100 | 224 | 25 | 71 | 0 | 52 | 426 | 50 | 52 |
| Binary | 1110101 | 1000000 | 10010100 | 10101 | 111001 | 0 | 101010 | 100010110 | 101000 | 101010 |
Color Harmonies of #754094
Complementary color
Monochromatic Colors of #754094
Black with #754094
Text Example
Text Example
White with #754094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754094; }
p { color: rgb(117,64,148); }
H1.HeaderClassName
{
color: #754094;
}
.AnyTagClassName
{
color: #754094;
}
</style>
background-color css
<style>
a { background-color: #754094; }
a { background-color: rgb(117,64,148); }
div.DivClassName
{
background-color: #754094;
}
.BgClassName
{
background-color: #754094;
}
</style>
border-color css
<style>
span { border-color: #754094; }
span { border-color: rgb(117,64,148); }
td.TdClassName
{
border-color: #754094;
}
.TagClassName
{
border-color: #754094;
}
</style>