Html Css Color HEX #74024C Tyrian Purple

📋 copy color: '#74024C'

red 116 ◦ green 2 ◦ blue 76

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

Shades of Tyrian Purple #74024C

Tints of Tyrian Purple #74024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

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

R = 59.79%
G = 1.03%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74024C (or 0x74024C) is known color: Tyrian Purple. HEX triplet: 74, 02 and 4C. RGB value is (116,2,76). Sum of RGB (Red+Green+Blue) = 116+2+76=194 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.79% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 76 (30.08% from 255 or 39.18% from 194); Max value from RGB is 116 - color contains mainly: red. Hex color #74024C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74024C is #8BFDB3. Grayscale: #2C2C2C. Windows color (decimal): -9174452 or 4981364. OLE color: 4981364.

HSL color Cylindrical-coordinate representation of color #74024C: hue angle of 321.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74024C is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 2 76 -
CMYK 0 0.98 0.34 0.55
HSL 321.05º 0.97% 0.23% -
HSV(B) 321.05º 0.98% 0.45% -
XYZ 8.53 4.28 7.21 -
YUV 44.52 145.77 178.98 -
System Red Green Blue C M Y K H S L
Decimal 116 2 76 0 0.98 0.34 0.55 321.05 0.97 0.23
Hex 74 2 4C 0 62 22 37 141 61 17
Octal 164 2 114 0 142 42 67 501 141 27
Binary 1110100 10 1001100 0 1100010 100010 110111 101000001 1100001 10111

Color Harmonies of #74024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74024C

Black with #74024C

Text Example


Text Example

White with #74024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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