#741A9B

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

Shades of Vivid Violet #741A9B

Tints of Vivid Violet #741A9B

Color information

#741A9B (or 0x741A9B) is unknown color: approx Vivid Violet. HEX triplet: 74, 1A and 9B. RGB value is (116,26,155). Sum of RGB (Red+Green+Blue) = 116+26+155=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #741A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #741A9B is #8BE564. Grayscale: #434343. Windows color (decimal): -9168229 or 10164852. OLE color: 10164852.

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

Color convert

RGB11626155-
CMYK0.250.8300.39
HSL281.86º71.27%35.49%-
HSV(B)281.86º83.23%60.78%-
XYZ13.496.8231.62-
YUV67.62177.32162.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 26 (10.55% from 255) = 8.75%
BLUE value IS 155 (60.94% from 255) = 52.19%
R=39.06%
G=8.75%
B=52.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal116261550.250.8300.39281.8671.2735.49
Hex741A9B195302711a4723
Octal164322333112304743210743
Binary1110100110101001101111001101001101001111000110101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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