#750176

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

Shades of Purple #750176

Tints of Purple #750176

Color information

#750176 (or 0x750176) is unknown color: approx Purple. HEX triplet: 75, 01 and 76. RGB value is (117,1,118). Sum of RGB (Red+Green+Blue) = 117+1+118=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 118 (46.48% from 255 or 50% from 236); Max value from RGB is 118 - color contains mainly: blue. Hex color #750176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #750176 is #8AFE89. Grayscale: #303030. Windows color (decimal): -9109130 or 7733621. OLE color: 7733621.

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

Color convert

RGB1171118-
CMYK0.010.9900.54
HSL299.49º98.32%23.33%-
HSV(B)299.49º99.15%46.27%-
XYZ10.625.1117.57-
YUV49.02166.93176.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 118 (46.48% from 255) = 50%
R=49.58%
G=0.42%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711180.010.9900.54299.4998.3223.33
Hex7517616303612b6217
Octal1651166114306645314227
Binary111010111110110111000110110110100101011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750176; }

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

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

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

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

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

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

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

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