Html Css Color HEX #74064D Tyrian Purple

📋 copy color: '#74064D'

red 116 ◦ green 6 ◦ blue 77

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

Shades of Tyrian Purple #74064D

Tints of Tyrian Purple #74064D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 58.29%
G = 3.02%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74064D (or 0x74064D) is known color: Tyrian Purple. HEX triplet: 74, 06 and 4D. RGB value is (116,6,77). Sum of RGB (Red+Green+Blue) = 116+6+77=199 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.29% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 116 - color contains mainly: red. Hex color #74064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74064D is #8BF9B2. Grayscale: #2E2E2E. Windows color (decimal): -9173427 or 5047924. OLE color: 5047924.

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

Color convert

RGB 116 6 77 -
CMYK 0 0.95 0.34 0.55
HSL 321.27º 0.9% 0.24% -
HSV(B) 321.27º 0.95% 0.45% -
XYZ 8.61 4.38 7.41 -
YUV 46.98 144.94 177.23 -
System Red Green Blue C M Y K H S L
Decimal 116 6 77 0 0.95 0.34 0.55 321.27 0.9 0.24
Hex 74 6 4D 0 5F 22 37 141 5A 18
Octal 164 6 115 0 137 42 67 501 132 30
Binary 1110100 110 1001101 0 1011111 100010 110111 101000001 1011010 11000

Color Harmonies of #74064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74064D

Black with #74064D

Text Example


Text Example

White with #74064D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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