#760356

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

Shades of Tyrian Purple #760356

Tints of Tyrian Purple #760356

Color information

#760356 (or 0x760356) is unknown color: approx Tyrian Purple. HEX triplet: 76, 03 and 56. RGB value is (118,3,86). Sum of RGB (Red+Green+Blue) = 118+3+86=207 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.00% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 86 (33.98% from 255 or 41.55% from 207); Max value from RGB is 118 - color contains mainly: red. Hex color #760356 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760356 is #89FCA9. Grayscale: #2E2E2E. Windows color (decimal): -9043114 or 5636982. OLE color: 5636982.

HSL color Cylindrical-coordinate representation of color #760356: hue angle of 316.7º 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 #760356 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB118386-
CMYK00.970.270.54
HSL316.7º95.04%23.73%-
HSV(B)316.7º97.46%46.27%-
XYZ9.184.599.21-
YUV46.85150.1178.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.00%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 86 (33.98% from 255) = 41.55%
R=57.00%
G=1.45%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11838600.970.270.54316.795.0423.73
Hex763560611B3613d5f18
Octal16631260141336647513730
Binary11101101110101100110000111011110110100111101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760356; }

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

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

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

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

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

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

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

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