Shades of Vivid Violet #74388F
Tints of Vivid Violet #74388F
RGB
CMYK
RGB Variations
Color information
#74388F (or 0x74388F) is known color: Vivid Violet. HEX triplet: 74, 38 and 8F. RGB value is (116,56,143). Sum of RGB (Red+Green+Blue) = 116+56+143=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 56 (22.27% from 255 or 17.78% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 143 - color contains mainly: blue. Hex color #74388F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #74388F is #8BC770. Grayscale: #535353. Windows color (decimal): -9160561 or 9386100. OLE color: 9386100.
HSL color Cylindrical-coordinate representation of color #74388F: hue angle of 281.38º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74388F is Cyan = 0.19, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 56 | 143 | - |
| CMYK | 0.19 | 0.61 | 0 | 0.44 |
| HSL | 281.38º | 0.44% | 0.39% | - |
| HSV(B) | 281.38º | 0.61% | 0.56% | - |
| XYZ | 13.57 | 8.52 | 26.92 | - |
| YUV | 83.86 | 161.38 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 143 | 0.19 | 0.61 | 0 | 0.44 | 281.38 | 0.44 | 0.39 |
| Hex | 74 | 38 | 8F | 13 | 3D | 0 | 2C | 119 | 2C | 27 |
| Octal | 164 | 70 | 217 | 23 | 75 | 0 | 54 | 431 | 54 | 47 |
| Binary | 1110100 | 111000 | 10001111 | 10011 | 111101 | 0 | 101100 | 100011001 | 101100 | 100111 |
Color Harmonies of #74388F
Complementary color
Monochromatic Colors of #74388F
Black with #74388F
Text Example
Text Example
White with #74388F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74388F; }
p { color: rgb(116,56,143); }
H1.HeaderClassName
{
color: #74388F;
}
.AnyTagClassName
{
color: #74388F;
}
</style>
background-color css
<style>
a { background-color: #74388F; }
a { background-color: rgb(116,56,143); }
div.DivClassName
{
background-color: #74388F;
}
.BgClassName
{
background-color: #74388F;
}
</style>
border-color css
<style>
span { border-color: #74388F; }
span { border-color: rgb(116,56,143); }
td.TdClassName
{
border-color: #74388F;
}
.TagClassName
{
border-color: #74388F;
}
</style>