#760755

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

Shades of Tyrian Purple #760755

Tints of Tyrian Purple #760755

Color information

#760755 (or 0x760755) is unknown color: approx Tyrian Purple. HEX triplet: 76, 07 and 55. RGB value is (118,7,85). Sum of RGB (Red+Green+Blue) = 118+7+85=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #760755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760755 is #89F8AA. Grayscale: #303030. Windows color (decimal): -9042091 or 5572470. OLE color: 5572470.

HSL color Cylindrical-coordinate representation of color #760755: hue angle of 317.84º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760755 is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB118785-
CMYK00.940.280.54
HSL317.84º88.8%24.51%-
HSV(B)317.84º94.07%46.27%-
XYZ9.194.669.01-
YUV49.08148.27177.16-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 7 (3.12% from 255) = 3.33%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=56.19%
G=3.33%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11878500.940.280.54317.8488.824.51
Hex7675505E1C3613e5919
Octal16671250136346647613131
Binary111011011110101010101111011100110110100111110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760755; }

 p { color: rgb(118,7,85); }

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

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

 a { background-color: rgb(118,7,85); }

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

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

 span { border-color: rgb(118,7,85); }

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