#760640

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

Shades of Tyrian Purple #760640

Tints of Tyrian Purple #760640

Color information

#760640 (or 0x760640) is unknown color: approx Tyrian Purple. HEX triplet: 76, 06 and 40. RGB value is (118,6,64). Sum of RGB (Red+Green+Blue) = 118+6+64=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #760640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760640 is #89F9BF. Grayscale: #2D2D2D. Windows color (decimal): -9042368 or 4195958. OLE color: 4195958.

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

Color convert

RGB118664-
CMYK00.950.460.54
HSL328.93º90.32%24.31%-
HSV(B)328.93º94.92%46.27%-
XYZ8.464.355.24-
YUV46.1138.11179.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.77%
GREEN value IS 6 (2.73% from 255) = 3.19%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=62.77%
G=3.19%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11866400.950.460.54328.9390.3224.31
Hex7664005F2E361495a18
Octal16661000137566651113230
Binary1110110110100000001011111101110110110101001001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760640; }

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

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

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

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

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

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

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

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