Shades of Dark Violet #740BC9
Tints of Dark Violet #740BC9
RGB
CMYK
RGB Variations
Color information
#740BC9 (or 0x740BC9) is known color: Dark Violet. HEX triplet: 74, 0B and C9. RGB value is (116,11,201). Sum of RGB (Red+Green+Blue) = 116+11+201=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 201 (78.91% from 255 or 61.28% from 328); Max value from RGB is 201 - color contains mainly: blue. Hex color #740BC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BC9 is #8BF436. Grayscale: #3F3F3F. Windows color (decimal): -9172023 or 13175668. OLE color: 13175668.
HSL color Cylindrical-coordinate representation of color #740BC9: hue angle of 273.16º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740BC9 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 11 | 201 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.21 |
| HSL | 273.16º | 0.9% | 0.42% | - |
| HSV(B) | 273.16º | 0.95% | 0.79% | - |
| XYZ | 17.86 | 8.17 | 55.89 | - |
| YUV | 64.06 | 205.29 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 201 | 0.42 | 0.95 | 0 | 0.21 | 273.16 | 0.9 | 0.42 |
| Hex | 74 | B | C9 | 2A | 5F | 0 | 15 | 111 | 5A | 2A |
| Octal | 164 | 13 | 311 | 52 | 137 | 0 | 25 | 421 | 132 | 52 |
| Binary | 1110100 | 1011 | 11001001 | 101010 | 1011111 | 0 | 10101 | 100010001 | 1011010 | 101010 |
Color Harmonies of #740BC9
Complementary color
Monochromatic Colors of #740BC9
Black with #740BC9
Text Example
Text Example
White with #740BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BC9; }
p { color: rgb(116,11,201); }
H1.HeaderClassName
{
color: #740BC9;
}
.AnyTagClassName
{
color: #740BC9;
}
</style>
background-color css
<style>
a { background-color: #740BC9; }
a { background-color: rgb(116,11,201); }
div.DivClassName
{
background-color: #740BC9;
}
.BgClassName
{
background-color: #740BC9;
}
</style>
border-color css
<style>
span { border-color: #740BC9; }
span { border-color: rgb(116,11,201); }
td.TdClassName
{
border-color: #740BC9;
}
.TagClassName
{
border-color: #740BC9;
}
</style>