Shades of Dark Violet #740CD2
Tints of Dark Violet #740CD2
RGB
CMYK
RGB Variations
Color information
#740CD2 (or 0x740CD2) is known color: Dark Violet. HEX triplet: 74, 0C and D2. RGB value is (116,12,210). Sum of RGB (Red+Green+Blue) = 116+12+210=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 210 (82.42% from 255 or 62.13% from 338); Max value from RGB is 210 - color contains mainly: blue. Hex color #740CD2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740CD2 is #8BF32D. Grayscale: #404040. Windows color (decimal): -9171758 or 13765748. OLE color: 13765748.
HSL color Cylindrical-coordinate representation of color #740CD2: hue angle of 271.52º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740CD2 is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 12 | 210 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.18 |
| HSL | 271.52º | 0.89% | 0.44% | - |
| HSV(B) | 271.52º | 0.94% | 0.82% | - |
| XYZ | 18.97 | 8.63 | 61.64 | - |
| YUV | 65.67 | 209.46 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 12 | 210 | 0.45 | 0.94 | 0 | 0.18 | 271.52 | 0.89 | 0.44 |
| Hex | 74 | C | D2 | 2D | 5E | 0 | 12 | 110 | 59 | 2C |
| Octal | 164 | 14 | 322 | 55 | 136 | 0 | 22 | 420 | 131 | 54 |
| Binary | 1110100 | 1100 | 11010010 | 101101 | 1011110 | 0 | 10010 | 100010000 | 1011001 | 101100 |
Color Harmonies of #740CD2
Complementary color
Monochromatic Colors of #740CD2
Black with #740CD2
Text Example
Text Example
White with #740CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740CD2; }
p { color: rgb(116,12,210); }
H1.HeaderClassName
{
color: #740CD2;
}
.AnyTagClassName
{
color: #740CD2;
}
</style>
background-color css
<style>
a { background-color: #740CD2; }
a { background-color: rgb(116,12,210); }
div.DivClassName
{
background-color: #740CD2;
}
.BgClassName
{
background-color: #740CD2;
}
</style>
border-color css
<style>
span { border-color: #740CD2; }
span { border-color: rgb(116,12,210); }
td.TdClassName
{
border-color: #740CD2;
}
.TagClassName
{
border-color: #740CD2;
}
</style>