#76035A

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

Shades of Tyrian Purple #76035A

Tints of Tyrian Purple #76035A

Color information

#76035A (or 0x76035A) is unknown color: approx Tyrian Purple. HEX triplet: 76, 03 and 5A. RGB value is (118,3,90). Sum of RGB (Red+Green+Blue) = 118+3+90=211 (27% of max value = 765). Red value is 118 (46.48% from 255 or 55.92% from 211); Green value is 3 (1.56% from 255 or 1.42% from 211); Blue value is 90 (35.55% from 255 or 42.65% from 211); Max value from RGB is 118 - color contains mainly: red. Hex color #76035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76035A is #89FCA5. Grayscale: #2F2F2F. Windows color (decimal): -9043110 or 5899126. OLE color: 5899126.

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

Color convert

RGB118390-
CMYK00.970.240.54
HSL314.61º95.04%23.73%-
HSV(B)314.61º97.46%46.27%-
XYZ9.354.6510.08-
YUV47.3152.1178.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.92%
GREEN value IS 3 (1.56% from 255) = 1.42%
BLUE value IS 90 (35.55% from 255) = 42.65%
R=55.92%
G=1.42%
B=42.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11839000.970.240.54314.6195.0423.73
Hex7635A061183613b5f18
Octal16631320141306647313730
Binary11101101110110100110000111000110110100111011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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