#760157

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

Shades of Tyrian Purple #760157

Tints of Tyrian Purple #760157

Color information

#760157 (or 0x760157) is unknown color: approx Tyrian Purple. HEX triplet: 76, 01 and 57. RGB value is (118,1,87). Sum of RGB (Red+Green+Blue) = 118+1+87=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 87 (34.38% from 255 or 42.23% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #760157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760157 is #89FEA8. Grayscale: #2D2D2D. Windows color (decimal): -9043625 or 5702006. OLE color: 5702006.

HSL color Cylindrical-coordinate representation of color #760157: hue angle of 315.9º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760157 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB118187-
CMYK00.990.260.54
HSL315.9º98.32%23.33%-
HSV(B)315.9º99.15%46.27%-
XYZ9.24.569.41-
YUV45.79151.26179.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.28%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 87 (34.38% from 255) = 42.23%
R=57.28%
G=0.49%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11818700.990.260.54315.998.3223.33
Hex761570631A3613c6217
Octal16611270143326647414227
Binary1110110110101110110001111010110110100111100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760157; }

 p { color: rgb(118,1,87); }

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

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

 a { background-color: rgb(118,1,87); }

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

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

 span { border-color: rgb(118,1,87); }

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