#760437

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

Shades of Tyrian Purple #760437

Tints of Tyrian Purple #760437

Color information

#760437 (or 0x760437) is unknown color: approx Tyrian Purple. HEX triplet: 76, 04 and 37. RGB value is (118,4,55). Sum of RGB (Red+Green+Blue) = 118+4+55=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 4 (1.95% from 255 or 2.26% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #760437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760437 is #89FBC8. Grayscale: #2B2B2B. Windows color (decimal): -9042889 or 3605622. OLE color: 3605622.

HSL color Cylindrical-coordinate representation of color #760437: hue angle of 333.16º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760437 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB118455-
CMYK00.970.530.54
HSL333.16º93.44%23.92%-
HSV(B)333.16º96.61%46.27%-
XYZ8.24.214-
YUV43.9134.27180.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 2.26%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=66.67%
G=2.26%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11845500.970.530.54333.1693.4423.92
Hex76437061353614d5d18
Octal1664670141656651513530
Binary111011010011011101100001110101110110101001101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760437; }

 p { color: rgb(118,4,55); }

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

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

 a { background-color: rgb(118,4,55); }

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

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

 span { border-color: rgb(118,4,55); }

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