#750559

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

Shades of Tyrian Purple #750559

Tints of Tyrian Purple #750559

Color information

#750559 (or 0x750559) is unknown color: approx Tyrian Purple. HEX triplet: 75, 05 and 59. RGB value is (117,5,89). Sum of RGB (Red+Green+Blue) = 117+5+89=211 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.45% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 117 - color contains mainly: red. Hex color #750559 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750559 is #8AFAA6. Grayscale: #2F2F2F. Windows color (decimal): -9108135 or 5834101. OLE color: 5834101.

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

Color convert

RGB117589-
CMYK00.960.240.54
HSL315º91.8%23.92%-
HSV(B)315º95.73%45.88%-
XYZ9.194.619.86-
YUV48.06151.11177.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 55.45%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=55.45%
G=2.37%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11758900.960.240.5431591.823.92
Hex75559060183613b5c18
Octal16551310140306647313430
Binary111010110110110010110000011000110110100111011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750559; }

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

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

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

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

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

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

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

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