Html Css Color HEX #740845 Tyrian Purple

📋 copy color: '#740845'

red 116 ◦ green 8 ◦ blue 69

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

Shades of Tyrian Purple #740845

Tints of Tyrian Purple #740845

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

 BLUE value IS 69 (27.34% from 255) = 35.75%

R = 60.1%
G = 4.15%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#740845 (or 0x740845) is known color: Tyrian Purple. HEX triplet: 74, 08 and 45. RGB value is (116,8,69). Sum of RGB (Red+Green+Blue) = 116+8+69=193 (25% of max value = 765). Red value is 116 (45.70% from 255 or 60.10% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 116 - color contains mainly: red. Hex color #740845 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740845 is #8BF7BA. Grayscale: #2F2F2F. Windows color (decimal): -9172923 or 4524148. OLE color: 4524148.

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

Color convert

RGB 116 8 69 -
CMYK 0 0.93 0.41 0.55
HSL 326.11º 0.87% 0.24% -
HSV(B) 326.11º 0.93% 0.45% -
XYZ 8.36 4.32 6.02 -
YUV 47.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 116 8 69 0 0.93 0.41 0.55 326.11 0.87 0.24
Hex 74 8 45 0 5D 29 37 146 57 18
Octal 164 10 105 0 135 51 67 506 127 30
Binary 1110100 1000 1000101 0 1011101 101001 110111 101000110 1010111 11000

Color Harmonies of #740845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740845

Black with #740845

Text Example


Text Example

White with #740845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740845; }

 p { color: rgb(116,8,69); }

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

background-color css

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

 a { background-color: rgb(116,8,69); }

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

border-color css

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

 span { border-color: rgb(116,8,69); }

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