#76083C

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

Shades of Tyrian Purple #76083C

Tints of Tyrian Purple #76083C

Color information

#76083C (or 0x76083C) is unknown color: approx Tyrian Purple. HEX triplet: 76, 08 and 3C. RGB value is (118,8,60). Sum of RGB (Red+Green+Blue) = 118+8+60=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 8 (3.52% from 255 or 4.30% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #76083C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76083C is #89F7C3. Grayscale: #2E2E2E. Windows color (decimal): -9041860 or 3934326. OLE color: 3934326.

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

Color convert

RGB118860-
CMYK00.930.490.54
HSL331.64º87.3%24.71%-
HSV(B)331.64º93.22%46.27%-
XYZ8.374.354.67-
YUV46.82135.44178.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.44%
GREEN value IS 8 (3.52% from 255) = 4.30%
BLUE value IS 60 (23.83% from 255) = 32.26%
R=63.44%
G=4.30%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11886000.930.490.54331.6487.324.71
Hex7683C05D313614c5719
Octal16610740135616651412731
Binary1110110100011110001011101110001110110101001100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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