Html Css Color HEX #740345 Tyrian Purple

📋 copy color: '#740345'

red 116 ◦ green 3 ◦ blue 69

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

Shades of Tyrian Purple #740345

Tints of Tyrian Purple #740345

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 61.7%
G = 1.6%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#740345 (or 0x740345) is known color: Tyrian Purple. HEX triplet: 74, 03 and 45. RGB value is (116,3,69). Sum of RGB (Red+Green+Blue) = 116+3+69=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #740345 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740345 is #8BFCBA. Grayscale: #2C2C2C. Windows color (decimal): -9174203 or 4522868. OLE color: 4522868.

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

Color convert

RGB 116 3 69 -
CMYK 0 0.97 0.41 0.55
HSL 324.96º 0.95% 0.23% -
HSV(B) 324.96º 0.97% 0.45% -
XYZ 8.31 4.21 6 -
YUV 44.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 116 3 69 0 0.97 0.41 0.55 324.96 0.95 0.23
Hex 74 3 45 0 61 29 37 145 5F 17
Octal 164 3 105 0 141 51 67 505 137 27
Binary 1110100 11 1000101 0 1100001 101001 110111 101000101 1011111 10111

Color Harmonies of #740345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740345

Black with #740345

Text Example


Text Example

White with #740345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740345; }

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

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

background-color css

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

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

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

border-color css

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

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

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