#741FF1

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

Shades of Blue Violet #741FF1

Tints of Blue Violet #741FF1

Color information

#741FF1 (or 0x741FF1) is unknown color: approx Blue Violet. HEX triplet: 74, 1F and F1. RGB value is (116,31,241). Sum of RGB (Red+Green+Blue) = 116+31+241=388 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.90% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #741FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #741FF1 is #8BE00E. Grayscale: #4F4F4F. Windows color (decimal): -9166863 or 15802228. OLE color: 15802228.

HSL color Cylindrical-coordinate representation of color #741FF1: hue angle of 264.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741FF1 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11631241-
CMYK0.520.8700.05
HSL264.29º88.24%53.33%-
HSV(B)264.29º87.14%94.51%-
XYZ23.5711.0484.11-
YUV80.36218.66153.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.90%
GREEN value IS 31 (12.5% from 255) = 7.99%
BLUE value IS 241 (94.53% from 255) = 62.11%
R=29.90%
G=7.99%
B=62.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal116312410.520.8700.05264.2988.2453.33
Hex741FF13457051085835
Octal16437361641270541013065
Binary11101001111111110001110100101011101011000010001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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