#76053B

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

Shades of Tyrian Purple #76053B

Tints of Tyrian Purple #76053B

Color information

#76053B (or 0x76053B) is unknown color: approx Tyrian Purple. HEX triplet: 76, 05 and 3B. RGB value is (118,5,59). Sum of RGB (Red+Green+Blue) = 118+5+59=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 59 (23.44% from 255 or 32.42% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76053B is #89FAC4. Grayscale: #2C2C2C. Windows color (decimal): -9042629 or 3868022. OLE color: 3868022.

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

Color convert

RGB118559-
CMYK00.960.500.54
HSL331.33º91.87%24.12%-
HSV(B)331.33º95.76%46.27%-
XYZ8.314.284.52-
YUV44.94135.94180.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.84%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 59 (23.44% from 255) = 32.42%
R=64.84%
G=2.75%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11855900.960.500.54331.3391.8724.12
Hex7653B060323614b5c18
Octal1665730140626651313430
Binary111011010111101101100000110010110110101001011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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