#76023E

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

Shades of Tyrian Purple #76023E

Tints of Tyrian Purple #76023E

Color information

#76023E (or 0x76023E) is unknown color: approx Tyrian Purple. HEX triplet: 76, 02 and 3E. RGB value is (118,2,62). Sum of RGB (Red+Green+Blue) = 118+2+62=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #76023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76023E is #89FDC1. Grayscale: #2B2B2B. Windows color (decimal): -9043394 or 4063862. OLE color: 4063862.

HSL color Cylindrical-coordinate representation of color #76023E: hue angle of 328.97º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76023E is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB118262-
CMYK00.980.470.54
HSL328.97º96.67%23.53%-
HSV(B)328.97º98.31%46.27%-
XYZ8.364.244.94-
YUV43.52138.43181.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.84%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 62 (24.61% from 255) = 34.07%
R=64.84%
G=1.10%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11826200.980.470.54328.9796.6723.53
Hex7623E0622F361496118
Octal1662760142576651114130
Binary11101101011111001100010101111110110101001001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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