#760735

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

Shades of Tyrian Purple #760735

Tints of Tyrian Purple #760735

Color information

#760735 (or 0x760735) is unknown color: approx Tyrian Purple. HEX triplet: 76, 07 and 35. RGB value is (118,7,53). Sum of RGB (Red+Green+Blue) = 118+7+53=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 53 (21.09% from 255 or 29.78% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #760735 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760735 is #89F8CA. Grayscale: #2D2D2D. Windows color (decimal): -9042123 or 3475318. OLE color: 3475318.

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

Color convert

RGB118753-
CMYK00.940.550.54
HSL335.14º88.8%24.51%-
HSV(B)335.14º94.07%46.27%-
XYZ8.194.263.76-
YUV45.43132.27179.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.29%
GREEN value IS 7 (3.12% from 255) = 3.93%
BLUE value IS 53 (21.09% from 255) = 29.78%
R=66.29%
G=3.93%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11875300.940.550.54335.1488.824.51
Hex7673505E373614f5919
Octal1667650136676651713131
Binary111011011111010101011110110111110110101001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760735; }

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

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

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

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

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

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

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

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