#740855

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

Shades of Tyrian Purple #740855

Tints of Tyrian Purple #740855

Color information

#740855 (or 0x740855) is unknown color: approx Tyrian Purple. HEX triplet: 74, 08 and 55. RGB value is (116,8,85). Sum of RGB (Red+Green+Blue) = 116+8+85=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #740855 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740855 is #8BF7AA. Grayscale: #303030. Windows color (decimal): -9172907 or 5572724. OLE color: 5572724.

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

Color convert

RGB116885-
CMYK00.930.270.55
HSL317.22º87.1%24.31%-
HSV(B)317.22º93.1%45.49%-
XYZ8.934.549-
YUV49.07148.28175.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.50%
GREEN value IS 8 (3.52% from 255) = 3.83%
BLUE value IS 85 (33.59% from 255) = 40.67%
R=55.50%
G=3.83%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11688500.930.270.55317.2287.124.31
Hex7485505D1B3713d5718
Octal164101250135336747512730
Binary1110100100010101010101110111011110111100111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740855; }

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

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

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

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

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

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

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

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