Html Css Color HEX #740742 Tyrian Purple

📋 copy color: '#740742'

red 116 ◦ green 7 ◦ blue 66

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

Shades of Tyrian Purple #740742

Tints of Tyrian Purple #740742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.92%

R = 61.38%
G = 3.7%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#740742 (or 0x740742) is known color: Tyrian Purple. HEX triplet: 74, 07 and 42. RGB value is (116,7,66). Sum of RGB (Red+Green+Blue) = 116+7+66=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #740742 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740742 is #8BF8BD. Grayscale: #2E2E2E. Windows color (decimal): -9173182 or 4327284. OLE color: 4327284.

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

Color convert

RGB 116 7 66 -
CMYK 0 0.94 0.43 0.55
HSL 327.52º 0.89% 0.24% -
HSV(B) 327.52º 0.94% 0.45% -
XYZ 8.26 4.26 5.54 -
YUV 46.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 116 7 66 0 0.94 0.43 0.55 327.52 0.89 0.24
Hex 74 7 42 0 5E 2B 37 148 59 18
Octal 164 7 102 0 136 53 67 510 131 30
Binary 1110100 111 1000010 0 1011110 101011 110111 101001000 1011001 11000

Color Harmonies of #740742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740742

Black with #740742

Text Example


Text Example

White with #740742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740742; }

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

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

background-color css

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

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

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

border-color css

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

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

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