Html Css Color HEX #74074C Tyrian Purple

📋 copy color: '#74074C'

red 116 ◦ green 7 ◦ blue 76

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

Shades of Tyrian Purple #74074C

Tints of Tyrian Purple #74074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.52%

 BLUE value IS 76 (30.08% from 255) = 38.19%

R = 58.29%
G = 3.52%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74074C (or 0x74074C) is known color: Tyrian Purple. HEX triplet: 74, 07 and 4C. RGB value is (116,7,76). Sum of RGB (Red+Green+Blue) = 116+7+76=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74074C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74074C is #8BF8B3. Grayscale: #2F2F2F. Windows color (decimal): -9173172 or 4982644. OLE color: 4982644.

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

Color convert

RGB 116 7 76 -
CMYK 0 0.94 0.34 0.55
HSL 322.02º 0.89% 0.24% -
HSV(B) 322.02º 0.94% 0.45% -
XYZ 8.58 4.39 7.23 -
YUV 47.46 144.11 176.89 -
System Red Green Blue C M Y K H S L
Decimal 116 7 76 0 0.94 0.34 0.55 322.02 0.89 0.24
Hex 74 7 4C 0 5E 22 37 142 59 18
Octal 164 7 114 0 136 42 67 502 131 30
Binary 1110100 111 1001100 0 1011110 100010 110111 101000010 1011001 11000

Color Harmonies of #74074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74074C

Black with #74074C

Text Example


Text Example

White with #74074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74074C; }

 p { color: rgb(116,7,76); }

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

background-color css

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

 a { background-color: rgb(116,7,76); }

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

border-color css

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

 span { border-color: rgb(116,7,76); }

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