#760545

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

Shades of Tyrian Purple #760545

Tints of Tyrian Purple #760545

Color information

#760545 (or 0x760545) is unknown color: approx Tyrian Purple. HEX triplet: 76, 05 and 45. RGB value is (118,5,69). Sum of RGB (Red+Green+Blue) = 118+5+69=192 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.46% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 118 - color contains mainly: red. Hex color #760545 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760545 is #89FABA. Grayscale: #2D2D2D. Windows color (decimal): -9042619 or 4523382. OLE color: 4523382.

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

Color convert

RGB118569-
CMYK00.960.420.54
HSL326.02º91.87%24.12%-
HSV(B)326.02º95.76%46.27%-
XYZ8.64.396.02-
YUV46.08140.94179.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 61.46%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=61.46%
G=2.60%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11856900.960.420.54326.0291.8724.12
Hex765450602A361465c18
Octal16651050140526650613430
Binary1110110101100010101100000101010110110101000110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760545; }

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

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

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

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

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

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

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

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