#760358

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

Shades of Tyrian Purple #760358

Tints of Tyrian Purple #760358

Color information

#760358 (or 0x760358) is unknown color: approx Tyrian Purple. HEX triplet: 76, 03 and 58. RGB value is (118,3,88). Sum of RGB (Red+Green+Blue) = 118+3+88=209 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.46% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 88 (34.77% from 255 or 42.11% from 209); Max value from RGB is 118 - color contains mainly: red. Hex color #760358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760358 is #89FCA7. Grayscale: #2E2E2E. Windows color (decimal): -9043112 or 5768054. OLE color: 5768054.

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

Color convert

RGB118388-
CMYK00.970.250.54
HSL315.65º95.04%23.73%-
HSV(B)315.65º97.46%46.27%-
XYZ9.274.629.64-
YUV47.08151.1178.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.46%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 88 (34.77% from 255) = 42.11%
R=56.46%
G=1.44%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11838800.970.250.54315.6595.0423.73
Hex76358061193613c5f18
Octal16631300141316647413730
Binary11101101110110000110000111001110110100111100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760358; }

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

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

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

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

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

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

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

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