#760636

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

Shades of Tyrian Purple #760636

Tints of Tyrian Purple #760636

Color information

#760636 (or 0x760636) is unknown color: approx Tyrian Purple. HEX triplet: 76, 06 and 36. RGB value is (118,6,54). Sum of RGB (Red+Green+Blue) = 118+6+54=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #760636 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760636 is #89F9C9. Grayscale: #2C2C2C. Windows color (decimal): -9042378 or 3540598. OLE color: 3540598.

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

Color convert

RGB118654-
CMYK00.950.540.54
HSL334.29º90.32%24.31%-
HSV(B)334.29º94.92%46.27%-
XYZ8.24.253.88-
YUV44.96133.11180.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.29%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 54 (21.48% from 255) = 30.34%
R=66.29%
G=3.37%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11865400.950.540.54334.2990.3224.31
Hex7663605F363614e5a18
Octal1666660137666651613230
Binary111011011011011001011111110110110110101001110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760636; }

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

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

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

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

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

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

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

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