Html Css Color HEX #743190 Vivid Violet

📋 copy color: '#743190'

red 116 ◦ green 49 ◦ blue 144

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

Shades of Vivid Violet #743190

Tints of Vivid Violet #743190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

 BLUE value IS 144 (56.64% from 255) = 46.6%

R = 37.54%
G = 15.86%
B = 46.6%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#743190 (or 0x743190) is known color: Vivid Violet. HEX triplet: 74, 31 and 90. RGB value is (116,49,144). Sum of RGB (Red+Green+Blue) = 116+49+144=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 144 (56.64% from 255 or 46.60% from 309); Max value from RGB is 144 - color contains mainly: blue. Hex color #743190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743190 is #8BCE6F. Grayscale: #4F4F4F. Windows color (decimal): -9162352 or 9449844. OLE color: 9449844.

HSL color Cylindrical-coordinate representation of color #743190: hue angle of 282.32º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #743190 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 49 144 -
CMYK 0.19 0.66 0 0.44
HSL 282.32º 0.49% 0.38% -
HSV(B) 282.32º 0.66% 0.56% -
XYZ 13.33 7.92 27.21 -
YUV 79.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 116 49 144 0.19 0.66 0 0.44 282.32 0.49 0.38
Hex 74 31 90 13 42 0 2C 11A 31 26
Octal 164 61 220 23 102 0 54 432 61 46
Binary 1110100 110001 10010000 10011 1000010 0 101100 100011010 110001 100110

Color Harmonies of #743190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743190

Black with #743190

Text Example


Text Example

White with #743190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743190; }

 p { color: rgb(116,49,144); }

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

background-color css

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

 a { background-color: rgb(116,49,144); }

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

border-color css

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

 span { border-color: rgb(116,49,144); }

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