Html Css Color HEX #743B5D Finn

📋 copy color: '#743B5D'

red 116 ◦ green 59 ◦ blue 93

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

Shades of Finn #743B5D

Tints of Finn #743B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.7%

R = 43.28%
G = 22.01%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.55

RGB Variations

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

Color information

#743B5D (or 0x743B5D) is known color: Finn. HEX triplet: 74, 3B and 5D. RGB value is (116,59,93). Sum of RGB (Red+Green+Blue) = 116+59+93=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 93 (36.72% from 255 or 34.70% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #743B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B5D is #8BC4A2. Grayscale: #4F4F4F. Windows color (decimal): -9159843 or 6110068. OLE color: 6110068.

HSL color Cylindrical-coordinate representation of color #743B5D: hue angle of 324.21º 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 #743B5D is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 93 -
CMYK 0 0.49 0.20 0.55
HSL 324.21º 0.33% 0.34% -
HSV(B) 324.21º 0.49% 0.45% -
XYZ 10.74 7.63 11.26 -
YUV 79.92 135.38 153.74 -
System Red Green Blue C M Y K H S L
Decimal 116 59 93 0 0.49 0.20 0.55 324.21 0.33 0.34
Hex 74 3B 5D 0 31 14 37 144 21 22
Octal 164 73 135 0 61 24 67 504 41 42
Binary 1110100 111011 1011101 0 110001 10100 110111 101000100 100001 100010

Color Harmonies of #743B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B5D

Black with #743B5D

Text Example


Text Example

White with #743B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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