#753566

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

Shades of Palatinate Purple #753566

Tints of Palatinate Purple #753566

Color information

#753566 (or 0x753566) is unknown color: approx Palatinate Purple. HEX triplet: 75, 35 and 66. RGB value is (117,53,102). Sum of RGB (Red+Green+Blue) = 117+53+102=272 (36% of max value = 765). Red value is 117 (46.09% from 255 or 43.01% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 117 - color contains mainly: red. Hex color #753566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753566 is #8ACA99. Grayscale: #4D4D4D. Windows color (decimal): -9095834 or 6698357. OLE color: 6698357.

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

Color convert

RGB11753102-
CMYK00.550.130.54
HSL314.06º37.65%33.33%-
HSV(B)314.06º54.7%45.88%-
XYZ11.017.2913.4-
YUV77.72141.7156.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.01%
GREEN value IS 53 (21.09% from 255) = 19.49%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=43.01%
G=19.49%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175310200.550.130.54314.0637.6533.33
Hex753566037D3613a2621
Octal1656514606715664724641
Binary1110101110101110011001101111101110110100111010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753566; }

 p { color: rgb(117,53,102); }

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

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

 a { background-color: rgb(117,53,102); }

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

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

 span { border-color: rgb(117,53,102); }

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