Html Css Color HEX #740442 Tyrian Purple

📋 copy color: '#740442'

red 116 ◦ green 4 ◦ blue 66

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

Shades of Tyrian Purple #740442

Tints of Tyrian Purple #740442

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

 BLUE value IS 66 (26.17% from 255) = 35.48%

R = 62.37%
G = 2.15%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#740442 (or 0x740442) is known color: Tyrian Purple. HEX triplet: 74, 04 and 42. RGB value is (116,4,66). Sum of RGB (Red+Green+Blue) = 116+4+66=186 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.37% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 116 - color contains mainly: red. Hex color #740442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740442 is #8BFBBD. Grayscale: #2C2C2C. Windows color (decimal): -9173950 or 4326516. OLE color: 4326516.

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

Color convert

RGB 116 4 66 -
CMYK 0 0.97 0.43 0.55
HSL 326.79º 0.93% 0.24% -
HSV(B) 326.79º 0.97% 0.45% -
XYZ 8.23 4.19 5.53 -
YUV 44.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 116 4 66 0 0.97 0.43 0.55 326.79 0.93 0.24
Hex 74 4 42 0 61 2B 37 147 5D 18
Octal 164 4 102 0 141 53 67 507 135 30
Binary 1110100 100 1000010 0 1100001 101011 110111 101000111 1011101 11000

Color Harmonies of #740442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740442

Black with #740442

Text Example


Text Example

White with #740442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740442; }

 p { color: rgb(116,4,66); }

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

background-color css

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

 a { background-color: rgb(116,4,66); }

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

border-color css

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

 span { border-color: rgb(116,4,66); }

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