Html Css Color HEX #74074F Tyrian Purple

📋 copy color: '#74074F'

red 116 ◦ green 7 ◦ blue 79

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

Shades of Tyrian Purple #74074F

Tints of Tyrian Purple #74074F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.11%

R = 57.43%
G = 3.47%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74074F (or 0x74074F) is known color: Tyrian Purple. HEX triplet: 74, 07 and 4F. RGB value is (116,7,79). Sum of RGB (Red+Green+Blue) = 116+7+79=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #74074F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74074F is #8BF8B0. Grayscale: #2F2F2F. Windows color (decimal): -9173169 or 5179252. OLE color: 5179252.

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

Color convert

RGB 116 7 79 -
CMYK 0 0.94 0.32 0.55
HSL 320.37º 0.89% 0.24% -
HSV(B) 320.37º 0.94% 0.45% -
XYZ 8.69 4.43 7.79 -
YUV 47.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 116 7 79 0 0.94 0.32 0.55 320.37 0.89 0.24
Hex 74 7 4F 0 5E 20 37 140 59 18
Octal 164 7 117 0 136 40 67 500 131 30
Binary 1110100 111 1001111 0 1011110 100000 110111 101000000 1011001 11000

Color Harmonies of #74074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74074F

Black with #74074F

Text Example


Text Example

White with #74074F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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