Shades of Vivid Violet #74269F
Tints of Vivid Violet #74269F
RGB
CMYK
RGB Variations
Color information
#74269F (or 0x74269F) is known color: Vivid Violet. HEX triplet: 74, 26 and 9F. RGB value is (116,38,159). Sum of RGB (Red+Green+Blue) = 116+38+159=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #74269F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74269F is #8BD960. Grayscale: #4A4A4A. Windows color (decimal): -9165153 or 10430068. OLE color: 10430068.
HSL color Cylindrical-coordinate representation of color #74269F: hue angle of 278.68º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #74269F is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 116 | 38 | 159 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.38 |
| HSL | 278.68º | 0.61% | 0.39% | - |
| HSV(B) | 278.68º | 0.76% | 0.62% | - |
| XYZ | 14.15 | 7.6 | 33.52 | - |
| YUV | 75.12 | 175.34 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 159 | 0.27 | 0.76 | 0 | 0.38 | 278.68 | 0.61 | 0.39 |
| Hex | 74 | 26 | 9F | 1B | 4C | 0 | 26 | 117 | 3D | 27 |
| Octal | 164 | 46 | 237 | 33 | 114 | 0 | 46 | 427 | 75 | 47 |
| Binary | 1110100 | 100110 | 10011111 | 11011 | 1001100 | 0 | 100110 | 100010111 | 111101 | 100111 |
Color Harmonies of #74269F
Complementary color
Monochromatic Colors of #74269F
Black with #74269F
Text Example
Text Example
White with #74269F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74269F; }
p { color: rgb(116,38,159); }
H1.HeaderClassName
{
color: #74269F;
}
.AnyTagClassName
{
color: #74269F;
}
</style>
background-color css
<style>
a { background-color: #74269F; }
a { background-color: rgb(116,38,159); }
div.DivClassName
{
background-color: #74269F;
}
.BgClassName
{
background-color: #74269F;
}
</style>
border-color css
<style>
span { border-color: #74269F; }
span { border-color: rgb(116,38,159); }
td.TdClassName
{
border-color: #74269F;
}
.TagClassName
{
border-color: #74269F;
}
</style>