#750076

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

Shades of Purple #750076

Tints of Purple #750076

Color information

#750076 (or 0x750076) is unknown color: approx Purple. HEX triplet: 75, 00 and 76. RGB value is (117,0,118). Sum of RGB (Red+Green+Blue) = 117+0+118=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #750076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750076 is #8AFF89. Grayscale: #303030. Windows color (decimal): -9109386 or 7733365. OLE color: 7733365.

HSL color Cylindrical-coordinate representation of color #750076: hue angle of 299.49º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750076 is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1170118-
CMYK0.01100.54
HSL299.49º100%23.14%-
HSV(B)299.49º100%46.27%-
XYZ10.615.0917.56-
YUV48.43167.26176.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 50.21%
R=49.79%
G=0%
B=50.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11701180.01100.54299.4910023.14
Hex7507616403612b6417
Octal1650166114406645314427
Binary111010101110110111001000110110100101011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750076; }

 p { color: rgb(117,0,118); }

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

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

 a { background-color: rgb(117,0,118); }

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

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

 span { border-color: rgb(117,0,118); }

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