#760953

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

Shades of Tyrian Purple #760953

Tints of Tyrian Purple #760953

Color information

#760953 (or 0x760953) is unknown color: approx Tyrian Purple. HEX triplet: 76, 09 and 53. RGB value is (118,9,83). Sum of RGB (Red+Green+Blue) = 118+9+83=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #760953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760953 is #89F6AC. Grayscale: #313131. Windows color (decimal): -9041581 or 5441910. OLE color: 5441910.

HSL color Cylindrical-coordinate representation of color #760953: hue angle of 319.27º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760953 is Cyan = 0, Magento = 0.92, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB118983-
CMYK00.920.300.54
HSL319.27º85.83%24.9%-
HSV(B)319.27º92.37%46.27%-
XYZ9.134.678.6-
YUV50.03146.61176.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 56.19%
GREEN value IS 9 (3.91% from 255) = 4.29%
BLUE value IS 83 (32.81% from 255) = 39.52%
R=56.19%
G=4.29%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11898300.920.300.54319.2785.8324.9
Hex7695305C1E3613f5619
Octal166111230134366647712631
Binary1110110100110100110101110011110110110100111111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760953; }

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

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

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

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

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

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

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

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