#76053A

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

Shades of Tyrian Purple #76053A

Tints of Tyrian Purple #76053A

Color information

#76053A (or 0x76053A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 05 and 3A. RGB value is (118,5,58). Sum of RGB (Red+Green+Blue) = 118+5+58=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 58 (23.05% from 255 or 32.04% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76053A is #89FAC5. Grayscale: #2C2C2C. Windows color (decimal): -9042630 or 3802486. OLE color: 3802486.

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

Color convert

RGB118558-
CMYK00.960.510.54
HSL331.86º91.87%24.12%-
HSV(B)331.86º95.76%46.27%-
XYZ8.294.274.39-
YUV44.83135.44180.19-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 58 (23.05% from 255) = 32.04%
R=65.19%
G=2.76%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11855800.960.510.54331.8691.8724.12
Hex7653A060333614c5c18
Octal1665720140636651413430
Binary111011010111101001100000110011110110101001100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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