Html Css Color HEX #74034D Tyrian Purple

📋 copy color: '#74034D'

red 116 ◦ green 3 ◦ blue 77

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

Shades of Tyrian Purple #74034D

Tints of Tyrian Purple #74034D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 59.18%
G = 1.53%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74034D (or 0x74034D) is known color: Tyrian Purple. HEX triplet: 74, 03 and 4D. RGB value is (116,3,77). Sum of RGB (Red+Green+Blue) = 116+3+77=196 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.18% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 116 - color contains mainly: red. Hex color #74034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74034D is #8BFCB2. Grayscale: #2D2D2D. Windows color (decimal): -9174195 or 5047156. OLE color: 5047156.

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

Color convert

RGB 116 3 77 -
CMYK 0 0.97 0.34 0.55
HSL 320.71º 0.95% 0.23% -
HSV(B) 320.71º 0.97% 0.45% -
XYZ 8.57 4.31 7.4 -
YUV 45.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 116 3 77 0 0.97 0.34 0.55 320.71 0.95 0.23
Hex 74 3 4D 0 61 22 37 141 5F 17
Octal 164 3 115 0 141 42 67 501 137 27
Binary 1110100 11 1001101 0 1100001 100010 110111 101000001 1011111 10111

Color Harmonies of #74034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74034D

Black with #74034D

Text Example


Text Example

White with #74034D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74034D; }

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

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

background-color css

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

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

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

border-color css

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

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

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