#742E8F

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

Shades of Vivid Violet #742E8F

Tints of Vivid Violet #742E8F

Color information

#742E8F (or 0x742E8F) is unknown color: approx Vivid Violet. HEX triplet: 74, 2E and 8F. RGB value is (116,46,143). Sum of RGB (Red+Green+Blue) = 116+46+143=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #742E8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742E8F is #8BD170. Grayscale: #4D4D4D. Windows color (decimal): -9163121 or 9383540. OLE color: 9383540.

HSL color Cylindrical-coordinate representation of color #742E8F: hue angle of 283.3º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #742E8F is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11646143-
CMYK0.190.6800.44
HSL283.3º51.32%37.06%-
HSV(B)283.3º67.83%56.08%-
XYZ13.147.6526.77-
YUV77.99164.69155.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 46 (18.36% from 255) = 15.08%
BLUE value IS 143 (56.25% from 255) = 46.89%
R=38.03%
G=15.08%
B=46.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116461430.190.6800.44283.351.3237.06
Hex742E8F134402C11b3325
Octal16456217231040544336345
Binary1110100101110100011111001110001000101100100011011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742E8F; }

 p { color: rgb(116,46,143); }

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

<style>
 a { background-color: #742E8F; }

 a { background-color: rgb(116,46,143); }

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

<style>
 span { border-color: #742E8F; }

 span { border-color: rgb(116,46,143); }

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