Shades of Dark Violet #740BCF
Tints of Dark Violet #740BCF
RGB
CMYK
RGB Variations
Color information
#740BCF (or 0x740BCF) is known color: Dark Violet. HEX triplet: 74, 0B and CF. RGB value is (116,11,207). Sum of RGB (Red+Green+Blue) = 116+11+207=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #740BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BCF is #8BF430. Grayscale: #404040. Windows color (decimal): -9172017 or 13568884. OLE color: 13568884.
HSL color Cylindrical-coordinate representation of color #740BCF: hue angle of 272.14º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740BCF is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 116 | 11 | 207 | - |
| CMYK | 0.44 | 0.95 | 0 | 0.19 |
| HSL | 272.14º | 0.9% | 0.43% | - |
| HSV(B) | 272.14º | 0.95% | 0.81% | - |
| XYZ | 18.58 | 8.46 | 59.68 | - |
| YUV | 64.74 | 208.29 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 207 | 0.44 | 0.95 | 0 | 0.19 | 272.14 | 0.9 | 0.43 |
| Hex | 74 | B | CF | 2C | 5F | 0 | 13 | 110 | 5A | 2B |
| Octal | 164 | 13 | 317 | 54 | 137 | 0 | 23 | 420 | 132 | 53 |
| Binary | 1110100 | 1011 | 11001111 | 101100 | 1011111 | 0 | 10011 | 100010000 | 1011010 | 101011 |
Color Harmonies of #740BCF
Complementary color
Monochromatic Colors of #740BCF
Black with #740BCF
Text Example
Text Example
White with #740BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BCF; }
p { color: rgb(116,11,207); }
H1.HeaderClassName
{
color: #740BCF;
}
.AnyTagClassName
{
color: #740BCF;
}
</style>
background-color css
<style>
a { background-color: #740BCF; }
a { background-color: rgb(116,11,207); }
div.DivClassName
{
background-color: #740BCF;
}
.BgClassName
{
background-color: #740BCF;
}
</style>
border-color css
<style>
span { border-color: #740BCF; }
span { border-color: rgb(116,11,207); }
td.TdClassName
{
border-color: #740BCF;
}
.TagClassName
{
border-color: #740BCF;
}
</style>