#750857

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

Shades of Tyrian Purple #750857

Tints of Tyrian Purple #750857

Color information

#750857 (or 0x750857) is unknown color: approx Tyrian Purple. HEX triplet: 75, 08 and 57. RGB value is (117,8,87). Sum of RGB (Red+Green+Blue) = 117+8+87=212 (28% of max value = 765). Red value is 117 (46.09% from 255 or 55.19% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 117 - color contains mainly: red. Hex color #750857 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750857 is #8AF7A8. Grayscale: #313131. Windows color (decimal): -9107369 or 5703797. OLE color: 5703797.

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

Color convert

RGB117887-
CMYK00.930.260.54
HSL316.51º87.2%24.51%-
HSV(B)316.51º93.16%45.88%-
XYZ9.144.649.43-
YUV49.6149.11176.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.19%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 87 (34.38% from 255) = 41.04%
R=55.19%
G=3.77%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11788700.930.260.54316.5187.224.51
Hex7585705D1A3613d5719
Octal165101270135326647512731
Binary1110101100010101110101110111010110110100111101101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750857; }

 p { color: rgb(117,8,87); }

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

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

 a { background-color: rgb(117,8,87); }

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

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

 span { border-color: rgb(117,8,87); }

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