Html Css Color HEX #74054C Tyrian Purple

📋 copy color: '#74054C'

red 116 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #74054C

Tints of Tyrian Purple #74054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.58%

R = 58.88%
G = 2.54%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74054C (or 0x74054C) is known color: Tyrian Purple. HEX triplet: 74, 05 and 4C. RGB value is (116,5,76). Sum of RGB (Red+Green+Blue) = 116+5+76=197 (26% of max value = 765). Red value is 116 (45.70% from 255 or 58.88% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 116 - color contains mainly: red. Hex color #74054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74054C is #8BFAB3. Grayscale: #2E2E2E. Windows color (decimal): -9173684 or 4982132. OLE color: 4982132.

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

Color convert

RGB 116 5 76 -
CMYK 0 0.96 0.34 0.55
HSL 321.62º 0.92% 0.24% -
HSV(B) 321.62º 0.96% 0.45% -
XYZ 8.56 4.34 7.22 -
YUV 46.28 144.77 177.73 -
System Red Green Blue C M Y K H S L
Decimal 116 5 76 0 0.96 0.34 0.55 321.62 0.92 0.24
Hex 74 5 4C 0 60 22 37 142 5C 18
Octal 164 5 114 0 140 42 67 502 134 30
Binary 1110100 101 1001100 0 1100000 100010 110111 101000010 1011100 11000

Color Harmonies of #74054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74054C

Black with #74054C

Text Example


Text Example

White with #74054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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