Html Css Color HEX #74054D Tyrian Purple

📋 copy color: '#74054D'

red 116 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #74054D

Tints of Tyrian Purple #74054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

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

R = 58.59%
G = 2.53%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74054D (or 0x74054D) is known color: Tyrian Purple. HEX triplet: 74, 05 and 4D. RGB value is (116,5,77). Sum of RGB (Red+Green+Blue) = 116+5+77=198 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.59% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 116 - color contains mainly: red. Hex color #74054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74054D is #8BFAB2. Grayscale: #2E2E2E. Windows color (decimal): -9173683 or 5047668. OLE color: 5047668.

HSL color Cylindrical-coordinate representation of color #74054D: hue angle of 321.08º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #74054D is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 77 -
CMYK 0 0.96 0.34 0.55
HSL 321.08º 0.92% 0.24% -
HSV(B) 321.08º 0.96% 0.45% -
XYZ 8.6 4.36 7.41 -
YUV 46.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 116 5 77 0 0.96 0.34 0.55 321.08 0.92 0.24
Hex 74 5 4D 0 60 22 37 141 5C 18
Octal 164 5 115 0 140 42 67 501 134 30
Binary 1110100 101 1001101 0 1100000 100010 110111 101000001 1011100 11000

Color Harmonies of #74054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74054D

Black with #74054D

Text Example


Text Example

White with #74054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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