#740255

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

Shades of Tyrian Purple #740255

Tints of Tyrian Purple #740255

Color information

#740255 (or 0x740255) is unknown color: approx Tyrian Purple. HEX triplet: 74, 02 and 55. RGB value is (116,2,85). Sum of RGB (Red+Green+Blue) = 116+2+85=203 (26% of max value = 765). Red value is 116 (45.70% from 255 or 57.14% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 116 - color contains mainly: red. Hex color #740255 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740255 is #8BFDAA. Grayscale: #2D2D2D. Windows color (decimal): -9174443 or 5571188. OLE color: 5571188.

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

Color convert

RGB116285-
CMYK00.980.270.55
HSL316.32º96.61%23.14%-
HSV(B)316.32º98.28%45.49%-
XYZ8.864.418.98-
YUV45.55150.27178.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 57.14%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=57.14%
G=0.99%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11628500.980.270.55316.3296.6123.14
Hex742550621B3713c6117
Octal16421250142336747414127
Binary11101001010101010110001011011110111100111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740255; }

 p { color: rgb(116,2,85); }

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

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

 a { background-color: rgb(116,2,85); }

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

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

 span { border-color: rgb(116,2,85); }

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