#76083E

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

Shades of Tyrian Purple #76083E

Tints of Tyrian Purple #76083E

Color information

#76083E (or 0x76083E) is unknown color: approx Tyrian Purple. HEX triplet: 76, 08 and 3E. RGB value is (118,8,62). Sum of RGB (Red+Green+Blue) = 118+8+62=188 (24% of max value = 765). Red value is 118 (46.48% from 255 or 62.77% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 118 - color contains mainly: red. Hex color #76083E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76083E is #89F7C1. Grayscale: #2E2E2E. Windows color (decimal): -9041858 or 4065398. OLE color: 4065398.

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

Color convert

RGB118862-
CMYK00.930.470.54
HSL330.55º87.3%24.71%-
HSV(B)330.55º93.22%46.27%-
XYZ8.434.374.96-
YUV47.05136.44178.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 62.77%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 62 (24.61% from 255) = 32.98%
R=62.77%
G=4.26%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11886200.930.470.54330.5587.324.71
Hex7683E05D2F3614b5719
Octal16610760135576651312731
Binary1110110100011111001011101101111110110101001011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76083E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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