#741DA5

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

Shades of Vivid Violet #741DA5

Tints of Vivid Violet #741DA5

Color information

#741DA5 (or 0x741DA5) is unknown color: approx Vivid Violet. HEX triplet: 74, 1D and A5. RGB value is (116,29,165). Sum of RGB (Red+Green+Blue) = 116+29+165=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 165 (64.84% from 255 or 53.23% from 310); Max value from RGB is 165 - color contains mainly: blue. Hex color #741DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741DA5 is #8BE25A. Grayscale: #464646. Windows color (decimal): -9167451 or 10820980. OLE color: 10820980.

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

Color convert

RGB11629165-
CMYK0.300.8200.35
HSL278.38º70.1%38.04%-
HSV(B)278.38º82.42%64.71%-
XYZ14.437.3136.25-
YUV70.52181.32160.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 29 (11.72% from 255) = 9.35%
BLUE value IS 165 (64.84% from 255) = 53.23%
R=37.42%
G=9.35%
B=53.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116291650.300.8200.35278.3870.138.04
Hex741DA51E520231164626
Octal164352453612204342610646
Binary1110100111011010010111110101001001000111000101101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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