Html Css Color HEX #743989 Vivid Violet

📋 copy color: '#743989'

red 116 ◦ green 57 ◦ blue 137

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

Shades of Vivid Violet #743989

Tints of Vivid Violet #743989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 44.19%

R = 37.42%
G = 18.39%
B = 44.19%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#743989 (or 0x743989) is known color: Vivid Violet. HEX triplet: 74, 39 and 89. RGB value is (116,57,137). Sum of RGB (Red+Green+Blue) = 116+57+137=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 57 (22.66% from 255 or 18.39% from 310); Blue value is 137 (53.91% from 255 or 44.19% from 310); Max value from RGB is 137 - color contains mainly: blue. Hex color #743989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743989 is #8BC676. Grayscale: #535353. Windows color (decimal): -9160311 or 8993140. OLE color: 8993140.

HSL color Cylindrical-coordinate representation of color #743989: hue angle of 284.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #743989 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 116 57 137 -
CMYK 0.15 0.58 0 0.46
HSL 284.25º 0.41% 0.38% -
HSV(B) 284.25º 0.58% 0.54% -
XYZ 13.18 8.45 24.6 -
YUV 83.76 158.05 151 -
System Red Green Blue C M Y K H S L
Decimal 116 57 137 0.15 0.58 0 0.46 284.25 0.41 0.38
Hex 74 39 89 F 3A 0 2E 11C 29 26
Octal 164 71 211 17 72 0 56 434 51 46
Binary 1110100 111001 10001001 1111 111010 0 101110 100011100 101001 100110

Color Harmonies of #743989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743989

Black with #743989

Text Example


Text Example

White with #743989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743989; }

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

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

background-color css

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

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

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

border-color css

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

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

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