#760637

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

Shades of Tyrian Purple #760637

Tints of Tyrian Purple #760637

Color information

#760637 (or 0x760637) is unknown color: approx Tyrian Purple. HEX triplet: 76, 06 and 37. RGB value is (118,6,55). Sum of RGB (Red+Green+Blue) = 118+6+55=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 55 (21.88% from 255 or 30.73% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #760637 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760637 is #89F9C8. Grayscale: #2C2C2C. Windows color (decimal): -9042377 or 3606134. OLE color: 3606134.

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

Color convert

RGB118655-
CMYK00.950.530.54
HSL333.75º90.32%24.31%-
HSV(B)333.75º94.92%46.27%-
XYZ8.234.264-
YUV45.07133.61180.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.92%
GREEN value IS 6 (2.73% from 255) = 3.35%
BLUE value IS 55 (21.88% from 255) = 30.73%
R=65.92%
G=3.35%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11865500.950.530.54333.7590.3224.31
Hex7663705F353614e5a18
Octal1666670137656651613230
Binary111011011011011101011111110101110110101001110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760637; }

 p { color: rgb(118,6,55); }

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

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

 a { background-color: rgb(118,6,55); }

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

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

 span { border-color: rgb(118,6,55); }

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