#760B3A

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

Shades of Tyrian Purple #760B3A

Tints of Tyrian Purple #760B3A

Color information

#760B3A (or 0x760B3A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 0B and 3A. RGB value is (118,11,58). Sum of RGB (Red+Green+Blue) = 118+11+58=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #760B3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760B3A is #89F4C5. Grayscale: #303030. Windows color (decimal): -9041094 or 3804022. OLE color: 3804022.

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

Color convert

RGB1181158-
CMYK00.910.510.54
HSL333.64º82.95%25.29%-
HSV(B)333.64º90.68%46.27%-
XYZ8.354.44.41-
YUV48.35133.45177.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.10%
GREEN value IS 11 (4.69% from 255) = 5.88%
BLUE value IS 58 (23.05% from 255) = 31.02%
R=63.10%
G=5.88%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118115800.910.510.54333.6482.9525.29
Hex76B3A05B333614e5319
Octal16613720133636651612331
Binary1110110101111101001011011110011110110101001110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,11,58); }

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

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

 a { background-color: rgb(118,11,58); }

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

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

 span { border-color: rgb(118,11,58); }

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