#76075A

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

Shades of Tyrian Purple #76075A

Tints of Tyrian Purple #76075A

Color information

#76075A (or 0x76075A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 07 and 5A. RGB value is (118,7,90). Sum of RGB (Red+Green+Blue) = 118+7+90=215 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.88% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 118 - color contains mainly: red. Hex color #76075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76075A is #89F8A5. Grayscale: #313131. Windows color (decimal): -9042086 or 5900150. OLE color: 5900150.

HSL color Cylindrical-coordinate representation of color #76075A: hue angle of 315.14º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #76075A is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB118790-
CMYK00.940.240.54
HSL315.14º88.8%24.51%-
HSV(B)315.14º94.07%46.27%-
XYZ9.394.7410.09-
YUV49.65150.77176.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 54.88%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=54.88%
G=3.26%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11879000.940.240.54315.1488.824.51
Hex7675A05E183613b5919
Octal16671320136306647313131
Binary111011011110110100101111011000110110100111011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76075A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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