Html Css Color HEX #74044B Tyrian Purple

📋 copy color: '#74044B'

red 116 ◦ green 4 ◦ blue 75

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

Shades of Tyrian Purple #74044B

Tints of Tyrian Purple #74044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.05%

 BLUE value IS 75 (29.69% from 255) = 38.46%

R = 59.49%
G = 2.05%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74044B (or 0x74044B) is known color: Tyrian Purple. HEX triplet: 74, 04 and 4B. RGB value is (116,4,75). Sum of RGB (Red+Green+Blue) = 116+4+75=195 (25% of max value = 765). Red value is 116 (45.70% from 255 or 59.49% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 116 - color contains mainly: red. Hex color #74044B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74044B is #8BFBB4. Grayscale: #2D2D2D. Windows color (decimal): -9173941 or 4916340. OLE color: 4916340.

HSL color Cylindrical-coordinate representation of color #74044B: hue angle of 321.96º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #74044B is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 4 75 -
CMYK 0 0.97 0.35 0.55
HSL 321.96º 0.93% 0.24% -
HSV(B) 321.96º 0.97% 0.45% -
XYZ 8.52 4.31 7.04 -
YUV 45.58 144.61 178.23 -
System Red Green Blue C M Y K H S L
Decimal 116 4 75 0 0.97 0.35 0.55 321.96 0.93 0.24
Hex 74 4 4B 0 61 23 37 142 5D 18
Octal 164 4 113 0 141 43 67 502 135 30
Binary 1110100 100 1001011 0 1100001 100011 110111 101000010 1011101 11000

Color Harmonies of #74044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74044B

Black with #74044B

Text Example


Text Example

White with #74044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74044B; }

 p { color: rgb(116,4,75); }

 H1.HeaderClassName
 {
   color: #74044B;
 }
 .AnyTagClassName
 {
   color: #74044B;
 }
</style>

background-color css

<style>
 a { background-color: #74044B; }

 a { background-color: rgb(116,4,75); }

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

border-color css

<style>
 span { border-color: #74044B; }

 span { border-color: rgb(116,4,75); }

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