Html Css Color HEX #743091 Vivid Violet

📋 copy color: '#743091'

red 116 ◦ green 48 ◦ blue 145

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

Shades of Vivid Violet #743091

Tints of Vivid Violet #743091

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.53%

 BLUE value IS 145 (57.03% from 255) = 46.93%

R = 37.54%
G = 15.53%
B = 46.93%

CMYK

 C value IS 0.2

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#743091 (or 0x743091) is known color: Vivid Violet. HEX triplet: 74, 30 and 91. RGB value is (116,48,145). Sum of RGB (Red+Green+Blue) = 116+48+145=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 48 (19.14% from 255 or 15.53% from 309); Blue value is 145 (57.03% from 255 or 46.93% from 309); Max value from RGB is 145 - color contains mainly: blue. Hex color #743091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #743091 is #8BCF6E. Grayscale: #4F4F4F. Windows color (decimal): -9162607 or 9515124. OLE color: 9515124.

HSL color Cylindrical-coordinate representation of color #743091: hue angle of 282.06º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #743091 is Cyan = 0.2, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 116 48 145 -
CMYK 0.2 0.67 0 0.43
HSL 282.06º 0.5% 0.38% -
HSV(B) 282.06º 0.67% 0.57% -
XYZ 13.37 7.87 27.6 -
YUV 79.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 116 48 145 0.2 0.67 0 0.43 282.06 0.5 0.38
Hex 74 30 91 14 43 0 2B 11A 32 26
Octal 164 60 221 24 103 0 53 432 62 46
Binary 1110100 110000 10010001 10100 1000011 0 101011 100011010 110010 100110

Color Harmonies of #743091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743091

Black with #743091

Text Example


Text Example

White with #743091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743091; }

 p { color: rgb(116,48,145); }

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

background-color css

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

 a { background-color: rgb(116,48,145); }

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

border-color css

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

 span { border-color: rgb(116,48,145); }

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