Shades of Dark Violet #7404CB
Tints of Dark Violet #7404CB
RGB
CMYK
RGB Variations
Color information
#7404CB (or 0x7404CB) is known color: Dark Violet. HEX triplet: 74, 04 and CB. RGB value is (116,4,203). Sum of RGB (Red+Green+Blue) = 116+4+203=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #7404CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7404CB is #8BFB34. Grayscale: #3B3B3B. Windows color (decimal): -9173813 or 13304948. OLE color: 13304948.
HSL color Cylindrical-coordinate representation of color #7404CB: hue angle of 273.77º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7404CB is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 4 | 203 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.20 |
| HSL | 273.77º | 0.96% | 0.41% | - |
| HSV(B) | 273.77º | 0.98% | 0.8% | - |
| XYZ | 18.03 | 8.11 | 57.12 | - |
| YUV | 60.17 | 208.61 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 203 | 0.43 | 0.98 | 0 | 0.20 | 273.77 | 0.96 | 0.41 |
| Hex | 74 | 4 | CB | 2B | 62 | 0 | 14 | 112 | 60 | 29 |
| Octal | 164 | 4 | 313 | 53 | 142 | 0 | 24 | 422 | 140 | 51 |
| Binary | 1110100 | 100 | 11001011 | 101011 | 1100010 | 0 | 10100 | 100010010 | 1100000 | 101001 |
Color Harmonies of #7404CB
Complementary color
Monochromatic Colors of #7404CB
Black with #7404CB
Text Example
Text Example
White with #7404CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7404CB; }
p { color: rgb(116,4,203); }
H1.HeaderClassName
{
color: #7404CB;
}
.AnyTagClassName
{
color: #7404CB;
}
</style>
background-color css
<style>
a { background-color: #7404CB; }
a { background-color: rgb(116,4,203); }
div.DivClassName
{
background-color: #7404CB;
}
.BgClassName
{
background-color: #7404CB;
}
</style>
border-color css
<style>
span { border-color: #7404CB; }
span { border-color: rgb(116,4,203); }
td.TdClassName
{
border-color: #7404CB;
}
.TagClassName
{
border-color: #7404CB;
}
</style>