Html Css Color HEX #740932 Tyrian Purple

📋 copy color: '#740932'

red 116 ◦ green 9 ◦ blue 50

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

Shades of Tyrian Purple #740932

Tints of Tyrian Purple #740932

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.14%

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

R = 66.29%
G = 5.14%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#740932 (or 0x740932) is known color: Tyrian Purple. HEX triplet: 74, 09 and 32. RGB value is (116,9,50). Sum of RGB (Red+Green+Blue) = 116+9+50=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #740932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740932 is #8BF6CD. Grayscale: #2D2D2D. Windows color (decimal): -9172686 or 3279220. OLE color: 3279220.

HSL color Cylindrical-coordinate representation of color #740932: hue angle of 337.01º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #740932 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 9 50 -
CMYK 0 0.92 0.57 0.55
HSL 337.01º 0.86% 0.25% -
HSV(B) 337.01º 0.92% 0.45% -
XYZ 7.88 4.14 3.4 -
YUV 45.67 130.45 178.17 -
System Red Green Blue C M Y K H S L
Decimal 116 9 50 0 0.92 0.57 0.55 337.01 0.86 0.25
Hex 74 9 32 0 5C 39 37 151 56 19
Octal 164 11 62 0 134 71 67 521 126 31
Binary 1110100 1001 110010 0 1011100 111001 110111 101010001 1010110 11001

Color Harmonies of #740932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740932

Black with #740932

Text Example


Text Example

White with #740932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740932; }

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

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

background-color css

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

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

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

border-color css

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

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

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