#760638

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

Shades of Tyrian Purple #760638

Tints of Tyrian Purple #760638

Color information

#760638 (or 0x760638) is unknown color: approx Tyrian Purple. HEX triplet: 76, 06 and 38. RGB value is (118,6,56). Sum of RGB (Red+Green+Blue) = 118+6+56=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #760638 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760638 is #89F9C7. Grayscale: #2D2D2D. Windows color (decimal): -9042376 or 3671670. OLE color: 3671670.

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

Color convert

RGB118656-
CMYK00.950.530.54
HSL333.21º90.32%24.31%-
HSV(B)333.21º94.92%46.27%-
XYZ8.254.274.13-
YUV45.19134.11179.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.56%
GREEN value IS 6 (2.73% from 255) = 3.33%
BLUE value IS 56 (22.27% from 255) = 31.11%
R=65.56%
G=3.33%
B=31.11%

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
Decimal11865600.950.530.54333.2190.3224.31
Hex7663805F353614d5a18
Octal1666700137656651513230
Binary111011011011100001011111110101110110101001101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760638; }

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

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

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

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

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

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

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

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