Shades of Blue Violet #742DDD
Tints of Blue Violet #742DDD
RGB
CMYK
RGB Variations
Color information
#742DDD (or 0x742DDD) is known color: Blue Violet. HEX triplet: 74, 2D and DD. RGB value is (116,45,221). Sum of RGB (Red+Green+Blue) = 116+45+221=382 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.37% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #742DDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742DDD is #8BD222. Grayscale: #555555. Windows color (decimal): -9163299 or 14495092. OLE color: 14495092.
HSL color Cylindrical-coordinate representation of color #742DDD: hue angle of 264.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #742DDD is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 45 | 221 | - |
| CMYK | 0.48 | 0.80 | 0 | 0.13 |
| HSL | 264.2º | 0.72% | 0.52% | - |
| HSV(B) | 264.2º | 0.8% | 0.87% | - |
| XYZ | 21.19 | 10.81 | 69.38 | - |
| YUV | 86.29 | 204.02 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 45 | 221 | 0.48 | 0.80 | 0 | 0.13 | 264.2 | 0.72 | 0.52 |
| Hex | 74 | 2D | DD | 30 | 50 | 0 | D | 108 | 48 | 34 |
| Octal | 164 | 55 | 335 | 60 | 120 | 0 | 15 | 410 | 110 | 64 |
| Binary | 1110100 | 101101 | 11011101 | 110000 | 1010000 | 0 | 1101 | 100001000 | 1001000 | 110100 |
Color Harmonies of #742DDD
Complementary color
Monochromatic Colors of #742DDD
Black with #742DDD
Text Example
Text Example
White with #742DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742DDD; }
p { color: rgb(116,45,221); }
H1.HeaderClassName
{
color: #742DDD;
}
.AnyTagClassName
{
color: #742DDD;
}
</style>
background-color css
<style>
a { background-color: #742DDD; }
a { background-color: rgb(116,45,221); }
div.DivClassName
{
background-color: #742DDD;
}
.BgClassName
{
background-color: #742DDD;
}
</style>
border-color css
<style>
span { border-color: #742DDD; }
span { border-color: rgb(116,45,221); }
td.TdClassName
{
border-color: #742DDD;
}
.TagClassName
{
border-color: #742DDD;
}
</style>