#76053C

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

Shades of Tyrian Purple #76053C

Tints of Tyrian Purple #76053C

Color information

#76053C (or 0x76053C) is unknown color: approx Tyrian Purple. HEX triplet: 76, 05 and 3C. RGB value is (118,5,60). Sum of RGB (Red+Green+Blue) = 118+5+60=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76053C is #89FAC3. Grayscale: #2C2C2C. Windows color (decimal): -9042628 or 3933558. OLE color: 3933558.

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

Color convert

RGB118560-
CMYK00.960.490.54
HSL330.8º91.87%24.12%-
HSV(B)330.8º95.76%46.27%-
XYZ8.344.294.66-
YUV45.06136.44180.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 60 (23.83% from 255) = 32.79%
R=64.48%
G=2.73%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11856000.960.490.54330.891.8724.12
Hex7653C060313614b5c18
Octal1665740140616651313430
Binary111011010111110001100000110001110110101001011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76053C; }

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

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

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

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

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

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

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

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