Html Css Color HEX #743393 Vivid Violet

📋 copy color: '#743393'

red 116 ◦ green 51 ◦ blue 147

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

Shades of Vivid Violet #743393

Tints of Vivid Violet #743393

RGB

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

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

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

R = 36.94%
G = 16.24%
B = 46.82%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#743393 (or 0x743393) is known color: Vivid Violet. HEX triplet: 74, 33 and 93. RGB value is (116,51,147). Sum of RGB (Red+Green+Blue) = 116+51+147=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #743393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743393 is #8BCC6C. Grayscale: #515151. Windows color (decimal): -9161837 or 9646964. OLE color: 9646964.

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

Color convert

RGB 116 51 147 -
CMYK 0.21 0.65 0 0.42
HSL 280.63º 0.48% 0.39% -
HSV(B) 280.63º 0.65% 0.58% -
XYZ 13.65 8.19 28.46 -
YUV 81.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 116 51 147 0.21 0.65 0 0.42 280.63 0.48 0.39
Hex 74 33 93 15 41 0 2A 119 30 27
Octal 164 63 223 25 101 0 52 431 60 47
Binary 1110100 110011 10010011 10101 1000001 0 101010 100011001 110000 100111

Color Harmonies of #743393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743393

Black with #743393

Text Example


Text Example

White with #743393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743393; }

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

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

background-color css

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

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

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

border-color css

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

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

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