#760750

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

Shades of Tyrian Purple #760750

Tints of Tyrian Purple #760750

Color information

#760750 (or 0x760750) is unknown color: approx Tyrian Purple. HEX triplet: 76, 07 and 50. RGB value is (118,7,80). Sum of RGB (Red+Green+Blue) = 118+7+80=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 7 (3.12% from 255 or 3.41% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #760750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760750 is #89F8AF. Grayscale: #303030. Windows color (decimal): -9042096 or 5244790. OLE color: 5244790.

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

Color convert

RGB118780-
CMYK00.940.320.54
HSL320.54º88.8%24.51%-
HSV(B)320.54º94.07%46.27%-
XYZ94.588-
YUV48.51145.77177.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.56%
GREEN value IS 7 (3.12% from 255) = 3.41%
BLUE value IS 80 (31.64% from 255) = 39.02%
R=57.56%
G=3.41%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11878000.940.320.54320.5488.824.51
Hex7675005E20361415919
Octal16671200136406650113131
Binary1110110111101000001011110100000110110101000001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760750; }

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

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

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

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

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

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

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

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