Shades of Vivid Violet #743888
Tints of Vivid Violet #743888
RGB
CMYK
RGB Variations
Color information
#743888 (or 0x743888) is known color: Vivid Violet. HEX triplet: 74, 38 and 88. RGB value is (116,56,136). Sum of RGB (Red+Green+Blue) = 116+56+136=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #743888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743888 is #8BC777. Grayscale: #525252. Windows color (decimal): -9160568 or 8927348. OLE color: 8927348.
HSL color Cylindrical-coordinate representation of color #743888: hue angle of 285º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #743888 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 56 | 136 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.47 |
| HSL | 285º | 0.42% | 0.38% | - |
| HSV(B) | 285º | 0.59% | 0.53% | - |
| XYZ | 13.06 | 8.32 | 24.21 | - |
| YUV | 83.06 | 157.88 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 56 | 136 | 0.15 | 0.59 | 0 | 0.47 | 285 | 0.42 | 0.38 |
| Hex | 74 | 38 | 88 | F | 3B | 0 | 2F | 11D | 2A | 26 |
| Octal | 164 | 70 | 210 | 17 | 73 | 0 | 57 | 435 | 52 | 46 |
| Binary | 1110100 | 111000 | 10001000 | 1111 | 111011 | 0 | 101111 | 100011101 | 101010 | 100110 |
Color Harmonies of #743888
Complementary color
Monochromatic Colors of #743888
Black with #743888
Text Example
Text Example
White with #743888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743888; }
p { color: rgb(116,56,136); }
H1.HeaderClassName
{
color: #743888;
}
.AnyTagClassName
{
color: #743888;
}
</style>
background-color css
<style>
a { background-color: #743888; }
a { background-color: rgb(116,56,136); }
div.DivClassName
{
background-color: #743888;
}
.BgClassName
{
background-color: #743888;
}
</style>
border-color css
<style>
span { border-color: #743888; }
span { border-color: rgb(116,56,136); }
td.TdClassName
{
border-color: #743888;
}
.TagClassName
{
border-color: #743888;
}
</style>