Html Css Color HEX #740743 Tyrian Purple

📋 copy color: '#740743'

red 116 ◦ green 7 ◦ blue 67

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

Shades of Tyrian Purple #740743

Tints of Tyrian Purple #740743

RGB

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

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

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

R = 61.05%
G = 3.68%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#740743 (or 0x740743) is known color: Tyrian Purple. HEX triplet: 74, 07 and 43. RGB value is (116,7,67). Sum of RGB (Red+Green+Blue) = 116+7+67=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #740743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740743 is #8BF8BC. Grayscale: #2E2E2E. Windows color (decimal): -9173181 or 4392820. OLE color: 4392820.

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

Color convert

RGB 116 7 67 -
CMYK 0 0.94 0.42 0.55
HSL 326.97º 0.89% 0.24% -
HSV(B) 326.97º 0.94% 0.45% -
XYZ 8.29 4.27 5.7 -
YUV 46.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 116 7 67 0 0.94 0.42 0.55 326.97 0.89 0.24
Hex 74 7 43 0 5E 2A 37 147 59 18
Octal 164 7 103 0 136 52 67 507 131 30
Binary 1110100 111 1000011 0 1011110 101010 110111 101000111 1011001 11000

Color Harmonies of #740743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740743

Black with #740743

Text Example


Text Example

White with #740743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740743; }

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

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

background-color css

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

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

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

border-color css

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

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

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