Html Css Color HEX #740735 Tyrian Purple

📋 copy color: '#740735'

red 116 ◦ green 7 ◦ blue 53

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

Shades of Tyrian Purple #740735

Tints of Tyrian Purple #740735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 30.11%

R = 65.91%
G = 3.98%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#740735 (or 0x740735) is known color: Tyrian Purple. HEX triplet: 74, 07 and 35. RGB value is (116,7,53). Sum of RGB (Red+Green+Blue) = 116+7+53=176 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.91% from 176); Green value is 7 (3.12% from 255 or 3.98% from 176); Blue value is 53 (21.09% from 255 or 30.11% from 176); Max value from RGB is 116 - color contains mainly: red. Hex color #740735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740735 is #8BF8CA. Grayscale: #2C2C2C. Windows color (decimal): -9173195 or 3475316. OLE color: 3475316.

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

Color convert

RGB 116 7 53 -
CMYK 0 0.94 0.54 0.55
HSL 334.68º 0.89% 0.24% -
HSV(B) 334.68º 0.94% 0.45% -
XYZ 7.92 4.12 3.75 -
YUV 44.84 132.61 178.76 -
System Red Green Blue C M Y K H S L
Decimal 116 7 53 0 0.94 0.54 0.55 334.68 0.89 0.24
Hex 74 7 35 0 5E 36 37 14F 59 18
Octal 164 7 65 0 136 66 67 517 131 30
Binary 1110100 111 110101 0 1011110 110110 110111 101001111 1011001 11000

Color Harmonies of #740735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740735

Black with #740735

Text Example


Text Example

White with #740735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740735; }

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

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

background-color css

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

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

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

border-color css

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

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

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