Shades of Blue Violet #742FDD
Tints of Blue Violet #742FDD
RGB
CMYK
RGB Variations
Color information
#742FDD (or 0x742FDD) is known color: Blue Violet. HEX triplet: 74, 2F and DD. RGB value is (116,47,221). Sum of RGB (Red+Green+Blue) = 116+47+221=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 47 (18.75% from 255 or 12.24% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #742FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FDD is #8BD022. Grayscale: #565656. Windows color (decimal): -9162787 or 14495604. OLE color: 14495604.
HSL color Cylindrical-coordinate representation of color #742FDD: hue angle of 263.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #742FDD is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 47 | 221 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.13 |
| HSL | 263.79º | 0.72% | 0.53% | - |
| HSV(B) | 263.79º | 0.79% | 0.87% | - |
| XYZ | 21.27 | 10.97 | 69.4 | - |
| YUV | 87.47 | 203.36 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 221 | 0.48 | 0.79 | 0 | 0.13 | 263.79 | 0.72 | 0.53 |
| Hex | 74 | 2F | DD | 30 | 4F | 0 | D | 108 | 48 | 35 |
| Octal | 164 | 57 | 335 | 60 | 117 | 0 | 15 | 410 | 110 | 65 |
| Binary | 1110100 | 101111 | 11011101 | 110000 | 1001111 | 0 | 1101 | 100001000 | 1001000 | 110101 |
Color Harmonies of #742FDD
Complementary color
Monochromatic Colors of #742FDD
Black with #742FDD
Text Example
Text Example
White with #742FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742FDD; }
p { color: rgb(116,47,221); }
H1.HeaderClassName
{
color: #742FDD;
}
.AnyTagClassName
{
color: #742FDD;
}
</style>
background-color css
<style>
a { background-color: #742FDD; }
a { background-color: rgb(116,47,221); }
div.DivClassName
{
background-color: #742FDD;
}
.BgClassName
{
background-color: #742FDD;
}
</style>
border-color css
<style>
span { border-color: #742FDD; }
span { border-color: rgb(116,47,221); }
td.TdClassName
{
border-color: #742FDD;
}
.TagClassName
{
border-color: #742FDD;
}
</style>