#760536

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

Shades of Tyrian Purple #760536

Tints of Tyrian Purple #760536

Color information

#760536 (or 0x760536) is unknown color: approx Tyrian Purple. HEX triplet: 76, 05 and 36. RGB value is (118,5,54). Sum of RGB (Red+Green+Blue) = 118+5+54=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #760536 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760536 is #89FAC9. Grayscale: #2C2C2C. Windows color (decimal): -9042634 or 3540342. OLE color: 3540342.

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

Color convert

RGB118554-
CMYK00.960.540.54
HSL333.98º91.87%24.12%-
HSV(B)333.98º95.76%46.27%-
XYZ8.194.233.87-
YUV44.37133.44180.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.67%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 54 (21.48% from 255) = 30.51%
R=66.67%
G=2.82%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.54
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11855400.960.540.54333.9891.8724.12
Hex76536060363614e5c18
Octal1665660140666651613430
Binary111011010111011001100000110110110110101001110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760536; }

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

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

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

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

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

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

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

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