Html Css Color HEX #743391 Vivid Violet

📋 copy color: '#743391'

red 116 ◦ green 51 ◦ blue 145

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

Shades of Vivid Violet #743391

Tints of Vivid Violet #743391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

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

R = 37.18%
G = 16.35%
B = 46.47%

CMYK

 C value IS 0.2

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#743391 (or 0x743391) is known color: Vivid Violet. HEX triplet: 74, 33 and 91. RGB value is (116,51,145). Sum of RGB (Red+Green+Blue) = 116+51+145=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #743391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743391 is #8BCC6E. Grayscale: #505050. Windows color (decimal): -9161839 or 9515892. OLE color: 9515892.

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

Color convert

RGB 116 51 145 -
CMYK 0.2 0.65 0 0.43
HSL 281.49º 0.48% 0.38% -
HSV(B) 281.49º 0.65% 0.57% -
XYZ 13.5 8.12 27.64 -
YUV 81.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 116 51 145 0.2 0.65 0 0.43 281.49 0.48 0.38
Hex 74 33 91 14 41 0 2B 119 30 26
Octal 164 63 221 24 101 0 53 431 60 46
Binary 1110100 110011 10010001 10100 1000001 0 101011 100011001 110000 100110

Color Harmonies of #743391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743391

Black with #743391

Text Example


Text Example

White with #743391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743391; }

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

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

background-color css

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

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

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

border-color css

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

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

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