#760D3A

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

Shades of Tyrian Purple #760D3A

Tints of Tyrian Purple #760D3A

Color information

#760D3A (or 0x760D3A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 0D and 3A. RGB value is (118,13,58). Sum of RGB (Red+Green+Blue) = 118+13+58=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #760D3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D3A is #89F2C5. Grayscale: #313131. Windows color (decimal): -9040582 or 3804534. OLE color: 3804534.

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

Color convert

RGB1181358-
CMYK00.890.510.54
HSL334.29º80.15%25.69%-
HSV(B)334.29º88.98%46.27%-
XYZ8.384.444.42-
YUV49.52132.79176.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.43%
GREEN value IS 13 (5.47% from 255) = 6.88%
BLUE value IS 58 (23.05% from 255) = 30.69%
R=62.43%
G=6.88%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118135800.890.510.54334.2980.1525.69
Hex76D3A059333614e501a
Octal16615720131636651612032
Binary1110110110111101001011001110011110110101001110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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