#752471

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

Shades of Dark Purple #752471

Tints of Dark Purple #752471

Color information

#752471 (or 0x752471) is unknown color: approx Dark Purple. HEX triplet: 75, 24 and 71. RGB value is (117,36,113). Sum of RGB (Red+Green+Blue) = 117+36+113=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #752471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752471 is #8ADB8E. Grayscale: #444444. Windows color (decimal): -9100175 or 7414901. OLE color: 7414901.

HSL color Cylindrical-coordinate representation of color #752471: hue angle of 302.96º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #752471 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB11736113-
CMYK00.690.030.54
HSL302.96º52.94%30%-
HSV(B)302.96º69.23%45.88%-
XYZ10.956.2416.25-
YUV69152.84162.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 36 (14.45% from 255) = 13.53%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=43.98%
G=13.53%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173611300.690.030.54302.9652.9430
Hex75247104533612f351e
Octal1654416101053664576536
Binary11101011001001110001010001011111011010010111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752471; }

 p { color: rgb(117,36,113); }

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

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

 a { background-color: rgb(117,36,113); }

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

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

 span { border-color: rgb(117,36,113); }

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