Shades of Vivid Violet #75229D
Tints of Vivid Violet #75229D
RGB
CMYK
RGB Variations
Color information
#75229D (or 0x75229D) is known color: Vivid Violet. HEX triplet: 75, 22 and 9D. RGB value is (117,34,157). Sum of RGB (Red+Green+Blue) = 117+34+157=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 34 (13.67% from 255 or 11.04% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #75229D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75229D is #8ADD62. Grayscale: #484848. Windows color (decimal): -9100643 or 10297973. OLE color: 10297973.
HSL color Cylindrical-coordinate representation of color #75229D: hue angle of 280.49º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75229D is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 34 | 157 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.38 |
| HSL | 280.49º | 0.64% | 0.37% | - |
| HSV(B) | 280.49º | 0.78% | 0.62% | - |
| XYZ | 13.99 | 7.36 | 32.58 | - |
| YUV | 72.84 | 175.5 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 34 | 157 | 0.25 | 0.78 | 0 | 0.38 | 280.49 | 0.64 | 0.37 |
| Hex | 75 | 22 | 9D | 19 | 4E | 0 | 26 | 118 | 40 | 25 |
| Octal | 165 | 42 | 235 | 31 | 116 | 0 | 46 | 430 | 100 | 45 |
| Binary | 1110101 | 100010 | 10011101 | 11001 | 1001110 | 0 | 100110 | 100011000 | 1000000 | 100101 |
Color Harmonies of #75229D
Complementary color
Monochromatic Colors of #75229D
Black with #75229D
Text Example
Text Example
White with #75229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75229D; }
p { color: rgb(117,34,157); }
H1.HeaderClassName
{
color: #75229D;
}
.AnyTagClassName
{
color: #75229D;
}
</style>
background-color css
<style>
a { background-color: #75229D; }
a { background-color: rgb(117,34,157); }
div.DivClassName
{
background-color: #75229D;
}
.BgClassName
{
background-color: #75229D;
}
</style>
border-color css
<style>
span { border-color: #75229D; }
span { border-color: rgb(117,34,157); }
td.TdClassName
{
border-color: #75229D;
}
.TagClassName
{
border-color: #75229D;
}
</style>