Html Css Color HEX #740741 Tyrian Purple

📋 copy color: '#740741'

red 116 ◦ green 7 ◦ blue 65

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

Shades of Tyrian Purple #740741

Tints of Tyrian Purple #740741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.72%

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

R = 61.7%
G = 3.72%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#740741 (or 0x740741) is known color: Tyrian Purple. HEX triplet: 74, 07 and 41. RGB value is (116,7,65). Sum of RGB (Red+Green+Blue) = 116+7+65=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #740741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740741 is #8BF8BE. Grayscale: #2E2E2E. Windows color (decimal): -9173183 or 4261748. OLE color: 4261748.

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

Color convert

RGB 116 7 65 -
CMYK 0 0.94 0.44 0.55
HSL 328.07º 0.89% 0.24% -
HSV(B) 328.07º 0.94% 0.45% -
XYZ 8.23 4.25 5.39 -
YUV 46.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 116 7 65 0 0.94 0.44 0.55 328.07 0.89 0.24
Hex 74 7 41 0 5E 2C 37 148 59 18
Octal 164 7 101 0 136 54 67 510 131 30
Binary 1110100 111 1000001 0 1011110 101100 110111 101001000 1011001 11000

Color Harmonies of #740741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740741

Black with #740741

Text Example


Text Example

White with #740741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740741; }

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

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

background-color css

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

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

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

border-color css

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

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

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