Html Css Color HEX #743F90 Vivid Violet

📋 copy color: '#743F90'

red 116 ◦ green 63 ◦ blue 144

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

Shades of Vivid Violet #743F90

Tints of Vivid Violet #743F90

RGB

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

 GREEN value IS 63 (25% from 255) = 19.5%

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

R = 35.91%
G = 19.5%
B = 44.58%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#743F90 (or 0x743F90) is known color: Vivid Violet. HEX triplet: 74, 3F and 90. RGB value is (116,63,144). Sum of RGB (Red+Green+Blue) = 116+63+144=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #743F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743F90 is #8BC06F. Grayscale: #575757. Windows color (decimal): -9158768 or 9453428. OLE color: 9453428.

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

Color convert

RGB 116 63 144 -
CMYK 0.19 0.56 0 0.44
HSL 279.26º 0.39% 0.41% -
HSV(B) 279.26º 0.56% 0.56% -
XYZ 14.01 9.28 27.44 -
YUV 88.08 159.56 147.91 -
System Red Green Blue C M Y K H S L
Decimal 116 63 144 0.19 0.56 0 0.44 279.26 0.39 0.41
Hex 74 3F 90 13 38 0 2C 117 27 29
Octal 164 77 220 23 70 0 54 427 47 51
Binary 1110100 111111 10010000 10011 111000 0 101100 100010111 100111 101001

Color Harmonies of #743F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743F90

Black with #743F90

Text Example


Text Example

White with #743F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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