Html Css Color HEX #743392 Vivid Violet

📋 copy color: '#743392'

red 116 ◦ green 51 ◦ blue 146

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

Shades of Vivid Violet #743392

Tints of Vivid Violet #743392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.65%

R = 37.06%
G = 16.29%
B = 46.65%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#743392 (or 0x743392) is known color: Vivid Violet. HEX triplet: 74, 33 and 92. RGB value is (116,51,146). Sum of RGB (Red+Green+Blue) = 116+51+146=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 146 (57.42% from 255 or 46.65% from 313); Max value from RGB is 146 - color contains mainly: blue. Hex color #743392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743392 is #8BCC6D. Grayscale: #505050. Windows color (decimal): -9161838 or 9581428. OLE color: 9581428.

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

Color convert

RGB 116 51 146 -
CMYK 0.21 0.65 0 0.43
HSL 281.05º 0.48% 0.39% -
HSV(B) 281.05º 0.65% 0.57% -
XYZ 13.57 8.16 28.05 -
YUV 81.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 116 51 146 0.21 0.65 0 0.43 281.05 0.48 0.39
Hex 74 33 92 15 41 0 2B 119 30 27
Octal 164 63 222 25 101 0 53 431 60 47
Binary 1110100 110011 10010010 10101 1000001 0 101011 100011001 110000 100111

Color Harmonies of #743392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743392

Black with #743392

Text Example


Text Example

White with #743392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743392; }

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

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

background-color css

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

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

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

border-color css

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

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

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