Html Css Color HEX #742991 Vivid Violet

📋 copy color: '#742991'

red 116 ◦ green 41 ◦ blue 145

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

Shades of Vivid Violet #742991

Tints of Vivid Violet #742991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.58%

 BLUE value IS 145 (57.03% from 255) = 48.01%

R = 38.41%
G = 13.58%
B = 48.01%

CMYK

 C value IS 0.2

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#742991 (or 0x742991) is known color: Vivid Violet. HEX triplet: 74, 29 and 91. RGB value is (116,41,145). Sum of RGB (Red+Green+Blue) = 116+41+145=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #742991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #742991 is #8BD66E. Grayscale: #4A4A4A. Windows color (decimal): -9164399 or 9513332. OLE color: 9513332.

HSL color Cylindrical-coordinate representation of color #742991: hue angle of 283.27º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742991 is Cyan = 0.2, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 41 145 -
CMYK 0.2 0.72 0 0.43
HSL 283.27º 0.56% 0.36% -
HSV(B) 283.27º 0.72% 0.57% -
XYZ 13.11 7.34 27.51 -
YUV 75.28 167.35 157.04 -
System Red Green Blue C M Y K H S L
Decimal 116 41 145 0.2 0.72 0 0.43 283.27 0.56 0.36
Hex 74 29 91 14 48 0 2B 11B 38 24
Octal 164 51 221 24 110 0 53 433 70 44
Binary 1110100 101001 10010001 10100 1001000 0 101011 100011011 111000 100100

Color Harmonies of #742991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742991

Black with #742991

Text Example


Text Example

White with #742991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742991; }

 p { color: rgb(116,41,145); }

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

background-color css

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

 a { background-color: rgb(116,41,145); }

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

border-color css

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

 span { border-color: rgb(116,41,145); }

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