#760844

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

Shades of Tyrian Purple #760844

Tints of Tyrian Purple #760844

Color information

#760844 (or 0x760844) is unknown color: approx Tyrian Purple. HEX triplet: 76, 08 and 44. RGB value is (118,8,68). Sum of RGB (Red+Green+Blue) = 118+8+68=194 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.82% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 118 - color contains mainly: red. Hex color #760844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760844 is #89F7BB. Grayscale: #2F2F2F. Windows color (decimal): -9041852 or 4458614. OLE color: 4458614.

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

Color convert

RGB118868-
CMYK00.930.420.54
HSL327.27º87.3%24.71%-
HSV(B)327.27º93.22%46.27%-
XYZ8.64.445.87-
YUV47.73139.44178.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.82%
GREEN value IS 8 (3.52% from 255) = 4.12%
BLUE value IS 68 (26.95% from 255) = 35.05%
R=60.82%
G=4.12%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11886800.930.420.54327.2787.324.71
Hex7684405D2A361475719
Octal166101040135526650712731
Binary11101101000100010001011101101010110110101000111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760844; }

 p { color: rgb(118,8,68); }

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

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

 a { background-color: rgb(118,8,68); }

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

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

 span { border-color: rgb(118,8,68); }

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