Html Css Color HEX #743290 Vivid Violet

📋 copy color: '#743290'

red 116 ◦ green 50 ◦ blue 144

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

Shades of Vivid Violet #743290

Tints of Vivid Violet #743290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.13%

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

R = 37.42%
G = 16.13%
B = 46.45%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#743290 (or 0x743290) is known color: Vivid Violet. HEX triplet: 74, 32 and 90. RGB value is (116,50,144). Sum of RGB (Red+Green+Blue) = 116+50+144=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #743290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743290 is #8BCD6F. Grayscale: #505050. Windows color (decimal): -9162096 or 9450100. OLE color: 9450100.

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

Color convert

RGB 116 50 144 -
CMYK 0.19 0.65 0 0.44
HSL 282.13º 0.48% 0.38% -
HSV(B) 282.13º 0.65% 0.56% -
XYZ 13.38 8.01 27.23 -
YUV 80.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 116 50 144 0.19 0.65 0 0.44 282.13 0.48 0.38
Hex 74 32 90 13 41 0 2C 11A 30 26
Octal 164 62 220 23 101 0 54 432 60 46
Binary 1110100 110010 10010000 10011 1000001 0 101100 100011010 110000 100110

Color Harmonies of #743290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743290

Black with #743290

Text Example


Text Example

White with #743290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743290; }

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

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

background-color css

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

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

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

border-color css

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

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

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