#741FF4

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

Shades of Blue Violet #741FF4

Tints of Blue Violet #741FF4

Color information

#741FF4 (or 0x741FF4) is unknown color: approx Blue Violet. HEX triplet: 74, 1F and F4. RGB value is (116,31,244). Sum of RGB (Red+Green+Blue) = 116+31+244=391 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.67% from 391); Green value is 31 (12.5% from 255 or 7.93% from 391); Blue value is 244 (95.70% from 255 or 62.40% from 391); Max value from RGB is 244 - color contains mainly: blue. Hex color #741FF4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FF4 is #8BE00B. Grayscale: #4F4F4F. Windows color (decimal): -9166860 or 15998836. OLE color: 15998836.

HSL color Cylindrical-coordinate representation of color #741FF4: hue angle of 263.94º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741FF4 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB11631244-
CMYK0.520.8700.04
HSL263.94º90.64%53.92%-
HSV(B)263.94º87.3%95.69%-
XYZ24.0211.2286.49-
YUV80.7220.16153.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.67%
GREEN value IS 31 (12.5% from 255) = 7.93%
BLUE value IS 244 (95.70% from 255) = 62.40%
R=29.67%
G=7.93%
B=62.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal116312440.520.8700.04263.9490.6453.92
Hex741FF43457041085b36
Octal16437364641270441013366
Binary11101001111111110100110100101011101001000010001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,31,244); }

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

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

 a { background-color: rgb(116,31,244); }

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

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

 span { border-color: rgb(116,31,244); }

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