Shades of Vivid Violet #75268E
Tints of Vivid Violet #75268E
RGB
CMYK
RGB Variations
Color information
#75268E (or 0x75268E) is known color: Vivid Violet. HEX triplet: 75, 26 and 8E. RGB value is (117,38,142). Sum of RGB (Red+Green+Blue) = 117+38+142=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #75268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75268E is #8AD971. Grayscale: #494949. Windows color (decimal): -9099634 or 9315957. OLE color: 9315957.
HSL color Cylindrical-coordinate representation of color #75268E: hue angle of 285.58º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75268E is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 38 | 142 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.44 |
| HSL | 285.58º | 0.58% | 0.35% | - |
| HSV(B) | 285.58º | 0.73% | 0.56% | - |
| XYZ | 12.91 | 7.12 | 26.29 | - |
| YUV | 73.48 | 166.67 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 38 | 142 | 0.18 | 0.73 | 0 | 0.44 | 285.58 | 0.58 | 0.35 |
| Hex | 75 | 26 | 8E | 12 | 49 | 0 | 2C | 11E | 3A | 23 |
| Octal | 165 | 46 | 216 | 22 | 111 | 0 | 54 | 436 | 72 | 43 |
| Binary | 1110101 | 100110 | 10001110 | 10010 | 1001001 | 0 | 101100 | 100011110 | 111010 | 100011 |
Color Harmonies of #75268E
Complementary color
Monochromatic Colors of #75268E
Black with #75268E
Text Example
Text Example
White with #75268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75268E; }
p { color: rgb(117,38,142); }
H1.HeaderClassName
{
color: #75268E;
}
.AnyTagClassName
{
color: #75268E;
}
</style>
background-color css
<style>
a { background-color: #75268E; }
a { background-color: rgb(117,38,142); }
div.DivClassName
{
background-color: #75268E;
}
.BgClassName
{
background-color: #75268E;
}
</style>
border-color css
<style>
span { border-color: #75268E; }
span { border-color: rgb(117,38,142); }
td.TdClassName
{
border-color: #75268E;
}
.TagClassName
{
border-color: #75268E;
}
</style>