#760955

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

Shades of Tyrian Purple #760955

Tints of Tyrian Purple #760955

Color information

#760955 (or 0x760955) is unknown color: approx Tyrian Purple. HEX triplet: 76, 09 and 55. RGB value is (118,9,85). Sum of RGB (Red+Green+Blue) = 118+9+85=212 (28% of max value = 765). Red value is 118 (46.48% from 255 or 55.66% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 118 - color contains mainly: red. Hex color #760955 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760955 is #89F6AA. Grayscale: #323232. Windows color (decimal): -9041579 or 5572982. OLE color: 5572982.

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

Color convert

RGB118985-
CMYK00.920.280.54
HSL318.17º85.83%24.9%-
HSV(B)318.17º92.37%46.27%-
XYZ9.214.79.02-
YUV50.26147.61176.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 55.66%
GREEN value IS 9 (3.91% from 255) = 4.25%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=55.66%
G=4.25%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11898500.920.280.54318.1785.8324.9
Hex7695505C1C3613e5619
Octal166111250134346647612631
Binary1110110100110101010101110011100110110100111110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760955; }

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

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

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

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

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

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

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

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