#753567

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

Shades of Palatinate Purple #753567

Tints of Palatinate Purple #753567

Color information

#753567 (or 0x753567) is unknown color: approx Palatinate Purple. HEX triplet: 75, 35 and 67. RGB value is (117,53,103). Sum of RGB (Red+Green+Blue) = 117+53+103=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #753567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753567 is #8ACA98. Grayscale: #4D4D4D. Windows color (decimal): -9095833 or 6763893. OLE color: 6763893.

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

Color convert

RGB11753103-
CMYK00.550.120.54
HSL313.12º37.65%33.33%-
HSV(B)313.12º54.7%45.88%-
XYZ11.067.3113.66-
YUV77.84142.2155.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=42.86%
G=19.41%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1175310300.550.120.54313.1237.6533.33
Hex753567037C361392621
Octal1656514706714664714641
Binary1110101110101110011101101111100110110100111001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753567; }

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

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

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

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

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

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

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

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