#750557

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

Shades of Tyrian Purple #750557

Tints of Tyrian Purple #750557

Color information

#750557 (or 0x750557) is unknown color: approx Tyrian Purple. HEX triplet: 75, 05 and 57. RGB value is (117,5,87). Sum of RGB (Red+Green+Blue) = 117+5+87=209 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.98% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 117 - color contains mainly: red. Hex color #750557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750557 is #8AFAA8. Grayscale: #2F2F2F. Windows color (decimal): -9108137 or 5703029. OLE color: 5703029.

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

Color convert

RGB117587-
CMYK00.960.260.54
HSL316.07º91.8%23.92%-
HSV(B)316.07º95.73%45.88%-
XYZ9.114.589.42-
YUV47.84150.11177.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.98%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 87 (34.38% from 255) = 41.63%
R=55.98%
G=2.39%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11758700.960.260.54316.0791.823.92
Hex755570601A3613c5c18
Octal16551270140326647413430
Binary111010110110101110110000011010110110100111100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750557; }

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

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

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

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

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

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

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

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