Html Css Color HEX #743B5B Finn

📋 copy color: '#743B5B'

red 116 ◦ green 59 ◦ blue 91

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

Shades of Finn #743B5B

Tints of Finn #743B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

 BLUE value IS 91 (35.94% from 255) = 34.21%

R = 43.61%
G = 22.18%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#743B5B (or 0x743B5B) is known color: Finn. HEX triplet: 74, 3B and 5B. RGB value is (116,59,91). Sum of RGB (Red+Green+Blue) = 116+59+91=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 91 (35.94% from 255 or 34.21% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #743B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B5B is #8BC4A4. Grayscale: #4F4F4F. Windows color (decimal): -9159845 or 5978996. OLE color: 5978996.

HSL color Cylindrical-coordinate representation of color #743B5B: hue angle of 326.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B5B is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 91 -
CMYK 0 0.49 0.22 0.55
HSL 326.32º 0.33% 0.34% -
HSV(B) 326.32º 0.49% 0.45% -
XYZ 10.65 7.6 10.8 -
YUV 79.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 116 59 91 0 0.49 0.22 0.55 326.32 0.33 0.34
Hex 74 3B 5B 0 31 16 37 146 21 22
Octal 164 73 133 0 61 26 67 506 41 42
Binary 1110100 111011 1011011 0 110001 10110 110111 101000110 100001 100010

Color Harmonies of #743B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B5B

Black with #743B5B

Text Example


Text Example

White with #743B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,59,91); }

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

background-color css

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

 a { background-color: rgb(116,59,91); }

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

border-color css

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

 span { border-color: rgb(116,59,91); }

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