Html Css Color HEX #74053E Tyrian Purple

📋 copy color: '#74053E'

red 116 ◦ green 5 ◦ blue 62

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

Shades of Tyrian Purple #74053E

Tints of Tyrian Purple #74053E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 33.88%

R = 63.39%
G = 2.73%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#74053E (or 0x74053E) is known color: Tyrian Purple. HEX triplet: 74, 05 and 3E. RGB value is (116,5,62). Sum of RGB (Red+Green+Blue) = 116+5+62=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #74053E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74053E is #8BFAC1. Grayscale: #2C2C2C. Windows color (decimal): -9173698 or 4064628. OLE color: 4064628.

HSL color Cylindrical-coordinate representation of color #74053E: hue angle of 329.19º 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 #74053E is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 62 -
CMYK 0 0.96 0.47 0.55
HSL 329.19º 0.92% 0.24% -
HSV(B) 329.19º 0.96% 0.45% -
XYZ 8.13 4.17 4.93 -
YUV 44.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 116 5 62 0 0.96 0.47 0.55 329.19 0.92 0.24
Hex 74 5 3E 0 60 2F 37 149 5C 18
Octal 164 5 76 0 140 57 67 511 134 30
Binary 1110100 101 111110 0 1100000 101111 110111 101001001 1011100 11000

Color Harmonies of #74053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74053E

Black with #74053E

Text Example


Text Example

White with #74053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74053E; }

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

 H1.HeaderClassName
 {
   color: #74053E;
 }
 .AnyTagClassName
 {
   color: #74053E;
 }
</style>

background-color css

<style>
 a { background-color: #74053E; }

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

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

border-color css

<style>
 span { border-color: #74053E; }

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

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