#741B99

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

Shades of Vivid Violet #741B99

Tints of Vivid Violet #741B99

Color information

#741B99 (or 0x741B99) is unknown color: approx Vivid Violet. HEX triplet: 74, 1B and 99. RGB value is (116,27,153). Sum of RGB (Red+Green+Blue) = 116+27+153=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #741B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741B99 is #8BE466. Grayscale: #434343. Windows color (decimal): -9167975 or 10034036. OLE color: 10034036.

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

Color convert

RGB11627153-
CMYK0.240.8200.4
HSL282.38º70%35.29%-
HSV(B)282.38º82.35%60%-
XYZ13.346.830.75-
YUV67.97175.99162.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.19%
GREEN value IS 27 (10.94% from 255) = 9.12%
BLUE value IS 153 (60.16% from 255) = 51.69%
R=39.19%
G=9.12%
B=51.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116271530.240.8200.4282.387035.29
Hex741B99185202811a4623
Octal164332313012205043210643
Binary1110100110111001100111000101001001010001000110101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,27,153); }

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

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

 a { background-color: rgb(116,27,153); }

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

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

 span { border-color: rgb(116,27,153); }

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