#75166F

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

Shades of Dark Purple #75166F

Tints of Dark Purple #75166F

Color information

#75166F (or 0x75166F) is unknown color: approx Dark Purple. HEX triplet: 75, 16 and 6F. RGB value is (117,22,111). Sum of RGB (Red+Green+Blue) = 117+22+111=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75166F is #8AE990. Grayscale: #3C3C3C. Windows color (decimal): -9103761 or 7280245. OLE color: 7280245.

HSL color Cylindrical-coordinate representation of color #75166F: hue angle of 303.79º 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 #75166F is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB11722111-
CMYK00.810.050.54
HSL303.79º68.35%27.25%-
HSV(B)303.79º81.2%45.88%-
XYZ10.495.515.55-
YUV60.55156.47168.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 22 (8.98% from 255) = 8.8%
BLUE value IS 111 (43.75% from 255) = 44.4%
R=46.8%
G=8.8%
B=44.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1172211100.810.050.54303.7968.3527.25
Hex75166F051536130441b
Octal16526157012156646010433
Binary111010110110110111101010001101110110100110000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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