#741DD4

Color #741DD4 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #741DD4

Tints of Blue Violet #741DD4

Color information

#741DD4 (or 0x741DD4) is unknown color: approx Blue Violet. HEX triplet: 74, 1D and D4. RGB value is (116,29,212). Sum of RGB (Red+Green+Blue) = 116+29+212=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 212 (83.20% from 255 or 59.38% from 357); Max value from RGB is 212 - color contains mainly: blue. Hex color #741DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #741DD4 is #8BE22B. Grayscale: #4B4B4B. Windows color (decimal): -9167404 or 13901172. OLE color: 13901172.

HSL color Cylindrical-coordinate representation of color #741DD4: hue angle of 268.52º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741DD4 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11629212-
CMYK0.450.8600.17
HSL268.52º75.93%47.25%-
HSV(B)268.52º86.32%83.14%-
XYZ19.539.3563.06-
YUV75.88204.82156.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 29 (11.72% from 255) = 8.12%
BLUE value IS 212 (83.20% from 255) = 59.38%
R=32.49%
G=8.12%
B=59.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal116292120.450.8600.17268.5275.9347.25
Hex741DD42D5601110d4c2f
Octal164353245512602141511457
Binary1110100111011101010010110110101100100011000011011001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741DD4; }

 p { color: rgb(116,29,212); }

 H1.HeaderClassName
 {
   color: #741DD4;
 }
 .AnyTagClassName
 {
   color: #741DD4;
 }
</style>
background-color css

<style>
 a { background-color: #741DD4; }

 a { background-color: rgb(116,29,212); }

 div.DivClassName
 {
   background-color: #741DD4;
 }
 .BgClassName
 {
   background-color: #741DD4;
 }
</style>
border-color css

<style>
 span { border-color: #741DD4; }

 span { border-color: rgb(116,29,212); }

 td.TdClassName
 {
   border-color: #741DD4;
 }
 .TagClassName
 {
   border-color: #741DD4;
 }
</style>