Shades of Royal Purple #754098
Tints of Royal Purple #754098
RGB
CMYK
RGB Variations
Color information
#754098 (or 0x754098) is known color: Royal Purple. HEX triplet: 75, 40 and 98. RGB value is (117,64,152). Sum of RGB (Red+Green+Blue) = 117+64+152=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #754098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754098 is #8ABF67. Grayscale: #595959. Windows color (decimal): -9092968 or 9977973. OLE color: 9977973.
HSL color Cylindrical-coordinate representation of color #754098: hue angle of 276.14º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754098 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 64 | 152 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.40 |
| HSL | 276.14º | 0.41% | 0.42% | - |
| HSV(B) | 276.14º | 0.58% | 0.6% | - |
| XYZ | 14.84 | 9.72 | 30.8 | - |
| YUV | 89.88 | 163.06 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 152 | 0.23 | 0.58 | 0 | 0.40 | 276.14 | 0.41 | 0.42 |
| Hex | 75 | 40 | 98 | 17 | 3A | 0 | 28 | 114 | 29 | 2A |
| Octal | 165 | 100 | 230 | 27 | 72 | 0 | 50 | 424 | 51 | 52 |
| Binary | 1110101 | 1000000 | 10011000 | 10111 | 111010 | 0 | 101000 | 100010100 | 101001 | 101010 |
Color Harmonies of #754098
Complementary color
Monochromatic Colors of #754098
Black with #754098
Text Example
Text Example
White with #754098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #754098; }
p { color: rgb(117,64,152); }
H1.HeaderClassName
{
color: #754098;
}
.AnyTagClassName
{
color: #754098;
}
</style>
background-color css
<style>
a { background-color: #754098; }
a { background-color: rgb(117,64,152); }
div.DivClassName
{
background-color: #754098;
}
.BgClassName
{
background-color: #754098;
}
</style>
border-color css
<style>
span { border-color: #754098; }
span { border-color: rgb(117,64,152); }
td.TdClassName
{
border-color: #754098;
}
.TagClassName
{
border-color: #754098;
}
</style>