#75176B

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

Shades of Dark Purple #75176B

Tints of Dark Purple #75176B

Color information

#75176B (or 0x75176B) is unknown color: approx Dark Purple. HEX triplet: 75, 17 and 6B. RGB value is (117,23,107). Sum of RGB (Red+Green+Blue) = 117+23+107=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 23 (9.38% from 255 or 9.31% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #75176B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75176B is #8AE894. Grayscale: #3C3C3C. Windows color (decimal): -9103509 or 7018357. OLE color: 7018357.

HSL color Cylindrical-coordinate representation of color #75176B: hue angle of 306.38º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75176B is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11723107-
CMYK00.800.090.54
HSL306.38º67.14%27.45%-
HSV(B)306.38º80.34%45.88%-
XYZ10.35.4614.42-
YUV60.68154.14168.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 23 (9.38% from 255) = 9.31%
BLUE value IS 107 (42.19% from 255) = 43.32%
R=47.37%
G=9.31%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172310700.800.090.54306.3867.1427.45
Hex75176B050936132431b
Octal165271530120116646210333
Binary1110101101111101011010100001001110110100110010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75176B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75176B; }

 p { color: rgb(117,23,107); }

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

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

 a { background-color: rgb(117,23,107); }

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

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

 span { border-color: rgb(117,23,107); }

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