Shades of Dark Violet #7403B8
Tints of Dark Violet #7403B8
RGB
CMYK
RGB Variations
Color information
#7403B8 (or 0x7403B8) is known color: Dark Violet. HEX triplet: 74, 03 and B8. RGB value is (116,3,184). Sum of RGB (Red+Green+Blue) = 116+3+184=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 184 (72.27% from 255 or 60.73% from 303); Max value from RGB is 184 - color contains mainly: blue. Hex color #7403B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7403B8 is #8BFC47. Grayscale: #383838. Windows color (decimal): -9174088 or 12059508. OLE color: 12059508.
HSL color Cylindrical-coordinate representation of color #7403B8: hue angle of 277.46º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7403B8 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 116 | 3 | 184 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.28 |
| HSL | 277.46º | 0.97% | 0.37% | - |
| HSV(B) | 277.46º | 0.98% | 0.72% | - |
| XYZ | 15.89 | 7.24 | 45.91 | - |
| YUV | 57.42 | 199.44 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 3 | 184 | 0.37 | 0.98 | 0 | 0.28 | 277.46 | 0.97 | 0.37 |
| Hex | 74 | 3 | B8 | 25 | 62 | 0 | 1C | 115 | 61 | 25 |
| Octal | 164 | 3 | 270 | 45 | 142 | 0 | 34 | 425 | 141 | 45 |
| Binary | 1110100 | 11 | 10111000 | 100101 | 1100010 | 0 | 11100 | 100010101 | 1100001 | 100101 |
Color Harmonies of #7403B8
Complementary color
Monochromatic Colors of #7403B8
Black with #7403B8
Text Example
Text Example
White with #7403B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7403B8; }
p { color: rgb(116,3,184); }
H1.HeaderClassName
{
color: #7403B8;
}
.AnyTagClassName
{
color: #7403B8;
}
</style>
background-color css
<style>
a { background-color: #7403B8; }
a { background-color: rgb(116,3,184); }
div.DivClassName
{
background-color: #7403B8;
}
.BgClassName
{
background-color: #7403B8;
}
</style>
border-color css
<style>
span { border-color: #7403B8; }
span { border-color: rgb(116,3,184); }
td.TdClassName
{
border-color: #7403B8;
}
.TagClassName
{
border-color: #7403B8;
}
</style>