#752275

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

Shades of Dark Purple #752275

Tints of Dark Purple #752275

Color information

#752275 (or 0x752275) is unknown color: approx Dark Purple. HEX triplet: 75, 22 and 75. RGB value is (117,34,117). Sum of RGB (Red+Green+Blue) = 117+34+117=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #752275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752275 is #8ADD8A. Grayscale: #444444. Windows color (decimal): -9100683 or 7676533. OLE color: 7676533.

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

Color convert

RGB11734117-
CMYK00.7100.54
HSL300º54.97%29.61%-
HSV(B)300º70.94%45.88%-
XYZ11.126.2117.44-
YUV68.28155.5162.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 34 (13.67% from 255) = 12.69%
BLUE value IS 117 (46.09% from 255) = 43.66%
R=43.66%
G=12.69%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173411700.7100.5430054.9729.61
Hex75227504703612c371e
Octal1654216501070664546736
Binary1110101100010111010101000111011011010010110011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752275; }

 p { color: rgb(117,34,117); }

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

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

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

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

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

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

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