#741A9F

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

Shades of Vivid Violet #741A9F

Tints of Vivid Violet #741A9F

Color information

#741A9F (or 0x741A9F) is unknown color: approx Vivid Violet. HEX triplet: 74, 1A and 9F. RGB value is (116,26,159). Sum of RGB (Red+Green+Blue) = 116+26+159=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #741A9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741A9F is #8BE560. Grayscale: #434343. Windows color (decimal): -9168225 or 10426996. OLE color: 10426996.

HSL color Cylindrical-coordinate representation of color #741A9F: hue angle of 280.6º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #741A9F is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11626159-
CMYK0.270.8400.38
HSL280.6º71.89%36.27%-
HSV(B)280.6º83.65%62.35%-
XYZ13.836.9533.41-
YUV68.07179.32162.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.54%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=38.54%
G=8.64%
B=52.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal116261590.270.8400.38280.671.8936.27
Hex741A9F1B540261194824
Octal164322373312404643111044
Binary1110100110101001111111011101010001001101000110011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,26,159); }

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

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

 a { background-color: rgb(116,26,159); }

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

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

 span { border-color: rgb(116,26,159); }

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