#752063

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

Shades of Palatinate Purple #752063

Tints of Palatinate Purple #752063

Color information

#752063 (or 0x752063) is unknown color: approx Palatinate Purple. HEX triplet: 75, 20 and 63. RGB value is (117,32,99). Sum of RGB (Red+Green+Blue) = 117+32+99=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 32 (12.89% from 255 or 12.90% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #752063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752063 is #8ADF9C. Grayscale: #404040. Windows color (decimal): -9101213 or 6496373. OLE color: 6496373.

HSL color Cylindrical-coordinate representation of color #752063: hue angle of 312.71º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752063 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB1173299-
CMYK00.730.150.54
HSL312.71º57.05%29.22%-
HSV(B)312.71º72.65%45.88%-
XYZ10.15.7212.38-
YUV65.05147.16165.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 32 (12.89% from 255) = 12.90%
BLUE value IS 99 (39.06% from 255) = 39.92%
R=47.18%
G=12.90%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117329900.730.150.54312.7157.0529.22
Hex752063049F36139391d
Octal16540143011117664717135
Binary1110101100000110001101001001111111011010011100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752063; }

 p { color: rgb(117,32,99); }

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

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

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

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

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

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

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