Html Css Color HEX #740535 Tyrian Purple

📋 copy color: '#740535'

red 116 ◦ green 5 ◦ blue 53

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

Shades of Tyrian Purple #740535

Tints of Tyrian Purple #740535

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

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

R = 66.67%
G = 2.87%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#740535 (or 0x740535) is known color: Tyrian Purple. HEX triplet: 74, 05 and 35. RGB value is (116,5,53). Sum of RGB (Red+Green+Blue) = 116+5+53=174 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.67% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 116 - color contains mainly: red. Hex color #740535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740535 is #8BFACA. Grayscale: #2B2B2B. Windows color (decimal): -9173707 or 3474804. OLE color: 3474804.

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

Color convert

RGB 116 5 53 -
CMYK 0 0.96 0.54 0.55
HSL 334.05º 0.92% 0.24% -
HSV(B) 334.05º 0.96% 0.45% -
XYZ 7.9 4.08 3.74 -
YUV 43.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 116 5 53 0 0.96 0.54 0.55 334.05 0.92 0.24
Hex 74 5 35 0 60 36 37 14E 5C 18
Octal 164 5 65 0 140 66 67 516 134 30
Binary 1110100 101 110101 0 1100000 110110 110111 101001110 1011100 11000

Color Harmonies of #740535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740535

Black with #740535

Text Example


Text Example

White with #740535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740535; }

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

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

background-color css

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

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

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

border-color css

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

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

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