Shades of Blue Violet #741FDC
Tints of Blue Violet #741FDC
RGB
CMYK
RGB Variations
Color information
#741FDC (or 0x741FDC) is known color: Blue Violet. HEX triplet: 74, 1F and DC. RGB value is (116,31,220). Sum of RGB (Red+Green+Blue) = 116+31+220=367 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.61% from 367); Green value is 31 (12.5% from 255 or 8.45% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #741FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741FDC is #8BE023. Grayscale: #4D4D4D. Windows color (decimal): -9166884 or 14425972. OLE color: 14425972.
HSL color Cylindrical-coordinate representation of color #741FDC: hue angle of 266.98º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741FDC is Cyan = 0.47, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 31 | 220 | - |
| CMYK | 0.47 | 0.86 | 0 | 0.14 |
| HSL | 266.98º | 0.75% | 0.49% | - |
| HSV(B) | 266.98º | 0.86% | 0.86% | - |
| XYZ | 20.61 | 9.86 | 68.53 | - |
| YUV | 77.96 | 208.16 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 31 | 220 | 0.47 | 0.86 | 0 | 0.14 | 266.98 | 0.75 | 0.49 |
| Hex | 74 | 1F | DC | 2F | 56 | 0 | E | 10B | 4B | 31 |
| Octal | 164 | 37 | 334 | 57 | 126 | 0 | 16 | 413 | 113 | 61 |
| Binary | 1110100 | 11111 | 11011100 | 101111 | 1010110 | 0 | 1110 | 100001011 | 1001011 | 110001 |
Color Harmonies of #741FDC
Complementary color
Monochromatic Colors of #741FDC
Black with #741FDC
Text Example
Text Example
White with #741FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741FDC; }
p { color: rgb(116,31,220); }
H1.HeaderClassName
{
color: #741FDC;
}
.AnyTagClassName
{
color: #741FDC;
}
</style>
background-color css
<style>
a { background-color: #741FDC; }
a { background-color: rgb(116,31,220); }
div.DivClassName
{
background-color: #741FDC;
}
.BgClassName
{
background-color: #741FDC;
}
</style>
border-color css
<style>
span { border-color: #741FDC; }
span { border-color: rgb(116,31,220); }
td.TdClassName
{
border-color: #741FDC;
}
.TagClassName
{
border-color: #741FDC;
}
</style>