Shades of Purple #75098B
Tints of Purple #75098B
RGB
CMYK
RGB Variations
Color information
#75098B (or 0x75098B) is known color: Purple. HEX triplet: 75, 09 and 8B. RGB value is (117,9,139). Sum of RGB (Red+Green+Blue) = 117+9+139=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #75098B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75098B is #8AF674. Grayscale: #373737. Windows color (decimal): -9107061 or 9111925. OLE color: 9111925.
HSL color Cylindrical-coordinate representation of color #75098B: hue angle of 289.85º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75098B is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 9 | 139 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.45 |
| HSL | 289.85º | 0.88% | 0.29% | - |
| HSV(B) | 289.85º | 0.94% | 0.55% | - |
| XYZ | 12.09 | 5.84 | 24.92 | - |
| YUV | 56.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 139 | 0.16 | 0.94 | 0 | 0.45 | 289.85 | 0.88 | 0.29 |
| Hex | 75 | 9 | 8B | 10 | 5E | 0 | 2D | 122 | 58 | 1D |
| Octal | 165 | 11 | 213 | 20 | 136 | 0 | 55 | 442 | 130 | 35 |
| Binary | 1110101 | 1001 | 10001011 | 10000 | 1011110 | 0 | 101101 | 100100010 | 1011000 | 11101 |
Color Harmonies of #75098B
Complementary color
Monochromatic Colors of #75098B
Black with #75098B
Text Example
Text Example
White with #75098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75098B; }
p { color: rgb(117,9,139); }
H1.HeaderClassName
{
color: #75098B;
}
.AnyTagClassName
{
color: #75098B;
}
</style>
background-color css
<style>
a { background-color: #75098B; }
a { background-color: rgb(117,9,139); }
div.DivClassName
{
background-color: #75098B;
}
.BgClassName
{
background-color: #75098B;
}
</style>
border-color css
<style>
span { border-color: #75098B; }
span { border-color: rgb(117,9,139); }
td.TdClassName
{
border-color: #75098B;
}
.TagClassName
{
border-color: #75098B;
}
</style>