Html Css Color HEX #740243 Tyrian Purple

📋 copy color: '#740243'

red 116 ◦ green 2 ◦ blue 67

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

Shades of Tyrian Purple #740243

Tints of Tyrian Purple #740243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

 BLUE value IS 67 (26.56% from 255) = 36.22%

R = 62.7%
G = 1.08%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#740243 (or 0x740243) is known color: Tyrian Purple. HEX triplet: 74, 02 and 43. RGB value is (116,2,67). Sum of RGB (Red+Green+Blue) = 116+2+67=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 67 (26.56% from 255 or 36.22% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #740243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740243 is #8BFDBC. Grayscale: #2B2B2B. Windows color (decimal): -9174461 or 4391540. OLE color: 4391540.

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

Color convert

RGB 116 2 67 -
CMYK 0 0.98 0.42 0.55
HSL 325.79º 0.97% 0.23% -
HSV(B) 325.79º 0.98% 0.45% -
XYZ 8.24 4.16 5.68 -
YUV 43.5 141.27 179.71 -
System Red Green Blue C M Y K H S L
Decimal 116 2 67 0 0.98 0.42 0.55 325.79 0.97 0.23
Hex 74 2 43 0 62 2A 37 146 61 17
Octal 164 2 103 0 142 52 67 506 141 27
Binary 1110100 10 1000011 0 1100010 101010 110111 101000110 1100001 10111

Color Harmonies of #740243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740243

Black with #740243

Text Example


Text Example

White with #740243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740243; }

 p { color: rgb(116,2,67); }

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

background-color css

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

 a { background-color: rgb(116,2,67); }

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

border-color css

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

 span { border-color: rgb(116,2,67); }

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