Html Css Color HEX #740331 Tyrian Purple

📋 copy color: '#740331'

red 116 ◦ green 3 ◦ blue 49

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

Shades of Tyrian Purple #740331

Tints of Tyrian Purple #740331

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.79%

 BLUE value IS 49 (19.53% from 255) = 29.17%

R = 69.05%
G = 1.79%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#740331 (or 0x740331) is known color: Tyrian Purple. HEX triplet: 74, 03 and 31. RGB value is (116,3,49). Sum of RGB (Red+Green+Blue) = 116+3+49=168 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.05% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 116 - color contains mainly: red. Hex color #740331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740331 is #8BFCCE. Grayscale: #292929. Windows color (decimal): -9174223 or 3212148. OLE color: 3212148.

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

Color convert

RGB 116 3 49 -
CMYK 0 0.97 0.58 0.55
HSL 335.58º 0.95% 0.23% -
HSV(B) 335.58º 0.97% 0.45% -
XYZ 7.79 4 3.27 -
YUV 42.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 116 3 49 0 0.97 0.58 0.55 335.58 0.95 0.23
Hex 74 3 31 0 61 3A 37 150 5F 17
Octal 164 3 61 0 141 72 67 520 137 27
Binary 1110100 11 110001 0 1100001 111010 110111 101010000 1011111 10111

Color Harmonies of #740331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740331

Black with #740331

Text Example


Text Example

White with #740331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740331; }

 p { color: rgb(116,3,49); }

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

background-color css

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

 a { background-color: rgb(116,3,49); }

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

border-color css

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

 span { border-color: rgb(116,3,49); }

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