#760A4B

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

Shades of Tyrian Purple #760A4B

Tints of Tyrian Purple #760A4B

Color information

#760A4B (or 0x760A4B) is unknown color: approx Tyrian Purple. HEX triplet: 76, 0A and 4B. RGB value is (118,10,75). Sum of RGB (Red+Green+Blue) = 118+10+75=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #760A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760A4B is #89F5B4. Grayscale: #313131. Windows color (decimal): -9041333 or 4917878. OLE color: 4917878.

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

Color convert

RGB1181075-
CMYK00.920.360.54
HSL323.89º84.38%25.1%-
HSV(B)323.89º91.53%46.27%-
XYZ8.854.587.07-
YUV49.7142.28176.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.13%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 75 (29.69% from 255) = 36.95%
R=58.13%
G=4.93%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118107500.920.360.54323.8984.3825.1
Hex76A4B05C24361445419
Octal166121130134446650412431
Binary11101101010100101101011100100100110110101000100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760A4B; }

 p { color: rgb(118,10,75); }

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

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

 a { background-color: rgb(118,10,75); }

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

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

 span { border-color: rgb(118,10,75); }

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