#760846

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

Shades of Tyrian Purple #760846

Tints of Tyrian Purple #760846

Color information

#760846 (or 0x760846) is unknown color: approx Tyrian Purple. HEX triplet: 76, 08 and 46. RGB value is (118,8,70). Sum of RGB (Red+Green+Blue) = 118+8+70=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 70 (27.73% from 255 or 35.71% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #760846 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760846 is #89F7B9. Grayscale: #2F2F2F. Windows color (decimal): -9041850 or 4589686. OLE color: 4589686.

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

Color convert

RGB118870-
CMYK00.930.410.54
HSL326.18º87.3%24.71%-
HSV(B)326.18º93.22%46.27%-
XYZ8.664.476.2-
YUV47.96140.44177.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.20%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 70 (27.73% from 255) = 35.71%
R=60.20%
G=4.08%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11887000.930.410.54326.1887.324.71
Hex7684605D29361465719
Octal166101060135516650612731
Binary11101101000100011001011101101001110110101000110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760846; }

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

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

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

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

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

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

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

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