Html Css Color HEX #740C4A Tyrian Purple

📋 copy color: '#740C4A'

red 116 ◦ green 12 ◦ blue 74

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

Shades of Tyrian Purple #740C4A

Tints of Tyrian Purple #740C4A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.94%

 BLUE value IS 74 (29.3% from 255) = 36.63%

R = 57.43%
G = 5.94%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#740C4A (or 0x740C4A) is known color: Tyrian Purple. HEX triplet: 74, 0C and 4A. RGB value is (116,12,74). Sum of RGB (Red+Green+Blue) = 116+12+74=202 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.43% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 74 (29.30% from 255 or 36.63% from 202); Max value from RGB is 116 - color contains mainly: red. Hex color #740C4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C4A is #8BF3B5. Grayscale: #323232. Windows color (decimal): -9171894 or 4852852. OLE color: 4852852.

HSL color Cylindrical-coordinate representation of color #740C4A: hue angle of 324.23º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #740C4A is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 12 74 -
CMYK 0 0.90 0.36 0.55
HSL 324.23º 0.81% 0.25% -
HSV(B) 324.23º 0.9% 0.45% -
XYZ 8.57 4.47 6.89 -
YUV 50.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 116 12 74 0 0.90 0.36 0.55 324.23 0.81 0.25
Hex 74 C 4A 0 5A 24 37 144 51 19
Octal 164 14 112 0 132 44 67 504 121 31
Binary 1110100 1100 1001010 0 1011010 100100 110111 101000100 1010001 11001

Color Harmonies of #740C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740C4A

Black with #740C4A

Text Example


Text Example

White with #740C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740C4A; }

 p { color: rgb(116,12,74); }

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

background-color css

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

 a { background-color: rgb(116,12,74); }

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

border-color css

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

 span { border-color: rgb(116,12,74); }

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