Shades of Blue Violet #741FDF
Tints of Blue Violet #741FDF
RGB
CMYK
RGB Variations
Color information
#741FDF (or 0x741FDF) is known color: Blue Violet. HEX triplet: 74, 1F and DF. RGB value is (116,31,223). Sum of RGB (Red+Green+Blue) = 116+31+223=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #741FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FDF is #8BE020. Grayscale: #4D4D4D. Windows color (decimal): -9166881 or 14622580. OLE color: 14622580.
HSL color Cylindrical-coordinate representation of color #741FDF: hue angle of 266.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741FDF is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 31 | 223 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.13 |
| HSL | 266.56º | 0.76% | 0.5% | - |
| HSV(B) | 266.56º | 0.86% | 0.87% | - |
| XYZ | 21.01 | 10.02 | 70.64 | - |
| YUV | 78.3 | 209.66 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 223 | 0.48 | 0.86 | 0 | 0.13 | 266.56 | 0.76 | 0.5 |
| Hex | 74 | 1F | DF | 30 | 56 | 0 | D | 10B | 4C | 32 |
| Octal | 164 | 37 | 337 | 60 | 126 | 0 | 15 | 413 | 114 | 62 |
| Binary | 1110100 | 11111 | 11011111 | 110000 | 1010110 | 0 | 1101 | 100001011 | 1001100 | 110010 |
Color Harmonies of #741FDF
Complementary color
Monochromatic Colors of #741FDF
Black with #741FDF
Text Example
Text Example
White with #741FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FDF; }
p { color: rgb(116,31,223); }
H1.HeaderClassName
{
color: #741FDF;
}
.AnyTagClassName
{
color: #741FDF;
}
</style>
background-color css
<style>
a { background-color: #741FDF; }
a { background-color: rgb(116,31,223); }
div.DivClassName
{
background-color: #741FDF;
}
.BgClassName
{
background-color: #741FDF;
}
</style>
border-color css
<style>
span { border-color: #741FDF; }
span { border-color: rgb(116,31,223); }
td.TdClassName
{
border-color: #741FDF;
}
.TagClassName
{
border-color: #741FDF;
}
</style>