Html Css Color HEX #740457 Tyrian Purple

📋 copy color: '#740457'

red 116 ◦ green 4 ◦ blue 87

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

Shades of Tyrian Purple #740457

Tints of Tyrian Purple #740457

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.93%

 BLUE value IS 87 (34.38% from 255) = 42.03%

R = 56.04%
G = 1.93%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#740457 (or 0x740457) is known color: Tyrian Purple. HEX triplet: 74, 04 and 57. RGB value is (116,4,87). Sum of RGB (Red+Green+Blue) = 116+4+87=207 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.04% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 116 - color contains mainly: red. Hex color #740457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740457 is #8BFBA8. Grayscale: #2E2E2E. Windows color (decimal): -9173929 or 5702772. OLE color: 5702772.

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

Color convert

RGB 116 4 87 -
CMYK 0 0.97 0.25 0.55
HSL 315.54º 0.93% 0.24% -
HSV(B) 315.54º 0.97% 0.45% -
XYZ 8.97 4.49 9.41 -
YUV 46.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 116 4 87 0 0.97 0.25 0.55 315.54 0.93 0.24
Hex 74 4 57 0 61 19 37 13C 5D 18
Octal 164 4 127 0 141 31 67 474 135 30
Binary 1110100 100 1010111 0 1100001 11001 110111 100111100 1011101 11000

Color Harmonies of #740457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740457

Black with #740457

Text Example


Text Example

White with #740457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740457; }

 p { color: rgb(116,4,87); }

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

background-color css

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

 a { background-color: rgb(116,4,87); }

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

border-color css

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

 span { border-color: rgb(116,4,87); }

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