#760436

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

Shades of Tyrian Purple #760436

Tints of Tyrian Purple #760436

Color information

#760436 (or 0x760436) is unknown color: approx Tyrian Purple. HEX triplet: 76, 04 and 36. RGB value is (118,4,54). Sum of RGB (Red+Green+Blue) = 118+4+54=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 54 (21.48% from 255 or 30.68% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #760436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760436 is #89FBC9. Grayscale: #2B2B2B. Windows color (decimal): -9042890 or 3540086. OLE color: 3540086.

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

Color convert

RGB118454-
CMYK00.970.540.54
HSL333.68º93.44%23.92%-
HSV(B)333.68º96.61%46.27%-
XYZ8.184.23.87-
YUV43.79133.77180.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 67.05%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 54 (21.48% from 255) = 30.68%
R=67.05%
G=2.27%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11845400.970.540.54333.6893.4423.92
Hex76436061363614e5d18
Octal1664660141666651613530
Binary111011010011011001100001110110110110101001110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760436; }

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

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

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

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

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

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

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

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