#76033D

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

Shades of Tyrian Purple #76033D

Tints of Tyrian Purple #76033D

Color information

#76033D (or 0x76033D) is unknown color: approx Tyrian Purple. HEX triplet: 76, 03 and 3D. RGB value is (118,3,61). Sum of RGB (Red+Green+Blue) = 118+3+61=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76033D is #89FCC2. Grayscale: #2B2B2B. Windows color (decimal): -9043139 or 3998582. OLE color: 3998582.

HSL color Cylindrical-coordinate representation of color #76033D: hue angle of 329.74º 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 #76033D is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB118361-
CMYK00.970.480.54
HSL329.74º95.04%23.73%-
HSV(B)329.74º97.46%46.27%-
XYZ8.354.254.8-
YUV44137.6180.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.84%
GREEN value IS 3 (1.56% from 255) = 1.65%
BLUE value IS 61 (24.22% from 255) = 33.52%
R=64.84%
G=1.65%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11836100.970.480.54329.7495.0423.73
Hex7633D061303614a5f18
Octal1663750141606651213730
Binary11101101111110101100001110000110110101001010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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