Html Css Color HEX #740041 Tyrian Purple

📋 copy color: '#740041'

red 116 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #740041

Tints of Tyrian Purple #740041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.09%
G = 0%
B = 35.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#740041 (or 0x740041) is known color: Tyrian Purple. HEX triplet: 74, 00 and 41. RGB value is (116,0,65). Sum of RGB (Red+Green+Blue) = 116+0+65=181 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.09% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 116 - color contains mainly: red. Hex color #740041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740041 is #8BFFBE. Grayscale: #292929. Windows color (decimal): -9174975 or 4259956. OLE color: 4259956.

HSL color Cylindrical-coordinate representation of color #740041: hue angle of 326.38º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740041 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 0 65 -
CMYK 0 1 0.44 0.55
HSL 326.38º 1% 0.23% -
HSV(B) 326.38º 1% 0.45% -
XYZ 8.16 4.09 5.36 -
YUV 42.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 116 0 65 0 1 0.44 0.55 326.38 1 0.23
Hex 74 0 41 0 64 2C 37 146 64 17
Octal 164 0 101 0 144 54 67 506 144 27
Binary 1110100 0 1000001 0 1100100 101100 110111 101000110 1100100 10111

Color Harmonies of #740041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740041

Black with #740041

Text Example


Text Example

White with #740041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740041; }

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

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

background-color css

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

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

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

border-color css

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

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

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