Html Css Color HEX #740542 Tyrian Purple

📋 copy color: '#740542'

red 116 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #740542

Tints of Tyrian Purple #740542

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 62.03%
G = 2.67%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#740542 (or 0x740542) is known color: Tyrian Purple. HEX triplet: 74, 05 and 42. RGB value is (116,5,66). Sum of RGB (Red+Green+Blue) = 116+5+66=187 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.03% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 116 - color contains mainly: red. Hex color #740542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740542 is #8BFABD. Grayscale: #2D2D2D. Windows color (decimal): -9173694 or 4326772. OLE color: 4326772.

HSL color Cylindrical-coordinate representation of color #740542: hue angle of 327.03º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #740542 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 5 66 -
CMYK 0 0.96 0.43 0.55
HSL 327.03º 0.92% 0.24% -
HSV(B) 327.03º 0.96% 0.45% -
XYZ 8.24 4.21 5.53 -
YUV 45.14 139.77 178.54 -
System Red Green Blue C M Y K H S L
Decimal 116 5 66 0 0.96 0.43 0.55 327.03 0.92 0.24
Hex 74 5 42 0 60 2B 37 147 5C 18
Octal 164 5 102 0 140 53 67 507 134 30
Binary 1110100 101 1000010 0 1100000 101011 110111 101000111 1011100 11000

Color Harmonies of #740542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740542

Black with #740542

Text Example


Text Example

White with #740542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740542; }

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

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

background-color css

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

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

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

border-color css

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

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

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