#753864

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

Shades of Palatinate Purple #753864

Tints of Palatinate Purple #753864

Color information

#753864 (or 0x753864) is unknown color: approx Palatinate Purple. HEX triplet: 75, 38 and 64. RGB value is (117,56,100). Sum of RGB (Red+Green+Blue) = 117+56+100=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 100 (39.45% from 255 or 36.63% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #753864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753864 is #8AC79B. Grayscale: #4F4F4F. Windows color (decimal): -9095068 or 6568053. OLE color: 6568053.

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

Color convert

RGB11756100-
CMYK00.520.150.54
HSL316.72º35.26%33.92%-
HSV(B)316.72º52.14%45.88%-
XYZ11.057.5312.93-
YUV79.26139.71154.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 100 (39.45% from 255) = 36.63%
R=42.86%
G=20.51%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175610000.520.150.54316.7235.2633.92
Hex753864034F3613d2322
Octal1657014406417664754342
Binary1110101111000110010001101001111110110100111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753864; }

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

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

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

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

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

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

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

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