#76015A

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

Shades of Tyrian Purple #76015A

Tints of Tyrian Purple #76015A

Color information

#76015A (or 0x76015A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 01 and 5A. RGB value is (118,1,90). Sum of RGB (Red+Green+Blue) = 118+1+90=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 90 (35.55% from 255 or 43.06% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #76015A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76015A is #89FEA5. Grayscale: #2D2D2D. Windows color (decimal): -9043622 or 5898614. OLE color: 5898614.

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

Color convert

RGB118190-
CMYK00.990.240.54
HSL314.36º98.32%23.33%-
HSV(B)314.36º99.15%46.27%-
XYZ9.334.6110.07-
YUV46.13152.76179.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 90 (35.55% from 255) = 43.06%
R=56.46%
G=0.48%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11819000.990.240.54314.3698.3223.33
Hex7615A063183613a6217
Octal16611320143306647214227
Binary1110110110110100110001111000110110100111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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