Html Css Color HEX #743693 Vivid Violet

📋 copy color: '#743693'

red 116 ◦ green 54 ◦ blue 147

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

Shades of Vivid Violet #743693

Tints of Vivid Violet #743693

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.03%

 BLUE value IS 147 (57.81% from 255) = 46.37%

R = 36.59%
G = 17.03%
B = 46.37%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#743693 (or 0x743693) is known color: Vivid Violet. HEX triplet: 74, 36 and 93. RGB value is (116,54,147). Sum of RGB (Red+Green+Blue) = 116+54+147=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #743693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743693 is #8BC96C. Grayscale: #525252. Windows color (decimal): -9161069 or 9647732. OLE color: 9647732.

HSL color Cylindrical-coordinate representation of color #743693: hue angle of 280º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #743693 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 54 147 -
CMYK 0.21 0.63 0 0.42
HSL 280º 0.46% 0.39% -
HSV(B) 280º 0.63% 0.58% -
XYZ 13.79 8.46 28.51 -
YUV 83.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 116 54 147 0.21 0.63 0 0.42 280 0.46 0.39
Hex 74 36 93 15 3F 0 2A 118 2E 27
Octal 164 66 223 25 77 0 52 430 56 47
Binary 1110100 110110 10010011 10101 111111 0 101010 100011000 101110 100111

Color Harmonies of #743693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743693

Black with #743693

Text Example


Text Example

White with #743693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743693; }

 p { color: rgb(116,54,147); }

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

background-color css

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

 a { background-color: rgb(116,54,147); }

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

border-color css

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

 span { border-color: rgb(116,54,147); }

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