Html Css Color HEX #740637 Tyrian Purple

📋 copy color: '#740637'

red 116 ◦ green 6 ◦ blue 55

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

Shades of Tyrian Purple #740637

Tints of Tyrian Purple #740637

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

 BLUE value IS 55 (21.88% from 255) = 31.07%

R = 65.54%
G = 3.39%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#740637 (or 0x740637) is known color: Tyrian Purple. HEX triplet: 74, 06 and 37. RGB value is (116,6,55). Sum of RGB (Red+Green+Blue) = 116+6+55=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #740637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740637 is #8BF9C8. Grayscale: #2C2C2C. Windows color (decimal): -9173449 or 3606132. OLE color: 3606132.

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

Color convert

RGB 116 6 55 -
CMYK 0 0.95 0.53 0.55
HSL 333.27º 0.9% 0.24% -
HSV(B) 333.27º 0.95% 0.45% -
XYZ 7.96 4.12 3.99 -
YUV 44.48 133.94 179.02 -
System Red Green Blue C M Y K H S L
Decimal 116 6 55 0 0.95 0.53 0.55 333.27 0.9 0.24
Hex 74 6 37 0 5F 35 37 14D 5A 18
Octal 164 6 67 0 137 65 67 515 132 30
Binary 1110100 110 110111 0 1011111 110101 110111 101001101 1011010 11000

Color Harmonies of #740637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740637

Black with #740637

Text Example


Text Example

White with #740637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740637; }

 p { color: rgb(116,6,55); }

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

background-color css

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

 a { background-color: rgb(116,6,55); }

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

border-color css

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

 span { border-color: rgb(116,6,55); }

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