Shades of Vivid Violet #74268C
Tints of Vivid Violet #74268C
RGB
CMYK
RGB Variations
Color information
#74268C (or 0x74268C) is known color: Vivid Violet. HEX triplet: 74, 26 and 8C. RGB value is (116,38,140). Sum of RGB (Red+Green+Blue) = 116+38+140=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #74268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74268C is #8BD973. Grayscale: #484848. Windows color (decimal): -9165172 or 9184884. OLE color: 9184884.
HSL color Cylindrical-coordinate representation of color #74268C: hue angle of 285.88º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74268C is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 116 | 38 | 140 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.45 |
| HSL | 285.88º | 0.57% | 0.35% | - |
| HSV(B) | 285.88º | 0.73% | 0.55% | - |
| XYZ | 12.63 | 6.99 | 25.5 | - |
| YUV | 72.95 | 165.84 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 38 | 140 | 0.17 | 0.73 | 0 | 0.45 | 285.88 | 0.57 | 0.35 |
| Hex | 74 | 26 | 8C | 11 | 49 | 0 | 2D | 11E | 39 | 23 |
| Octal | 164 | 46 | 214 | 21 | 111 | 0 | 55 | 436 | 71 | 43 |
| Binary | 1110100 | 100110 | 10001100 | 10001 | 1001001 | 0 | 101101 | 100011110 | 111001 | 100011 |
Color Harmonies of #74268C
Complementary color
Monochromatic Colors of #74268C
Black with #74268C
Text Example
Text Example
White with #74268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74268C; }
p { color: rgb(116,38,140); }
H1.HeaderClassName
{
color: #74268C;
}
.AnyTagClassName
{
color: #74268C;
}
</style>
background-color css
<style>
a { background-color: #74268C; }
a { background-color: rgb(116,38,140); }
div.DivClassName
{
background-color: #74268C;
}
.BgClassName
{
background-color: #74268C;
}
</style>
border-color css
<style>
span { border-color: #74268C; }
span { border-color: rgb(116,38,140); }
td.TdClassName
{
border-color: #74268C;
}
.TagClassName
{
border-color: #74268C;
}
</style>