Html Css Color HEX #740C34 Tyrian Purple

📋 copy color: '#740C34'

red 116 ◦ green 12 ◦ blue 52

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

Shades of Tyrian Purple #740C34

Tints of Tyrian Purple #740C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.89%

R = 64.44%
G = 6.67%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#740C34 (or 0x740C34) is known color: Tyrian Purple. HEX triplet: 74, 0C and 34. RGB value is (116,12,52). Sum of RGB (Red+Green+Blue) = 116+12+52=180 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.44% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 116 - color contains mainly: red. Hex color #740C34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740C34 is #8BF3CB. Grayscale: #2F2F2F. Windows color (decimal): -9171916 or 3411060. OLE color: 3411060.

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

Color convert

RGB 116 12 52 -
CMYK 0 0.90 0.55 0.55
HSL 336.92º 0.81% 0.25% -
HSV(B) 336.92º 0.9% 0.45% -
XYZ 7.95 4.22 3.64 -
YUV 47.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 116 12 52 0 0.90 0.55 0.55 336.92 0.81 0.25
Hex 74 C 34 0 5A 37 37 151 51 19
Octal 164 14 64 0 132 67 67 521 121 31
Binary 1110100 1100 110100 0 1011010 110111 110111 101010001 1010001 11001

Color Harmonies of #740C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740C34

Black with #740C34

Text Example


Text Example

White with #740C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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