Html Css Color HEX #740432 Tyrian Purple

📋 copy color: '#740432'

red 116 ◦ green 4 ◦ blue 50

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

Shades of Tyrian Purple #740432

Tints of Tyrian Purple #740432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.41%

R = 68.24%
G = 2.35%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#740432 (or 0x740432) is known color: Tyrian Purple. HEX triplet: 74, 04 and 32. RGB value is (116,4,50). Sum of RGB (Red+Green+Blue) = 116+4+50=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #740432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740432 is #8BFBCD. Grayscale: #2A2A2A. Windows color (decimal): -9173966 or 3277940. OLE color: 3277940.

HSL color Cylindrical-coordinate representation of color #740432: hue angle of 335.36º 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 #740432 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 4 50 -
CMYK 0 0.97 0.57 0.55
HSL 335.36º 0.93% 0.24% -
HSV(B) 335.36º 0.97% 0.45% -
XYZ 7.82 4.03 3.38 -
YUV 42.73 132.11 180.26 -
System Red Green Blue C M Y K H S L
Decimal 116 4 50 0 0.97 0.57 0.55 335.36 0.93 0.24
Hex 74 4 32 0 61 39 37 14F 5D 18
Octal 164 4 62 0 141 71 67 517 135 30
Binary 1110100 100 110010 0 1100001 111001 110111 101001111 1011101 11000

Color Harmonies of #740432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740432

Black with #740432

Text Example


Text Example

White with #740432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740432; }

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

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

background-color css

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

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

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

border-color css

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

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

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