Html Css Color HEX #74054A Tyrian Purple

📋 copy color: '#74054A'

red 116 ◦ green 5 ◦ blue 74

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

Shades of Tyrian Purple #74054A

Tints of Tyrian Purple #74054A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.95%

R = 59.49%
G = 2.56%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74054A (or 0x74054A) is known color: Tyrian Purple. HEX triplet: 74, 05 and 4A. RGB value is (116,5,74). Sum of RGB (Red+Green+Blue) = 116+5+74=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74054A is #8BFAB5. Grayscale: #2D2D2D. Windows color (decimal): -9173686 or 4851060. OLE color: 4851060.

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

Color convert

RGB 116 5 74 -
CMYK 0 0.96 0.36 0.55
HSL 322.7º 0.92% 0.24% -
HSV(B) 322.7º 0.96% 0.45% -
XYZ 8.49 4.32 6.86 -
YUV 46.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 116 5 74 0 0.96 0.36 0.55 322.7 0.92 0.24
Hex 74 5 4A 0 60 24 37 143 5C 18
Octal 164 5 112 0 140 44 67 503 134 30
Binary 1110100 101 1001010 0 1100000 100100 110111 101000011 1011100 11000

Color Harmonies of #74054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74054A

Black with #74054A

Text Example


Text Example

White with #74054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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