#752570

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

Shades of Palatinate Purple #752570

Tints of Palatinate Purple #752570

Color information

#752570 (or 0x752570) is unknown color: approx Palatinate Purple. HEX triplet: 75, 25 and 70. RGB value is (117,37,112). Sum of RGB (Red+Green+Blue) = 117+37+112=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #752570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752570 is #8ADA8F. Grayscale: #454545. Windows color (decimal): -9099920 or 7349621. OLE color: 7349621.

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

Color convert

RGB11737112-
CMYK00.680.040.54
HSL303.75º51.95%30.2%-
HSV(B)303.75º68.38%45.88%-
XYZ10.926.2715.96-
YUV69.47152161.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 37 (14.84% from 255) = 13.91%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=43.98%
G=13.91%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1173711200.680.040.54303.7551.9530.2
Hex752570044436130341e
Octal1654516001044664606436
Binary111010110010111100000100010010011011010011000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752570; }

 p { color: rgb(117,37,112); }

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

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

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

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

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

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

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