Shades of Dark Violet #740BCB
Tints of Dark Violet #740BCB
RGB
CMYK
RGB Variations
Color information
#740BCB (or 0x740BCB) is known color: Dark Violet. HEX triplet: 74, 0B and CB. RGB value is (116,11,203). Sum of RGB (Red+Green+Blue) = 116+11+203=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #740BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BCB is #8BF434. Grayscale: #3F3F3F. Windows color (decimal): -9172021 or 13306740. OLE color: 13306740.
HSL color Cylindrical-coordinate representation of color #740BCB: hue angle of 272.81º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740BCB is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 11 | 203 | - |
| CMYK | 0.43 | 0.95 | 0 | 0.20 |
| HSL | 272.81º | 0.9% | 0.42% | - |
| HSV(B) | 272.81º | 0.95% | 0.8% | - |
| XYZ | 18.1 | 8.26 | 57.14 | - |
| YUV | 64.28 | 206.29 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 11 | 203 | 0.43 | 0.95 | 0 | 0.20 | 272.81 | 0.9 | 0.42 |
| Hex | 74 | B | CB | 2B | 5F | 0 | 14 | 111 | 5A | 2A |
| Octal | 164 | 13 | 313 | 53 | 137 | 0 | 24 | 421 | 132 | 52 |
| Binary | 1110100 | 1011 | 11001011 | 101011 | 1011111 | 0 | 10100 | 100010001 | 1011010 | 101010 |
Color Harmonies of #740BCB
Complementary color
Monochromatic Colors of #740BCB
Black with #740BCB
Text Example
Text Example
White with #740BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740BCB; }
p { color: rgb(116,11,203); }
H1.HeaderClassName
{
color: #740BCB;
}
.AnyTagClassName
{
color: #740BCB;
}
</style>
background-color css
<style>
a { background-color: #740BCB; }
a { background-color: rgb(116,11,203); }
div.DivClassName
{
background-color: #740BCB;
}
.BgClassName
{
background-color: #740BCB;
}
</style>
border-color css
<style>
span { border-color: #740BCB; }
span { border-color: rgb(116,11,203); }
td.TdClassName
{
border-color: #740BCB;
}
.TagClassName
{
border-color: #740BCB;
}
</style>