Html Css Color HEX #74084D Tyrian Purple

📋 copy color: '#74084D'

red 116 ◦ green 8 ◦ blue 77

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

Shades of Tyrian Purple #74084D

Tints of Tyrian Purple #74084D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.98%

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

R = 57.71%
G = 3.98%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74084D (or 0x74084D) is known color: Tyrian Purple. HEX triplet: 74, 08 and 4D. RGB value is (116,8,77). Sum of RGB (Red+Green+Blue) = 116+8+77=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #74084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74084D is #8BF7B2. Grayscale: #2F2F2F. Windows color (decimal): -9172915 or 5048436. OLE color: 5048436.

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

Color convert

RGB 116 8 77 -
CMYK 0 0.93 0.34 0.55
HSL 321.67º 0.87% 0.24% -
HSV(B) 321.67º 0.93% 0.45% -
XYZ 8.63 4.42 7.42 -
YUV 48.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 116 8 77 0 0.93 0.34 0.55 321.67 0.87 0.24
Hex 74 8 4D 0 5D 22 37 142 57 18
Octal 164 10 115 0 135 42 67 502 127 30
Binary 1110100 1000 1001101 0 1011101 100010 110111 101000010 1010111 11000

Color Harmonies of #74084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74084D

Black with #74084D

Text Example


Text Example

White with #74084D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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