Html Css Color HEX #742E95 Vivid Violet

📋 copy color: '#742E95'

red 116 ◦ green 46 ◦ blue 149

#742E95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #742E95

Tints of Vivid Violet #742E95

RGB

 RED value IS 116 (45.7% from 255) = 37.3%

 GREEN value IS 46 (18.36% from 255) = 14.79%

 BLUE value IS 149 (58.59% from 255) = 47.91%

R = 37.3%
G = 14.79%
B = 47.91%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#742E95 (or 0x742E95) is known color: Vivid Violet. HEX triplet: 74, 2E and 95. RGB value is (116,46,149). Sum of RGB (Red+Green+Blue) = 116+46+149=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #742E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742E95 is #8BD16A. Grayscale: #4E4E4E. Windows color (decimal): -9163115 or 9776756. OLE color: 9776756.

HSL color Cylindrical-coordinate representation of color #742E95: hue angle of 280.78º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #742E95 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 46 149 -
CMYK 0.22 0.69 0 0.42
HSL 280.78º 0.53% 0.38% -
HSV(B) 280.78º 0.69% 0.58% -
XYZ 13.6 7.84 29.23 -
YUV 78.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 116 46 149 0.22 0.69 0 0.42 280.78 0.53 0.38
Hex 74 2E 95 16 45 0 2A 119 35 26
Octal 164 56 225 26 105 0 52 431 65 46
Binary 1110100 101110 10010101 10110 1000101 0 101010 100011001 110101 100110

Color Harmonies of #742E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742E95

Black with #742E95

Text Example


Text Example

White with #742E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #742E95;
 }
 .AnyTagClassName
 {
   color: #742E95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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