#760357

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

Shades of Tyrian Purple #760357

Tints of Tyrian Purple #760357

Color information

#760357 (or 0x760357) is unknown color: approx Tyrian Purple. HEX triplet: 76, 03 and 57. RGB value is (118,3,87). Sum of RGB (Red+Green+Blue) = 118+3+87=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #760357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760357 is #89FCA8. Grayscale: #2E2E2E. Windows color (decimal): -9043113 or 5702518. OLE color: 5702518.

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

Color convert

RGB118387-
CMYK00.970.260.54
HSL316.17º95.04%23.73%-
HSV(B)316.17º97.46%46.27%-
XYZ9.224.69.42-
YUV46.96150.6178.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.73%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=56.73%
G=1.44%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11838700.970.260.54316.1795.0423.73
Hex763570611A3613c5f18
Octal16631270141326647413730
Binary11101101110101110110000111010110110100111100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760357; }

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

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

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

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

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

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

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

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