#753865

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

Shades of Palatinate Purple #753865

Tints of Palatinate Purple #753865

Color information

#753865 (or 0x753865) is unknown color: approx Palatinate Purple. HEX triplet: 75, 38 and 65. RGB value is (117,56,101). Sum of RGB (Red+Green+Blue) = 117+56+101=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #753865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753865 is #8AC79A. Grayscale: #4F4F4F. Windows color (decimal): -9095067 or 6633589. OLE color: 6633589.

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

Color convert

RGB11756101-
CMYK00.520.140.54
HSL315.74º35.26%33.92%-
HSV(B)315.74º52.14%45.88%-
XYZ11.17.5513.18-
YUV79.37140.21154.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=42.70%
G=20.44%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175610100.520.140.54315.7435.2633.92
Hex753865034E3613c2322
Octal1657014506416664744342
Binary1110101111000110010101101001110110110100111100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753865; }

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

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

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

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

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

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

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

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