#76083A

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

Shades of Tyrian Purple #76083A

Tints of Tyrian Purple #76083A

Color information

#76083A (or 0x76083A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 08 and 3A. RGB value is (118,8,58). Sum of RGB (Red+Green+Blue) = 118+8+58=184 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.13% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 118 - color contains mainly: red. Hex color #76083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76083A is #89F7C5. Grayscale: #2E2E2E. Windows color (decimal): -9041862 or 3803254. OLE color: 3803254.

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

Color convert

RGB118858-
CMYK00.930.510.54
HSL332.73º87.3%24.71%-
HSV(B)332.73º93.22%46.27%-
XYZ8.324.334.4-
YUV46.59134.44178.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.13%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=64.13%
G=4.35%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11885800.930.510.54332.7387.324.71
Hex7683A05D333614d5719
Octal16610720135636651512731
Binary1110110100011101001011101110011110110101001101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76083A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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