#75166D

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

Shades of Dark Purple #75166D

Tints of Dark Purple #75166D

Color information

#75166D (or 0x75166D) is unknown color: approx Dark Purple. HEX triplet: 75, 16 and 6D. RGB value is (117,22,109). Sum of RGB (Red+Green+Blue) = 117+22+109=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75166D is #8AE992. Grayscale: #3C3C3C. Windows color (decimal): -9103763 or 7149173. OLE color: 7149173.

HSL color Cylindrical-coordinate representation of color #75166D: hue angle of 305.05º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75166D is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11722109-
CMYK00.810.070.54
HSL305.05º68.35%27.25%-
HSV(B)305.05º81.2%45.88%-
XYZ10.385.4614.97-
YUV60.32155.47168.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 22 (8.98% from 255) = 8.87%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=47.18%
G=8.87%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172210900.810.070.54305.0568.3527.25
Hex75166D051736131441b
Octal16526155012176646110433
Binary111010110110110110101010001111110110100110001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75166D; }

 p { color: rgb(117,22,109); }

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

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

 a { background-color: rgb(117,22,109); }

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

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

 span { border-color: rgb(117,22,109); }

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