Shades of Vivid Violet #74269B
Tints of Vivid Violet #74269B
RGB
CMYK
RGB Variations
Color information
#74269B (or 0x74269B) is known color: Vivid Violet. HEX triplet: 74, 26 and 9B. RGB value is (116,38,155). Sum of RGB (Red+Green+Blue) = 116+38+155=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #74269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74269B is #8BD964. Grayscale: #4A4A4A. Windows color (decimal): -9165157 or 10167924. OLE color: 10167924.
HSL color Cylindrical-coordinate representation of color #74269B: hue angle of 280º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #74269B is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 116 | 38 | 155 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.39 |
| HSL | 280º | 0.61% | 0.38% | - |
| HSV(B) | 280º | 0.75% | 0.61% | - |
| XYZ | 13.81 | 7.47 | 31.72 | - |
| YUV | 74.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 155 | 0.25 | 0.75 | 0 | 0.39 | 280 | 0.61 | 0.38 |
| Hex | 74 | 26 | 9B | 19 | 4B | 0 | 27 | 118 | 3D | 26 |
| Octal | 164 | 46 | 233 | 31 | 113 | 0 | 47 | 430 | 75 | 46 |
| Binary | 1110100 | 100110 | 10011011 | 11001 | 1001011 | 0 | 100111 | 100011000 | 111101 | 100110 |
Color Harmonies of #74269B
Complementary color
Monochromatic Colors of #74269B
Black with #74269B
Text Example
Text Example
White with #74269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74269B; }
p { color: rgb(116,38,155); }
H1.HeaderClassName
{
color: #74269B;
}
.AnyTagClassName
{
color: #74269B;
}
</style>
background-color css
<style>
a { background-color: #74269B; }
a { background-color: rgb(116,38,155); }
div.DivClassName
{
background-color: #74269B;
}
.BgClassName
{
background-color: #74269B;
}
</style>
border-color css
<style>
span { border-color: #74269B; }
span { border-color: rgb(116,38,155); }
td.TdClassName
{
border-color: #74269B;
}
.TagClassName
{
border-color: #74269B;
}
</style>