Html Css Color HEX #743890 Vivid Violet

📋 copy color: '#743890'

red 116 ◦ green 56 ◦ blue 144

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

Shades of Vivid Violet #743890

Tints of Vivid Violet #743890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

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

R = 36.71%
G = 17.72%
B = 45.57%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#743890 (or 0x743890) is known color: Vivid Violet. HEX triplet: 74, 38 and 90. RGB value is (116,56,144). Sum of RGB (Red+Green+Blue) = 116+56+144=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #743890 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743890 is #8BC76F. Grayscale: #535353. Windows color (decimal): -9160560 or 9451636. OLE color: 9451636.

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

Color convert

RGB 116 56 144 -
CMYK 0.19 0.61 0 0.44
HSL 280.91º 0.44% 0.39% -
HSV(B) 280.91º 0.61% 0.56% -
XYZ 13.65 8.55 27.32 -
YUV 83.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 116 56 144 0.19 0.61 0 0.44 280.91 0.44 0.39
Hex 74 38 90 13 3D 0 2C 119 2C 27
Octal 164 70 220 23 75 0 54 431 54 47
Binary 1110100 111000 10010000 10011 111101 0 101100 100011001 101100 100111

Color Harmonies of #743890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743890

Black with #743890

Text Example


Text Example

White with #743890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743890; }

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

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

background-color css

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

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

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

border-color css

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

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

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