Html Css Color HEX #740341 Tyrian Purple

📋 copy color: '#740341'

red 116 ◦ green 3 ◦ blue 65

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

Shades of Tyrian Purple #740341

Tints of Tyrian Purple #740341

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

 BLUE value IS 65 (25.78% from 255) = 35.33%

R = 63.04%
G = 1.63%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#740341 (or 0x740341) is known color: Tyrian Purple. HEX triplet: 74, 03 and 41. RGB value is (116,3,65). Sum of RGB (Red+Green+Blue) = 116+3+65=184 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.04% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 116 - color contains mainly: red. Hex color #740341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740341 is #8BFCBE. Grayscale: #2B2B2B. Windows color (decimal): -9174207 or 4260724. OLE color: 4260724.

HSL color Cylindrical-coordinate representation of color #740341: hue angle of 327.08º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740341 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 3 65 -
CMYK 0 0.97 0.44 0.55
HSL 327.08º 0.95% 0.23% -
HSV(B) 327.08º 0.97% 0.45% -
XYZ 8.19 4.16 5.37 -
YUV 43.86 139.94 179.46 -
System Red Green Blue C M Y K H S L
Decimal 116 3 65 0 0.97 0.44 0.55 327.08 0.95 0.23
Hex 74 3 41 0 61 2C 37 147 5F 17
Octal 164 3 101 0 141 54 67 507 137 27
Binary 1110100 11 1000001 0 1100001 101100 110111 101000111 1011111 10111

Color Harmonies of #740341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740341

Black with #740341

Text Example


Text Example

White with #740341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740341; }

 p { color: rgb(116,3,65); }

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

background-color css

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

 a { background-color: rgb(116,3,65); }

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

border-color css

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

 span { border-color: rgb(116,3,65); }

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