#753264

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

Shades of Palatinate Purple #753264

Tints of Palatinate Purple #753264

Color information

#753264 (or 0x753264) is unknown color: approx Palatinate Purple. HEX triplet: 75, 32 and 64. RGB value is (117,50,100). Sum of RGB (Red+Green+Blue) = 117+50+100=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #753264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753264 is #8ACD9B. Grayscale: #4B4B4B. Windows color (decimal): -9096604 or 6566517. OLE color: 6566517.

HSL color Cylindrical-coordinate representation of color #753264: hue angle of 315.22º 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 #753264 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11750100-
CMYK00.570.150.54
HSL315.22º40.12%32.75%-
HSV(B)315.22º57.26%45.88%-
XYZ10.786.9812.84-
YUV75.73141.7157.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=43.82%
G=18.73%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175010000.570.150.54315.2240.1232.75
Hex753264039F3613b2821
Octal1656214407117664735041
Binary1110101110010110010001110011111110110100111011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753264; }

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

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

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

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

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

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

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

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