#753268

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

Shades of Palatinate Purple #753268

Tints of Palatinate Purple #753268

Color information

#753268 (or 0x753268) is unknown color: approx Palatinate Purple. HEX triplet: 75, 32 and 68. RGB value is (117,50,104). Sum of RGB (Red+Green+Blue) = 117+50+104=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #753268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753268 is #8ACD97. Grayscale: #4C4C4C. Windows color (decimal): -9096600 or 6828661. OLE color: 6828661.

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

Color convert

RGB11750104-
CMYK00.570.110.54
HSL311.64º40.12%32.75%-
HSV(B)311.64º57.26%45.88%-
XYZ10.987.0613.88-
YUV76.19143.7157.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 50 (19.92% from 255) = 18.45%
BLUE value IS 104 (41.02% from 255) = 38.38%
R=43.17%
G=18.45%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175010400.570.110.54311.6440.1232.75
Hex753268039B361382821
Octal1656215007113664705041
Binary1110101110010110100001110011011110110100111000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753268; }

 p { color: rgb(117,50,104); }

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

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

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

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

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

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

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