#750377

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

Shades of Purple #750377

Tints of Purple #750377

Color information

#750377 (or 0x750377) is unknown color: approx Purple. HEX triplet: 75, 03 and 77. RGB value is (117,3,119). Sum of RGB (Red+Green+Blue) = 117+3+119=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 119 (46.88% from 255 or 49.79% from 239); Max value from RGB is 119 - color contains mainly: blue. Hex color #750377 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750377 is #8AFC88. Grayscale: #313131. Windows color (decimal): -9108617 or 7799669. OLE color: 7799669.

HSL color Cylindrical-coordinate representation of color #750377: hue angle of 298.97º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750377 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1173119-
CMYK0.020.9700.53
HSL298.97º95.08%23.92%-
HSV(B)298.97º97.48%46.67%-
XYZ10.75.1817.89-
YUV50.31166.77175.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 3 (1.56% from 255) = 1.26%
BLUE value IS 119 (46.88% from 255) = 49.79%
R=48.95%
G=1.26%
B=49.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11731190.020.9700.53298.9795.0823.92
Hex7537726103512b5f18
Octal1653167214106545313730
Binary11101011111101111011000010110101100101011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750377; }

 p { color: rgb(117,3,119); }

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

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

 a { background-color: rgb(117,3,119); }

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

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

 span { border-color: rgb(117,3,119); }

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