#753964

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

Shades of Palatinate Purple #753964

Tints of Palatinate Purple #753964

Color information

#753964 (or 0x753964) is unknown color: approx Palatinate Purple. HEX triplet: 75, 39 and 64. RGB value is (117,57,100). Sum of RGB (Red+Green+Blue) = 117+57+100=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #753964 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753964 is #8AC69B. Grayscale: #4F4F4F. Windows color (decimal): -9094812 or 6568309. OLE color: 6568309.

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

Color convert

RGB11757100-
CMYK00.510.150.54
HSL317º34.48%34.12%-
HSV(B)317º51.28%45.88%-
XYZ11.17.6312.94-
YUV79.84139.38154.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 100 (39.45% from 255) = 36.50%
R=42.70%
G=20.80%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175710000.510.150.5431734.4834.12
Hex753964033F3613d2222
Octal1657114406317664754242
Binary1110101111001110010001100111111110110100111101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753964; }

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

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

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

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

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

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

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

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