Shades of Blue Violet #742FDF
Tints of Blue Violet #742FDF
RGB
CMYK
RGB Variations
Color information
#742FDF (or 0x742FDF) is known color: Blue Violet. HEX triplet: 74, 2F and DF. RGB value is (116,47,223). Sum of RGB (Red+Green+Blue) = 116+47+223=386 (51% of max value = 765). Red value is 116 (45.70% from 255 or 30.05% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #742FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #742FDF is #8BD020. Grayscale: #575757. Windows color (decimal): -9162785 or 14626676. OLE color: 14626676.
HSL color Cylindrical-coordinate representation of color #742FDF: hue angle of 263.52º degrees, saturation: 0.73, 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 #742FDF is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 47 | 223 | - |
| CMYK | 0.48 | 0.79 | 0 | 0.13 |
| HSL | 263.52º | 0.73% | 0.53% | - |
| HSV(B) | 263.52º | 0.79% | 0.87% | - |
| XYZ | 21.54 | 11.07 | 70.81 | - |
| YUV | 87.7 | 204.36 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 47 | 223 | 0.48 | 0.79 | 0 | 0.13 | 263.52 | 0.73 | 0.53 |
| Hex | 74 | 2F | DF | 30 | 4F | 0 | D | 108 | 49 | 35 |
| Octal | 164 | 57 | 337 | 60 | 117 | 0 | 15 | 410 | 111 | 65 |
| Binary | 1110100 | 101111 | 11011111 | 110000 | 1001111 | 0 | 1101 | 100001000 | 1001001 | 110101 |
Color Harmonies of #742FDF
Complementary color
Monochromatic Colors of #742FDF
Black with #742FDF
Text Example
Text Example
White with #742FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #742FDF; }
p { color: rgb(116,47,223); }
H1.HeaderClassName
{
color: #742FDF;
}
.AnyTagClassName
{
color: #742FDF;
}
</style>
background-color css
<style>
a { background-color: #742FDF; }
a { background-color: rgb(116,47,223); }
div.DivClassName
{
background-color: #742FDF;
}
.BgClassName
{
background-color: #742FDF;
}
</style>
border-color css
<style>
span { border-color: #742FDF; }
span { border-color: rgb(116,47,223); }
td.TdClassName
{
border-color: #742FDF;
}
.TagClassName
{
border-color: #742FDF;
}
</style>