Html Css Color HEX #743A5E Finn

📋 copy color: '#743A5E'

red 116 ◦ green 58 ◦ blue 94

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

Shades of Finn #743A5E

Tints of Finn #743A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.64%

 BLUE value IS 94 (37.11% from 255) = 35.07%

R = 43.28%
G = 21.64%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#743A5E (or 0x743A5E) is known color: Finn. HEX triplet: 74, 3A and 5E. RGB value is (116,58,94). Sum of RGB (Red+Green+Blue) = 116+58+94=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #743A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743A5E is #8BC5A1. Grayscale: #4F4F4F. Windows color (decimal): -9160098 or 6175348. OLE color: 6175348.

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

Color convert

RGB 116 58 94 -
CMYK 0 0.5 0.19 0.55
HSL 322.76º 0.33% 0.34% -
HSV(B) 322.76º 0.5% 0.45% -
XYZ 10.74 7.55 11.48 -
YUV 79.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 116 58 94 0 0.5 0.19 0.55 322.76 0.33 0.34
Hex 74 3A 5E 0 32 13 37 143 21 22
Octal 164 72 136 0 62 23 67 503 41 42
Binary 1110100 111010 1011110 0 110010 10011 110111 101000011 100001 100010

Color Harmonies of #743A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743A5E

Black with #743A5E

Text Example


Text Example

White with #743A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,58,94); }

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

background-color css

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

 a { background-color: rgb(116,58,94); }

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

border-color css

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

 span { border-color: rgb(116,58,94); }

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