#741C83

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

Shades of Vivid Violet #741C83

Tints of Vivid Violet #741C83

Color information

#741C83 (or 0x741C83) is unknown color: approx Vivid Violet. HEX triplet: 74, 1C and 83. RGB value is (116,28,131). Sum of RGB (Red+Green+Blue) = 116+28+131=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #741C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741C83 is #8BE37C. Grayscale: #414141. Windows color (decimal): -9167741 or 8592500. OLE color: 8592500.

HSL color Cylindrical-coordinate representation of color #741C83: hue angle of 291.26º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #741C83 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11628131-
CMYK0.110.7900.49
HSL291.26º64.78%31.18%-
HSV(B)291.26º78.63%51.37%-
XYZ11.716.1822.05-
YUV66.05164.65163.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 28 (11.33% from 255) = 10.18%
BLUE value IS 131 (51.56% from 255) = 47.64%
R=42.18%
G=10.18%
B=47.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116281310.110.7900.49291.2664.7831.18
Hex741C83B4F031123411f
Octal164342031311706144310137
Binary11101001110010000011101110011110110001100100011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,28,131); }

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

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

 a { background-color: rgb(116,28,131); }

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

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

 span { border-color: rgb(116,28,131); }

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