#740858

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

Shades of Tyrian Purple #740858

Tints of Tyrian Purple #740858

Color information

#740858 (or 0x740858) is unknown color: approx Tyrian Purple. HEX triplet: 74, 08 and 58. RGB value is (116,8,88). Sum of RGB (Red+Green+Blue) = 116+8+88=212 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.72% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 116 - color contains mainly: red. Hex color #740858 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740858 is #8BF7A7. Grayscale: #313131. Windows color (decimal): -9172904 or 5769332. OLE color: 5769332.

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

Color convert

RGB116888-
CMYK00.930.240.55
HSL315.56º87.1%24.31%-
HSV(B)315.56º93.1%45.49%-
XYZ9.054.599.64-
YUV49.41149.78175.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 54.72%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 88 (34.77% from 255) = 41.51%
R=54.72%
G=3.77%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11688800.930.240.55315.5687.124.31
Hex7485805D183713c5718
Octal164101300135306747412730
Binary1110100100010110000101110111000110111100111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #740858; }

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

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

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

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

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

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

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

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