#760551

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

Shades of Tyrian Purple #760551

Tints of Tyrian Purple #760551

Color information

#760551 (or 0x760551) is unknown color: approx Tyrian Purple. HEX triplet: 76, 05 and 51. RGB value is (118,5,81). Sum of RGB (Red+Green+Blue) = 118+5+81=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #760551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760551 is #89FAAE. Grayscale: #2F2F2F. Windows color (decimal): -9042607 or 5309814. OLE color: 5309814.

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

Color convert

RGB118581-
CMYK00.960.310.54
HSL319.65º91.87%24.12%-
HSV(B)319.65º95.76%46.27%-
XYZ9.014.558.19-
YUV47.45146.94178.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=57.84%
G=2.45%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11858100.960.310.54319.6591.8724.12
Hex765510601F361405c18
Octal16651210140376650013430
Binary111011010110100010110000011111110110101000000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760551; }

 p { color: rgb(118,5,81); }

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

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

 a { background-color: rgb(118,5,81); }

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

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

 span { border-color: rgb(118,5,81); }

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