Html Css Color HEX #740241 Tyrian Purple

📋 copy color: '#740241'

red 116 ◦ green 2 ◦ blue 65

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

Shades of Tyrian Purple #740241

Tints of Tyrian Purple #740241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 63.39%
G = 1.09%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#740241 (or 0x740241) is known color: Tyrian Purple. HEX triplet: 74, 02 and 41. RGB value is (116,2,65). Sum of RGB (Red+Green+Blue) = 116+2+65=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #740241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740241 is #8BFDBE. Grayscale: #2B2B2B. Windows color (decimal): -9174463 or 4260468. OLE color: 4260468.

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

Color convert

RGB 116 2 65 -
CMYK 0 0.98 0.44 0.55
HSL 326.84º 0.97% 0.23% -
HSV(B) 326.84º 0.98% 0.45% -
XYZ 8.18 4.14 5.37 -
YUV 43.27 140.27 179.88 -
System Red Green Blue C M Y K H S L
Decimal 116 2 65 0 0.98 0.44 0.55 326.84 0.97 0.23
Hex 74 2 41 0 62 2C 37 147 61 17
Octal 164 2 101 0 142 54 67 507 141 27
Binary 1110100 10 1000001 0 1100010 101100 110111 101000111 1100001 10111

Color Harmonies of #740241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740241

Black with #740241

Text Example


Text Example

White with #740241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740241; }

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

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

background-color css

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

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

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

border-color css

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

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

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