Shades of Dark Violet #7400CB
Tints of Dark Violet #7400CB
RGB
CMYK
RGB Variations
Color information
#7400CB (or 0x7400CB) is known color: Dark Violet. HEX triplet: 74, 00 and CB. RGB value is (116,0,203). Sum of RGB (Red+Green+Blue) = 116+0+203=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #7400CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7400CB is #8BFF34. Grayscale: #393939. Windows color (decimal): -9174837 or 13303924. OLE color: 13303924.
HSL color Cylindrical-coordinate representation of color #7400CB: hue angle of 274.29º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7400CB is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 0 | 203 | - |
| CMYK | 0.43 | 1 | 0 | 0.20 |
| HSL | 274.29º | 1% | 0.4% | - |
| HSV(B) | 274.29º | 1% | 0.8% | - |
| XYZ | 17.98 | 8.02 | 57.1 | - |
| YUV | 57.83 | 209.93 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 0 | 203 | 0.43 | 1 | 0 | 0.20 | 274.29 | 1 | 0.4 |
| Hex | 74 | 0 | CB | 2B | 64 | 0 | 14 | 112 | 64 | 28 |
| Octal | 164 | 0 | 313 | 53 | 144 | 0 | 24 | 422 | 144 | 50 |
| Binary | 1110100 | 0 | 11001011 | 101011 | 1100100 | 0 | 10100 | 100010010 | 1100100 | 101000 |
Color Harmonies of #7400CB
Complementary color
Monochromatic Colors of #7400CB
Black with #7400CB
Text Example
Text Example
White with #7400CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7400CB; }
p { color: rgb(116,0,203); }
H1.HeaderClassName
{
color: #7400CB;
}
.AnyTagClassName
{
color: #7400CB;
}
</style>
background-color css
<style>
a { background-color: #7400CB; }
a { background-color: rgb(116,0,203); }
div.DivClassName
{
background-color: #7400CB;
}
.BgClassName
{
background-color: #7400CB;
}
</style>
border-color css
<style>
span { border-color: #7400CB; }
span { border-color: rgb(116,0,203); }
td.TdClassName
{
border-color: #7400CB;
}
.TagClassName
{
border-color: #7400CB;
}
</style>