#760353

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

Shades of Tyrian Purple #760353

Tints of Tyrian Purple #760353

Color information

#760353 (or 0x760353) is unknown color: approx Tyrian Purple. HEX triplet: 76, 03 and 53. RGB value is (118,3,83). Sum of RGB (Red+Green+Blue) = 118+3+83=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #760353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760353 is #89FCAC. Grayscale: #2E2E2E. Windows color (decimal): -9043117 or 5440374. OLE color: 5440374.

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

Color convert

RGB118383-
CMYK00.970.300.54
HSL318.26º95.04%23.73%-
HSV(B)318.26º97.46%46.27%-
XYZ9.074.548.58-
YUV46.5148.6179-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 3 (1.56% from 255) = 1.47%
BLUE value IS 83 (32.81% from 255) = 40.69%
R=57.84%
G=1.47%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11838300.970.300.54318.2695.0423.73
Hex763530611E3613e5f18
Octal16631230141366647613730
Binary11101101110100110110000111110110110100111110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760353; }

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

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

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

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

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

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

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

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