#76033C

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

Shades of Tyrian Purple #76033C

Tints of Tyrian Purple #76033C

Color information

#76033C (or 0x76033C) is unknown color: approx Tyrian Purple. HEX triplet: 76, 03 and 3C. RGB value is (118,3,60). Sum of RGB (Red+Green+Blue) = 118+3+60=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 60 (23.83% from 255 or 33.15% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #76033C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76033C is #89FCC3. Grayscale: #2B2B2B. Windows color (decimal): -9043140 or 3933046. OLE color: 3933046.

HSL color Cylindrical-coordinate representation of color #76033C: hue angle of 330.26º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76033C is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB118360-
CMYK00.970.490.54
HSL330.26º95.04%23.73%-
HSV(B)330.26º97.46%46.27%-
XYZ8.324.244.66-
YUV43.88137.1180.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 65.19%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 60 (23.83% from 255) = 33.15%
R=65.19%
G=1.66%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11836000.970.490.54330.2695.0423.73
Hex7633C061313614a5f18
Octal1663740141616651213730
Binary11101101111110001100001110001110110101001010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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