#76023F

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

Shades of Tyrian Purple #76023F

Tints of Tyrian Purple #76023F

Color information

#76023F (or 0x76023F) is unknown color: approx Tyrian Purple. HEX triplet: 76, 02 and 3F. RGB value is (118,2,63). Sum of RGB (Red+Green+Blue) = 118+2+63=183 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.48% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 63 (25% from 255 or 34.43% from 183); Max value from RGB is 118 - color contains mainly: red. Hex color #76023F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76023F is #89FDC0. Grayscale: #2B2B2B. Windows color (decimal): -9043393 or 4129398. OLE color: 4129398.

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

Color convert

RGB118263-
CMYK00.980.470.54
HSL328.45º96.67%23.53%-
HSV(B)328.45º98.31%46.27%-
XYZ8.394.255.08-
YUV43.64138.93181.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 64.48%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 63 (25% from 255) = 34.43%
R=64.48%
G=1.09%
B=34.43%

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
Decimal11826300.980.470.54328.4596.6723.53
Hex7623F0622F361486118
Octal1662770142576651014130
Binary11101101011111101100010101111110110101001000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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