Html Css Color HEX #743991 Vivid Violet

📋 copy color: '#743991'

red 116 ◦ green 57 ◦ blue 145

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

Shades of Vivid Violet #743991

Tints of Vivid Violet #743991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.92%

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

R = 36.48%
G = 17.92%
B = 45.6%

CMYK

 C value IS 0.2

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#743991 (or 0x743991) is known color: Vivid Violet. HEX triplet: 74, 39 and 91. RGB value is (116,57,145). Sum of RGB (Red+Green+Blue) = 116+57+145=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 57 (22.66% from 255 or 17.92% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #743991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743991 is #8BC66E. Grayscale: #545454. Windows color (decimal): -9160303 or 9517428. OLE color: 9517428.

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

Color convert

RGB 116 57 145 -
CMYK 0.2 0.61 0 0.43
HSL 280.23º 0.44% 0.4% -
HSV(B) 280.23º 0.61% 0.57% -
XYZ 13.78 8.68 27.74 -
YUV 84.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 116 57 145 0.2 0.61 0 0.43 280.23 0.44 0.4
Hex 74 39 91 14 3D 0 2B 118 2C 28
Octal 164 71 221 24 75 0 53 430 54 50
Binary 1110100 111001 10010001 10100 111101 0 101011 100011000 101100 101000

Color Harmonies of #743991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743991

Black with #743991

Text Example


Text Example

White with #743991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743991; }

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

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

background-color css

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

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

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

border-color css

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

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

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