#741CA5

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

Shades of Vivid Violet #741CA5

Tints of Vivid Violet #741CA5

Color information

#741CA5 (or 0x741CA5) is unknown color: approx Vivid Violet. HEX triplet: 74, 1C and A5. RGB value is (116,28,165). Sum of RGB (Red+Green+Blue) = 116+28+165=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 28 (11.33% from 255 or 9.06% from 309); Blue value is 165 (64.84% from 255 or 53.40% from 309); Max value from RGB is 165 - color contains mainly: blue. Hex color #741CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741CA5 is #8BE35A. Grayscale: #454545. Windows color (decimal): -9167707 or 10820724. OLE color: 10820724.

HSL color Cylindrical-coordinate representation of color #741CA5: hue angle of 278.54º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741CA5 is Cyan = 0.30, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11628165-
CMYK0.300.8300.35
HSL278.54º70.98%37.84%-
HSV(B)278.54º83.03%64.71%-
XYZ14.417.2636.24-
YUV69.93181.65160.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 28 (11.33% from 255) = 9.06%
BLUE value IS 165 (64.84% from 255) = 53.40%
R=37.54%
G=9.06%
B=53.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116281650.300.8300.35278.5470.9837.84
Hex741CA51E530231174726
Octal164342453612304342710746
Binary1110100111001010010111110101001101000111000101111000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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