Html Css Color HEX #740332 Tyrian Purple

📋 copy color: '#740332'

red 116 ◦ green 3 ◦ blue 50

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

Shades of Tyrian Purple #740332

Tints of Tyrian Purple #740332

RGB

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

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

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

R = 68.64%
G = 1.78%
B = 29.59%

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

#740332 (or 0x740332) is known color: Tyrian Purple. HEX triplet: 74, 03 and 32. RGB value is (116,3,50). Sum of RGB (Red+Green+Blue) = 116+3+50=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #740332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740332 is #8BFCCD. Grayscale: #2A2A2A. Windows color (decimal): -9174222 or 3277684. OLE color: 3277684.

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

Color convert

RGB 116 3 50 -
CMYK 0 0.97 0.57 0.55
HSL 335.04º 0.95% 0.23% -
HSV(B) 335.04º 0.97% 0.45% -
XYZ 7.81 4.01 3.38 -
YUV 42.15 132.44 180.68 -
System Red Green Blue C M Y K H S L
Decimal 116 3 50 0 0.97 0.57 0.55 335.04 0.95 0.23
Hex 74 3 32 0 61 39 37 14F 5F 17
Octal 164 3 62 0 141 71 67 517 137 27
Binary 1110100 11 110010 0 1100001 111001 110111 101001111 1011111 10111

Color Harmonies of #740332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740332

Black with #740332

Text Example


Text Example

White with #740332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740332; }

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

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

background-color css

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

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

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

border-color css

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

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

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