#741EA4

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

Shades of Vivid Violet #741EA4

Tints of Vivid Violet #741EA4

Color information

#741EA4 (or 0x741EA4) is unknown color: approx Vivid Violet. HEX triplet: 74, 1E and A4. RGB value is (116,30,164). Sum of RGB (Red+Green+Blue) = 116+30+164=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 30 (12.11% from 255 or 9.68% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #741EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741EA4 is #8BE15B. Grayscale: #464646. Windows color (decimal): -9167196 or 10755700. OLE color: 10755700.

HSL color Cylindrical-coordinate representation of color #741EA4: hue angle of 278.51º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741EA4 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11630164-
CMYK0.290.8200.36
HSL278.51º69.07%38.04%-
HSV(B)278.51º81.71%64.31%-
XYZ14.377.3235.78-
YUV70.99180.49160.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 30 (12.11% from 255) = 9.68%
BLUE value IS 164 (64.45% from 255) = 52.90%
R=37.42%
G=9.68%
B=52.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116301640.290.8200.36278.5169.0738.04
Hex741EA41D520241174526
Octal164362443512204442710546
Binary1110100111101010010011101101001001001001000101111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,30,164); }

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

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

 a { background-color: rgb(116,30,164); }

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

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

 span { border-color: rgb(116,30,164); }

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