Html Css Color HEX #743992 Vivid Violet

📋 copy color: '#743992'

red 116 ◦ green 57 ◦ blue 146

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

Shades of Vivid Violet #743992

Tints of Vivid Violet #743992

RGB

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

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

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

R = 36.36%
G = 17.87%
B = 45.77%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#743992 (or 0x743992) is known color: Vivid Violet. HEX triplet: 74, 39 and 92. RGB value is (116,57,146). Sum of RGB (Red+Green+Blue) = 116+57+146=319 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.36% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 146 (57.42% from 255 or 45.77% from 319); Max value from RGB is 146 - color contains mainly: blue. Hex color #743992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743992 is #8BC66D. Grayscale: #545454. Windows color (decimal): -9160302 or 9582964. OLE color: 9582964.

HSL color Cylindrical-coordinate representation of color #743992: hue angle of 279.78º 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 #743992 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 57 146 -
CMYK 0.21 0.61 0 0.43
HSL 279.78º 0.44% 0.4% -
HSV(B) 279.78º 0.61% 0.57% -
XYZ 13.85 8.71 28.15 -
YUV 84.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 116 57 146 0.21 0.61 0 0.43 279.78 0.44 0.4
Hex 74 39 92 15 3D 0 2B 118 2C 28
Octal 164 71 222 25 75 0 53 430 54 50
Binary 1110100 111001 10010010 10101 111101 0 101011 100011000 101100 101000

Color Harmonies of #743992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743992

Black with #743992

Text Example


Text Example

White with #743992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743992; }

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

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

background-color css

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

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

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

border-color css

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

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

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