Html Css Color HEX #740057 Tyrian Purple

📋 copy color: '#740057'

red 116 ◦ green 0 ◦ blue 87

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

Shades of Tyrian Purple #740057

Tints of Tyrian Purple #740057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#740057 (or 0x740057) is known color: Tyrian Purple. HEX triplet: 74, 00 and 57. RGB value is (116,0,87). Sum of RGB (Red+Green+Blue) = 116+0+87=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #740057 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740057 is #8BFFA8. Grayscale: #2C2C2C. Windows color (decimal): -9174953 or 5701748. OLE color: 5701748.

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

Color convert

RGB 116 0 87 -
CMYK 0 1 0.25 0.55
HSL 315º 1% 0.23% -
HSV(B) 315º 1% 0.45% -
XYZ 8.92 4.4 9.4 -
YUV 44.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 116 0 87 0 1 0.25 0.55 315 1 0.23
Hex 74 0 57 0 64 19 37 13B 64 17
Octal 164 0 127 0 144 31 67 473 144 27
Binary 1110100 0 1010111 0 1100100 11001 110111 100111011 1100100 10111

Color Harmonies of #740057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740057

Black with #740057

Text Example


Text Example

White with #740057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740057; }

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

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

background-color css

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

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

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

border-color css

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

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

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