Html Css Color HEX #743089 Vivid Violet

📋 copy color: '#743089'

red 116 ◦ green 48 ◦ blue 137

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

Shades of Vivid Violet #743089

Tints of Vivid Violet #743089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.95%

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

R = 38.54%
G = 15.95%
B = 45.51%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#743089 (or 0x743089) is known color: Vivid Violet. HEX triplet: 74, 30 and 89. RGB value is (116,48,137). Sum of RGB (Red+Green+Blue) = 116+48+137=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #743089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743089 is #8BCF76. Grayscale: #4E4E4E. Windows color (decimal): -9162615 or 8990836. OLE color: 8990836.

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

Color convert

RGB 116 48 137 -
CMYK 0.15 0.65 0 0.46
HSL 285.84º 0.48% 0.36% -
HSV(B) 285.84º 0.65% 0.54% -
XYZ 12.77 7.63 24.47 -
YUV 78.48 161.03 154.76 -
System Red Green Blue C M Y K H S L
Decimal 116 48 137 0.15 0.65 0 0.46 285.84 0.48 0.36
Hex 74 30 89 F 41 0 2E 11E 30 24
Octal 164 60 211 17 101 0 56 436 60 44
Binary 1110100 110000 10001001 1111 1000001 0 101110 100011110 110000 100100

Color Harmonies of #743089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743089

Black with #743089

Text Example


Text Example

White with #743089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743089; }

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

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

background-color css

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

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

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

border-color css

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

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

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