#760D3F

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

Shades of Tyrian Purple #760D3F

Tints of Tyrian Purple #760D3F

Color information

#760D3F (or 0x760D3F) is unknown color: approx Tyrian Purple. HEX triplet: 76, 0D and 3F. RGB value is (118,13,63). Sum of RGB (Red+Green+Blue) = 118+13+63=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #760D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D3F is #89F2C0. Grayscale: #323232. Windows color (decimal): -9040577 or 4132214. OLE color: 4132214.

HSL color Cylindrical-coordinate representation of color #760D3F: hue angle of 331.43º 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 #760D3F is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1181363-
CMYK00.890.470.54
HSL331.43º80.15%25.69%-
HSV(B)331.43º88.98%46.27%-
XYZ8.514.55.12-
YUV50.1135.29176.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 13 (5.47% from 255) = 6.70%
BLUE value IS 63 (25% from 255) = 32.47%
R=60.82%
G=6.70%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118136300.890.470.54331.4380.1525.69
Hex76D3F0592F3614b501a
Octal16615770131576651312032
Binary1110110110111111101011001101111110110101001011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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