Html Css Color HEX #743390 Vivid Violet

📋 copy color: '#743390'

red 116 ◦ green 51 ◦ blue 144

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

Shades of Vivid Violet #743390

Tints of Vivid Violet #743390

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.4%

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

R = 37.3%
G = 16.4%
B = 46.3%

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

#743390 (or 0x743390) is known color: Vivid Violet. HEX triplet: 74, 33 and 90. RGB value is (116,51,144). Sum of RGB (Red+Green+Blue) = 116+51+144=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #743390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743390 is #8BCC6F. Grayscale: #505050. Windows color (decimal): -9161840 or 9450356. OLE color: 9450356.

HSL color Cylindrical-coordinate representation of color #743390: hue angle of 281.94º 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 #743390 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 51 144 -
CMYK 0.19 0.65 0 0.44
HSL 281.94º 0.48% 0.38% -
HSV(B) 281.94º 0.65% 0.56% -
XYZ 13.42 8.09 27.24 -
YUV 81.04 163.53 152.94 -
System Red Green Blue C M Y K H S L
Decimal 116 51 144 0.19 0.65 0 0.44 281.94 0.48 0.38
Hex 74 33 90 13 41 0 2C 11A 30 26
Octal 164 63 220 23 101 0 54 432 60 46
Binary 1110100 110011 10010000 10011 1000001 0 101100 100011010 110000 100110

Color Harmonies of #743390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743390

Black with #743390

Text Example


Text Example

White with #743390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743390; }

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

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

background-color css

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

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

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

border-color css

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

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

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