#760639

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

Shades of Tyrian Purple #760639

Tints of Tyrian Purple #760639

Color information

#760639 (or 0x760639) is unknown color: approx Tyrian Purple. HEX triplet: 76, 06 and 39. RGB value is (118,6,57). Sum of RGB (Red+Green+Blue) = 118+6+57=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 57 (22.66% from 255 or 31.49% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #760639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760639 is #89F9C6. Grayscale: #2D2D2D. Windows color (decimal): -9042375 or 3737206. OLE color: 3737206.

HSL color Cylindrical-coordinate representation of color #760639: hue angle of 332.68º 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 #760639 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB118657-
CMYK00.950.520.54
HSL332.68º90.32%24.31%-
HSV(B)332.68º94.92%46.27%-
XYZ8.274.284.26-
YUV45.3134.61179.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 6 (2.73% from 255) = 3.31%
BLUE value IS 57 (22.66% from 255) = 31.49%
R=65.19%
G=3.31%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11865700.950.520.54332.6890.3224.31
Hex7663905F343614d5a18
Octal1666710137646651513230
Binary111011011011100101011111110100110110101001101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760639; }

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

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

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

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

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

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

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

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