Html Css Color HEX #74053A Tyrian Purple

📋 copy color: '#74053A'

red 116 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #74053A

Tints of Tyrian Purple #74053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.4%

R = 64.8%
G = 2.79%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.5

 K value IS 0.55

RGB Variations

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

Color information

#74053A (or 0x74053A) is known color: Tyrian Purple. HEX triplet: 74, 05 and 3A. RGB value is (116,5,58). Sum of RGB (Red+Green+Blue) = 116+5+58=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #74053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74053A is #8BFAC5. Grayscale: #2C2C2C. Windows color (decimal): -9173702 or 3802484. OLE color: 3802484.

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

Color convert

RGB 116 5 58 -
CMYK 0 0.96 0.5 0.55
HSL 331.35º 0.92% 0.24% -
HSV(B) 331.35º 0.96% 0.45% -
XYZ 8.02 4.13 4.38 -
YUV 44.23 135.77 179.19 -
System Red Green Blue C M Y K H S L
Decimal 116 5 58 0 0.96 0.5 0.55 331.35 0.92 0.24
Hex 74 5 3A 0 60 32 37 14B 5C 18
Octal 164 5 72 0 140 62 67 513 134 30
Binary 1110100 101 111010 0 1100000 110010 110111 101001011 1011100 11000

Color Harmonies of #74053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74053A

Black with #74053A

Text Example


Text Example

White with #74053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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