#740550

Color #740550 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #740550

Tints of Tyrian Purple #740550

Color information

#740550 (or 0x740550) is unknown color: approx Tyrian Purple. HEX triplet: 74, 05 and 50. RGB value is (116,5,80). Sum of RGB (Red+Green+Blue) = 116+5+80=201 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.71% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 116 - color contains mainly: red. Hex color #740550 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740550 is #8BFAAF. Grayscale: #2E2E2E. Windows color (decimal): -9173680 or 5244276. OLE color: 5244276.

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

Color convert

RGB116580-
CMYK00.960.310.55
HSL319.46º91.74%23.73%-
HSV(B)319.46º95.69%45.49%-
XYZ8.74.47.98-
YUV46.74146.77177.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.71%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 80 (31.64% from 255) = 39.80%
R=57.71%
G=2.49%
B=39.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11658000.960.310.55319.4691.7423.73
Hex745500601F3713f5c18
Octal16451200140376747713430
Binary111010010110100000110000011111110111100111111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740550; }

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

 H1.HeaderClassName
 {
   color: #740550;
 }
 .AnyTagClassName
 {
   color: #740550;
 }
</style>
background-color css

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

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

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

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

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

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