Shades of Vivid Violet #75299B
Tints of Vivid Violet #75299B
RGB
CMYK
RGB Variations
Color information
#75299B (or 0x75299B) is known color: Vivid Violet. HEX triplet: 75, 29 and 9B. RGB value is (117,41,155). Sum of RGB (Red+Green+Blue) = 117+41+155=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #75299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75299B is #8AD664. Grayscale: #4C4C4C. Windows color (decimal): -9098853 or 10168693. OLE color: 10168693.
HSL color Cylindrical-coordinate representation of color #75299B: hue angle of 280º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75299B is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 41 | 155 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.39 |
| HSL | 280º | 0.58% | 0.38% | - |
| HSV(B) | 280º | 0.74% | 0.61% | - |
| XYZ | 14.05 | 7.73 | 31.76 | - |
| YUV | 76.72 | 172.18 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 41 | 155 | 0.25 | 0.74 | 0 | 0.39 | 280 | 0.58 | 0.38 |
| Hex | 75 | 29 | 9B | 19 | 4A | 0 | 27 | 118 | 3A | 26 |
| Octal | 165 | 51 | 233 | 31 | 112 | 0 | 47 | 430 | 72 | 46 |
| Binary | 1110101 | 101001 | 10011011 | 11001 | 1001010 | 0 | 100111 | 100011000 | 111010 | 100110 |
Color Harmonies of #75299B
Complementary color
Monochromatic Colors of #75299B
Black with #75299B
Text Example
Text Example
White with #75299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75299B; }
p { color: rgb(117,41,155); }
H1.HeaderClassName
{
color: #75299B;
}
.AnyTagClassName
{
color: #75299B;
}
</style>
background-color css
<style>
a { background-color: #75299B; }
a { background-color: rgb(117,41,155); }
div.DivClassName
{
background-color: #75299B;
}
.BgClassName
{
background-color: #75299B;
}
</style>
border-color css
<style>
span { border-color: #75299B; }
span { border-color: rgb(117,41,155); }
td.TdClassName
{
border-color: #75299B;
}
.TagClassName
{
border-color: #75299B;
}
</style>