Html Css Color HEX #740434 Tyrian Purple

📋 copy color: '#740434'

red 116 ◦ green 4 ◦ blue 52

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

Shades of Tyrian Purple #740434

Tints of Tyrian Purple #740434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.23%

R = 67.44%
G = 2.33%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#740434 (or 0x740434) is known color: Tyrian Purple. HEX triplet: 74, 04 and 34. RGB value is (116,4,52). Sum of RGB (Red+Green+Blue) = 116+4+52=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 4 (1.95% from 255 or 2.33% from 172); Blue value is 52 (20.70% from 255 or 30.23% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #740434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740434 is #8BFBCB. Grayscale: #2A2A2A. Windows color (decimal): -9173964 or 3409012. OLE color: 3409012.

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

Color convert

RGB 116 4 52 -
CMYK 0 0.97 0.55 0.55
HSL 334.29º 0.93% 0.24% -
HSV(B) 334.29º 0.97% 0.45% -
XYZ 7.87 4.05 3.62 -
YUV 42.96 133.11 180.1 -
System Red Green Blue C M Y K H S L
Decimal 116 4 52 0 0.97 0.55 0.55 334.29 0.93 0.24
Hex 74 4 34 0 61 37 37 14E 5D 18
Octal 164 4 64 0 141 67 67 516 135 30
Binary 1110100 100 110100 0 1100001 110111 110111 101001110 1011101 11000

Color Harmonies of #740434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740434

Black with #740434

Text Example


Text Example

White with #740434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740434; }

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

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

background-color css

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

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

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

border-color css

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

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

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