#76013B

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

Shades of Tyrian Purple #76013B

Tints of Tyrian Purple #76013B

Color information

#76013B (or 0x76013B) is unknown color: approx Tyrian Purple. HEX triplet: 76, 01 and 3B. RGB value is (118,1,59). Sum of RGB (Red+Green+Blue) = 118+1+59=178 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.29% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 59 (23.44% from 255 or 33.15% from 178); Max value from RGB is 118 - color contains mainly: red. Hex color #76013B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76013B is #89FEC4. Grayscale: #2A2A2A. Windows color (decimal): -9043653 or 3866998. OLE color: 3866998.

HSL color Cylindrical-coordinate representation of color #76013B: hue angle of 330.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76013B is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB118159-
CMYK00.990.500.54
HSL330.26º98.32%23.33%-
HSV(B)330.26º99.15%46.27%-
XYZ8.274.194.51-
YUV42.6137.26181.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 66.29%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 59 (23.44% from 255) = 33.15%
R=66.29%
G=0.56%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11815900.990.500.54330.2698.3223.33
Hex7613B063323614a6217
Octal1661730143626651214227
Binary1110110111101101100011110010110110101001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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