Html Css Color HEX #740641 Tyrian Purple

📋 copy color: '#740641'

red 116 ◦ green 6 ◦ blue 65

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

Shades of Tyrian Purple #740641

Tints of Tyrian Purple #740641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 62.03%
G = 3.21%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#740641 (or 0x740641) is known color: Tyrian Purple. HEX triplet: 74, 06 and 41. RGB value is (116,6,65). Sum of RGB (Red+Green+Blue) = 116+6+65=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #740641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740641 is #8BF9BE. Grayscale: #2D2D2D. Windows color (decimal): -9173439 or 4261492. OLE color: 4261492.

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

Color convert

RGB 116 6 65 -
CMYK 0 0.95 0.44 0.55
HSL 327.82º 0.9% 0.24% -
HSV(B) 327.82º 0.95% 0.45% -
XYZ 8.22 4.22 5.38 -
YUV 45.62 138.94 178.2 -
System Red Green Blue C M Y K H S L
Decimal 116 6 65 0 0.95 0.44 0.55 327.82 0.9 0.24
Hex 74 6 41 0 5F 2C 37 148 5A 18
Octal 164 6 101 0 137 54 67 510 132 30
Binary 1110100 110 1000001 0 1011111 101100 110111 101001000 1011010 11000

Color Harmonies of #740641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740641

Black with #740641

Text Example


Text Example

White with #740641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740641; }

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

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

background-color css

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

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

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

border-color css

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

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

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