#76083B

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

Shades of Tyrian Purple #76083B

Tints of Tyrian Purple #76083B

Color information

#76083B (or 0x76083B) is unknown color: approx Tyrian Purple. HEX triplet: 76, 08 and 3B. RGB value is (118,8,59). Sum of RGB (Red+Green+Blue) = 118+8+59=185 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.78% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 118 - color contains mainly: red. Hex color #76083B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76083B is #89F7C4. Grayscale: #2E2E2E. Windows color (decimal): -9041861 or 3868790. OLE color: 3868790.

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

Color convert

RGB118859-
CMYK00.930.500.54
HSL332.18º87.3%24.71%-
HSV(B)332.18º93.22%46.27%-
XYZ8.354.344.54-
YUV46.7134.94178.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 63.78%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 59 (23.44% from 255) = 31.89%
R=63.78%
G=4.32%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11885900.930.500.54332.1887.324.71
Hex7683B05D323614c5719
Octal16610730135626651412731
Binary1110110100011101101011101110010110110101001100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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